source: projects/specs/trunk/lib/libr/libraw1394/libraw1394-vl.spec @ 8758

Revision 8758, 2.8 KB checked in by Takemikaduchi, 10 years ago (diff)

update or rebuild

Line 
1Name: libraw1394
2Summary: Library providing low-level IEEE-1394 access
3Summary(ja): 低レベル IEEE-1394 アクセスライブラリ
4Version: 2.1.0
5Release: 2%{?_dist_release}
6
7Group: System Environment/Libraries
8License: LGPL
9Source: http://www.kernel.org/pub/linux/libs/ieee1394/%{name}-%{version}.tar.xz
10
11BuildRoot: %{_tmppath}/%{name}-%{version}-root
12
13%description
14The libraw1394 library provides direct access to the
15IEEE-1394 bus through the Linux 1394 subsystem's raw1394 user space
16interface.
17
18%package devel
19Summary: Development libs for libraw1394
20Group: Development/Libraries
21Requires: %{name} = %{version}-%{release}
22
23%description devel
24Development libraries needed to build applications against libraw1394.
25
26%prep
27%setup -q
28
29%build
30%configure --disable-static
31make
32
33%install
34rm -rf $RPM_BUILD_ROOT
35make install DESTDIR=$RPM_BUILD_ROOT
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%post -p /sbin/ldconfig
41
42%postun -p /sbin/ldconfig
43
44%files
45%defattr(-,root,root)
46%doc AUTHORS ChangeLog COPYING.LIB NEWS README
47%{_bindir}/*
48%{_libdir}/libraw1394.so.*
49%{_mandir}/man1/*
50%{_mandir}/man5/*
51
52%files devel
53%defattr(-,root,root)
54%{_includedir}/libraw1394
55%exclude %{_libdir}/libraw1394.la
56%{_libdir}/libraw1394.so
57%{_libdir}/pkgconfig/*.pc
58
59
60%changelog
61* Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.0-2
62- rebuild with VineSeed environment
63
64* Sat Oct 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.0-1
65- new upstream release
66
67* Sat Sep 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.1-2
68- rebuilt wirh new toolchain and rpm-4.8.1
69- dropt static libraries
70
71* Tue Aug 19 2008 Shu KONNO <owa@bg.wakwak.com> 1.2.1-1vl5
72- applied new versioning policy, spec in utf-8
73- dropt lib*.la
74
75* Sat Jun  9 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.1-0vl1
76- new upstream release
77
78* Sat Sep 24 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.0-0vl1
79- new upstream release
80
81* Fri Jun 10 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.0-0vl1
82- new upstream release
83- changed Group:
84
85* Wed Mar  3 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.0-0vl1
86- new upstream release
87
88* Tue Sep 23 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.0-0vl1
89- build for Vine Linux
90
91* Mon Aug 25 2003 Bill Nottingham <notting@redhat.com> 0.9.0-12
92- have -devel require main pacakge
93
94* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
95- rebuilt
96
97* Thu May 22 2003 Jeremy Katz <katzj@redhat.com> 0.9.0-10
98- fix build with gcc 3.3
99
100* Mon Feb 17 2003 Elliot Lee <sopwith@redhat.com>
101- ppc64 fix
102
103* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
104- rebuilt
105
106* Wed Nov 20 2002 Florian La Roche <Florian.LaRoche@redhat.de>
107- exclude mainframe
108- allow lib64
109
110* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
111- automated rebuild
112
113* Wed Jun 19 2002 Michael Fulbright <msf@redhat.com>
114- fixed up %files list for devel subpackage and included api docs
115
116* Sun Jun 09 2002 Michael Fulbright <msf@redhat.com>
117- First RPM build
118
Note: See TracBrowser for help on using the repository browser.