michael@1: Name: libraw1394 michael@0: Summary: Library providing low-level IEEE-1394 access michael@1: Vendor: Europalab Software michael@1: Packager: Michael Schloh von Bennewitz michael@1: Distribution: MeeGo Thirdparty michael@1: Version: 2.0.6 michael@1: Release: 20101201 michael@0: License: LGPLv2+ michael@0: Group: System Environment/Libraries michael@1: URL: http://www.dennedy.org/libraw1394/ michael@0: Source: http://www.kernel.org/pub/linux/libs/ieee1394/%{name}-%{version}.tar.gz michael@1: BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root michael@1: BuildRequires: 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@1: Summary: Development libs for libraw1394 michael@1: Vendor: Europalab Software michael@1: Packager: Michael Schloh von Bennewitz michael@1: Distribution: MeeGo Thirdparty michael@1: Group: Development/Libraries michael@1: 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: michael@0: %build michael@1: %configure 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: 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@1: %{_libdir}/libraw1394.a michael@1: %{_libdir}/libraw1394.la michael@0: %{_libdir}/libraw1394.so michael@0: %{_libdir}/pkgconfig/libraw1394.pc michael@0: michael@0: michael@0: %changelog michael@1: * Wed Dec 1 2010 Michael Schloh von Bennewitz - 2.0.6-20101201 michael@1: - Synchronize with upstream vendor version 2.0.6 michael@1: - Adjust packaging and patch logic michael@1: michael@0: * Fri Oct 29 2010 Kozinov Ivan 2.0.5-1 michael@1: - Package for MeeGo 1.1