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

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

update or rebuild

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