source: projects/specs/branches/6/lib/liba/libavc1394/libavc1394-vl.spec @ 1895

Revision 1895, 2.7 KB checked in by inagaki, 14 years ago (diff)

rebuilt with rpm-4.8.1: libavc1394, libdc1394, libdv, libdvdread, libiec61883, libraw1394

Line 
1Name: libavc1394
2Summary: Audio/Video Control library for IEEE-1394 devices
3Summary(ja): IEEE1394 デバイス用 AV コントロールライブラリ
4Version: 0.5.4
5Release: 1%{?_dist_release}
6
7Group: System Environment/Libraries
8License: LGPLv2
9URL: http://libavc1394.sourceforge.net/
10
11Source: http://downloads.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz
12
13BuildRoot: %{_tmppath}/%{name}-%{version}-root
14BuildRequires: libraw1394-devel
15
16%description
17The libavc1394 library allows utilities to control IEEE-1394 devices.
18
19%description -l ja
20libavc1394 ライブラリは IEEE-1394 デバイスの制御をするためのユーティリティ
21です。
22
23%package devel
24Summary: Development libs for libavc1394
25Summary(ja): libavc1394 用開発ライブラリ
26Group: Development/Libraries
27Requires: %{name} = %{version}-%{release}
28Requires: libraw1394-devel
29
30%description devel
31Development libraries required to build applications using libavc1394.
32
33
34%prep
35%setup -q
36
37%build
38%configure --disable-static
39make
40
41%install
42rm -rf %{buildroot}
43make install DESTDIR=$RPM_BUILD_ROOT
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%post -p /sbin/ldconfig
49
50%postun -p /sbin/ldconfig
51
52%files
53%defattr(-,root,root)
54%doc COPYING INSTALL README
55%{_bindir}/*
56%{_mandir}/man1/*
57%{_libdir}/lib*.so.*
58
59%files devel
60%defattr(-,root,root)
61%{_includedir}/libavc1394
62#{_libdir}/lib*.a
63%exclude %{_libdir}/lib*.la
64%{_libdir}/lib*.so
65%{_libdir}/pkgconfig/*.pc
66
67
68%changelog
69* Sat Sep 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5.4-1
70- new upstream release
71- built with new toolchain and rpm-4.8.1
72- dropt static libraries from devel package
73- added URL tag
74
75* Tue Aug 19 2008 Shu KONNO <owa@bg.wakwak.com> 0.5.3-1vl5
76- applied new versioning policy, spec in utf-8
77- dropt lib*.la
78
79* Thu Aug  3 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.5.3-0vl1
80- new upstream release
81
82* Sat Sep 24 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.5.1-0vl1
83- new upstream release
84- s/Copyright/License/
85
86* Fri Jun 10 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.5.0-0vl1
87- new upstream release
88- added mkrfc2734 to %{_bindir}
89- changed Group
90
91* Wed Mar  3 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.1-0vl1
92- build for Vine Linux
93
94* Mon Aug 25 2003 Bill Nottingham <notting@redhat.com> 0.3.1-7
95- fix buildreqs (#102204)
96
97* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
98- rebuilt
99
100* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
101- rebuilt
102
103* Thu Dec 12 2002 Tim Powers <timp@redhat.com> 0.3.1-4
104- rebuild on all arches
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* Sun Jun 09 2002 Michael Fulbright <msf@redhat.com>
114- First RPM build
115
Note: See TracBrowser for help on using the repository browser.