%lib_package avc1394 0 %lib_package rom1394 0 Summary: A library for providing raw access to IEEE 1394 devices. Name: libavc1394 Version: 0.4.1 Release: 6_5%{?dist} License: GPL Group: System Environment/Libraries URL: http://sourceforge.net/projects/libavc1394/ Source0: http://prdownloads.sourceforge.net/libavc1394/%{name}-%{version}.tar.gz Patch1: libavc1394-0.4.1-kill-configure-insanity.patch BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot BuildRequires: autoconf automake libtool gcc-c++ BuildRequires: libraw1394-devel >= 0.8 Requires: libraw1394 >= 0.8 %description libavc1394 is a programming interface for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set. %prep %setup -q %patch1 -p0 -b .kill-configure-insanity %build # Rerun autotools to pick up newer libtool autoreconf -f -i %configure make %{?_smp_mflags} %install rm -rf %{buildroot} %makeinstall %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc COPYING NEWS README TODO %{_bindir}/* %{_mandir}/man1/*.1* %changelog * Mon Jan 03 2005 Colin Walters 0.4.1-5 - Rerun autotools in attempt to get package to link to -lm - Add patch libavc1394-0.4.1-kill-configure-insanity.patch * Wed Apr 9 2003 Matthias Saou - Added libraw1394 dependency. * Mon Apr 7 2003 Tim Waugh - Initial specfile.