|
|
|
@ -1,15 +1,14 @@
|
|
|
|
|
Summary: Audio/Video Control library for IEEE-1394 devices
|
|
|
|
|
Name: libavc1394
|
|
|
|
|
Version: 0.4.1
|
|
|
|
|
Release: 9
|
|
|
|
|
Version: 0.5.1
|
|
|
|
|
Release: 1
|
|
|
|
|
License: GPL
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
Source: http://dl.sourceforge.net/libavc1394/libavc1394-%{version}.tar.gz
|
|
|
|
|
Patch: libavc1394-0.5.1-librom.patch
|
|
|
|
|
BuildRequires: libraw1394-devel
|
|
|
|
|
BuildRequires: autoconf automake libtool
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
Patch1: libavc1394-0.4.1-kill-configure-insanity.patch
|
|
|
|
|
Patch2: libavc1394-librom.patch
|
|
|
|
|
ExcludeArch: s390 s390x
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -28,8 +27,7 @@ Development libraries required to build applications using libavc1394.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
%patch1 -p0 -b .kill-configure-insanity
|
|
|
|
|
%patch2 -p1
|
|
|
|
|
%patch -p1 -b .librom
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
# Rerun autotools to pick up newer libtool
|
|
|
|
@ -39,7 +37,7 @@ make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%makeinstall
|
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
@ -51,15 +49,18 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc COPYING NEWS README ChangeLog
|
|
|
|
|
%doc %{_mandir}/man1/dvcont.1.gz
|
|
|
|
|
%{_bindir}/dvcont
|
|
|
|
|
%{_libdir}/libavc1394.so.0*
|
|
|
|
|
%{_libdir}/librom1394.so.0*
|
|
|
|
|
%{_bindir}/mkrfc2734
|
|
|
|
|
%{_libdir}/libavc1394.so.*
|
|
|
|
|
%{_libdir}/librom1394.so.*
|
|
|
|
|
%{_mandir}/man1/dvcont.1.gz
|
|
|
|
|
%{_mandir}/man1/mkrfc2734.1*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%{_includedir}/libavc1394
|
|
|
|
|
%{_includedir}/libavc1394/
|
|
|
|
|
%{_libdir}/pkgconfig/libavc1394.pc
|
|
|
|
|
%{_libdir}/libavc1394.a
|
|
|
|
|
%{_libdir}/libavc1394.la
|
|
|
|
|
%{_libdir}/libavc1394.so
|
|
|
|
@ -69,6 +70,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Nov 10 2005 Matthias Saou <http://freshrpms.net/> 0.5.1-1
|
|
|
|
|
- Update to 0.5.1.
|
|
|
|
|
- Update librom patch to still apply cleanly.
|
|
|
|
|
|
|
|
|
|
* Sat Oct 15 2005 Florian La Roche <laroche@redhat.com>
|
|
|
|
|
- make sure librom1394 is linked to libraw1394 and also
|
|
|
|
|
libavc1394 is linked to librom1394 (also bz 156938)
|
|
|
|
|