source: projects/specs/trunk/lib/liba/libavc1394/libavc1394-vl.spec @ 6971

Revision 6971, 2.8 KB checked in by Takemikaduchi, 12 years ago (diff)

libraw1394,libdc1394: new upstream release,
others: rebuild with libraw1394-2.1.0

Line 
1Name: libavc1394
2Summary: Audio/Video Control library for IEEE-1394 devices
3Summary(ja): IEEE1394 デバイス用 AV コントロールライブラリ
4Version: 0.5.4
5Release: 2%{?_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 Oct 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.5.4-2
70- rebuild with libraw1394-2.1.0
71
72* Sat Sep 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.5.4-1
73- new upstream release
74- built with new toolchain and rpm-4.8.1
75- dropt static libraries from devel package
76- added URL tag
77
78* Tue Aug 19 2008 Shu KONNO <owa@bg.wakwak.com> 0.5.3-1vl5
79- applied new versioning policy, spec in utf-8
80- dropt lib*.la
81
82* Thu Aug  3 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.5.3-0vl1
83- new upstream release
84
85* Sat Sep 24 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.5.1-0vl1
86- new upstream release
87- s/Copyright/License/
88
89* Fri Jun 10 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.5.0-0vl1
90- new upstream release
91- added mkrfc2734 to %{_bindir}
92- changed Group
93
94* Wed Mar  3 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.1-0vl1
95- build for Vine Linux
96
97* Mon Aug 25 2003 Bill Nottingham <notting@redhat.com> 0.3.1-7
98- fix buildreqs (#102204)
99
100* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
101- rebuilt
102
103* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
104- rebuilt
105
106* Thu Dec 12 2002 Tim Powers <timp@redhat.com> 0.3.1-4
107- rebuild on all arches
108
109* Wed Nov 20 2002 Florian La Roche <Florian.LaRoche@redhat.de>
110- exclude mainframe
111- allow lib64
112
113* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
114- automated rebuild
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.