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

Revision 521, 2.4 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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