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