michael@0: Summary: Library providing low-level IEEE-1394 access michael@0: Name: libraw1394 michael@0: Version: 2.0.5 michael@0: Release: 1%{?dist} michael@0: License: LGPLv2+ michael@0: Group: System Environment/Libraries michael@0: Source: http://www.kernel.org/pub/linux/libs/ieee1394/%{name}-%{version}.tar.gz michael@0: URL: http://www.dennedy.org/libraw1394/ michael@0: Patch: libraw1394-fix-missed-hup-signal.patch michael@0: ExcludeArch: s390 s390x michael@0: BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) michael@0: BuildRequires: autoconf automake libtool kernel-headers michael@0: michael@0: %description michael@0: The libraw1394 library provides direct access to the IEEE-1394 bus through michael@0: the Linux 1394 subsystem's raw1394 user space interface. Support for both michael@0: the classic ieee1394 and new firewire linux driver stacks is included, with michael@0: run-time detection of the active stack. Fedora comes with the firewire stack michael@0: by default. michael@0: michael@0: %package devel michael@0: Summary: Development libs for libraw1394 michael@0: Group: Development/Libraries michael@0: Requires: %{name} = %{version}-%{release}, pkgconfig michael@0: michael@0: %description devel michael@0: Development libraries needed to build applications against libraw1394. michael@0: michael@0: %prep michael@0: %setup -q michael@0: %patch -p1 michael@0: michael@0: %build michael@0: %configure --disable-static michael@0: make %{?_smp_mflags} michael@0: michael@0: %install michael@0: rm -rf $RPM_BUILD_ROOT michael@0: make install DESTDIR=$RPM_BUILD_ROOT michael@0: rm -f $RPM_BUILD_ROOT%{_libdir}/libraw1394.la michael@0: michael@0: %clean michael@0: rm -rf $RPM_BUILD_ROOT michael@0: michael@0: %post -p /sbin/ldconfig michael@0: michael@0: %postun -p /sbin/ldconfig michael@0: michael@0: %files michael@0: %defattr(-,root,root,0755) michael@0: %doc COPYING.LIB README NEWS michael@0: %{_bindir}/dumpiso michael@0: %{_bindir}/sendiso michael@0: %{_bindir}/testlibraw michael@0: %{_libdir}/libraw1394.so.* michael@0: %{_mandir}/man1/dumpiso.1.gz michael@0: %{_mandir}/man1/sendiso.1.gz michael@0: %{_mandir}/man1/testlibraw.1.gz michael@0: %{_mandir}/man5/isodump.5.gz michael@0: michael@0: %files devel michael@0: %defattr(-,root,root,0755) michael@0: %doc doc/libraw1394.sgml michael@0: %{_includedir}/libraw1394/ michael@0: %{_libdir}/libraw1394.so michael@0: %{_libdir}/pkgconfig/libraw1394.pc michael@0: michael@0: michael@0: %changelog michael@0: * Fri Oct 29 2010 Kozinov Ivan 2.0.5-1 michael@0: - build for 1.1