| 1 | Name: libavc1394 |
|---|
| 2 | Summary: Audio/Video Control library for IEEE-1394 devices |
|---|
| 3 | Summary(ja): IEEE1394 デバイス用 AV コントロールライブラリ |
|---|
| 4 | Version: 0.5.4 |
|---|
| 5 | Release: 1%{?_dist_release} |
|---|
| 6 | |
|---|
| 7 | Group: System Environment/Libraries |
|---|
| 8 | License: LGPLv2 |
|---|
| 9 | URL: http://libavc1394.sourceforge.net/ |
|---|
| 10 | |
|---|
| 11 | Source: http://downloads.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz |
|---|
| 12 | |
|---|
| 13 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 14 | BuildRequires: libraw1394-devel |
|---|
| 15 | |
|---|
| 16 | %description |
|---|
| 17 | The libavc1394 library allows utilities to control IEEE-1394 devices. |
|---|
| 18 | |
|---|
| 19 | %description -l ja |
|---|
| 20 | libavc1394 ライブラリは IEEE-1394 デバイスの制御をするためのユーティリティ |
|---|
| 21 | です。 |
|---|
| 22 | |
|---|
| 23 | %package devel |
|---|
| 24 | Summary: Development libs for libavc1394 |
|---|
| 25 | Summary(ja): libavc1394 用開発ライブラリ |
|---|
| 26 | Group: Development/Libraries |
|---|
| 27 | Requires: %{name} = %{version}-%{release} |
|---|
| 28 | Requires: libraw1394-devel |
|---|
| 29 | |
|---|
| 30 | %description devel |
|---|
| 31 | Development libraries required to build applications using libavc1394. |
|---|
| 32 | |
|---|
| 33 | |
|---|
| 34 | %prep |
|---|
| 35 | %setup -q |
|---|
| 36 | |
|---|
| 37 | %build |
|---|
| 38 | %configure --disable-static |
|---|
| 39 | make |
|---|
| 40 | |
|---|
| 41 | %install |
|---|
| 42 | rm -rf %{buildroot} |
|---|
| 43 | make install DESTDIR=$RPM_BUILD_ROOT |
|---|
| 44 | |
|---|
| 45 | %clean |
|---|
| 46 | rm -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 | |
|---|