%lib_package raw1394 5 Summary: Library providing low-level IEEE-1394 access Name: libraw1394 Version: 0.10.1 Release: 3_5%{?dist} License: LGPL Group: System Environment/Libraries URL: http://www.linux1394.org/ Source: http://www.linux1394.org/files/libraw1394/%{name}-%{version}.tar.gz Patch0: libraw1394-underquoted.patch ExcludeArch: s390 s390x BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: gcc-c++ %description The libraw1394 library provides direct access to the IEEE-1394 bus through the Linux 1394 subsystem's raw1394 user space interface. %prep %setup -q %patch0 -p1 -b .underquoted %build %configure make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} /sbin/ldconfig -n %{buildroot}%{_libdir} cat > develfiles.list << EOF %defattr(-,root,root,-) %doc doc/libraw1394.sgml EOF %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc COPYING* README* NEWS %{_bindir}/* %{_mandir}/man1/*.1* %{_mandir}/man5/*.5* %changelog * Mon Apr 12 2004 Axel Thimm - Update to 0.10.1. - sync with rawhide. * Mon Aug 25 2003 Bill Nottingham 0.9.0-12 - have -devel require main pacakge * Wed Jun 04 2003 Elliot Lee - rebuilt * Thu May 22 2003 Jeremy Katz 0.9.0-10 - fix build with gcc 3.3 * Mon Feb 17 2003 Elliot Lee - ppc64 fix * Wed Jan 22 2003 Tim Powers - rebuilt * Wed Nov 20 2002 Florian La Roche - exclude mainframe - allow lib64 * Fri Jun 21 2002 Tim Powers - automated rebuild * Wed Jun 19 2002 Michael Fulbright - fixed up %files list for devel subpackage and included api docs * Sun Jun 09 2002 Michael Fulbright - First RPM build