Fri, 11 Mar 2011 21:36:51 +0100
Adjust specification build configurations to port packages to MeeGo.
michael@1 | 1 | Name: libraw1394 |
michael@0 | 2 | Summary: Library providing low-level IEEE-1394 access |
michael@1 | 3 | Vendor: Europalab Software |
michael@1 | 4 | Packager: Michael Schloh von Bennewitz |
michael@1 | 5 | Distribution: MeeGo Thirdparty |
michael@1 | 6 | Version: 2.0.6 |
michael@1 | 7 | Release: 20101201 |
michael@0 | 8 | License: LGPLv2+ |
michael@0 | 9 | Group: System Environment/Libraries |
michael@1 | 10 | URL: http://www.dennedy.org/libraw1394/ |
michael@0 | 11 | Source: http://www.kernel.org/pub/linux/libs/ieee1394/%{name}-%{version}.tar.gz |
michael@1 | 12 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
michael@1 | 13 | BuildRequires: kernel-headers |
michael@0 | 14 | |
michael@0 | 15 | %description |
michael@0 | 16 | The libraw1394 library provides direct access to the IEEE-1394 bus through |
michael@0 | 17 | the Linux 1394 subsystem's raw1394 user space interface. Support for both |
michael@0 | 18 | the classic ieee1394 and new firewire linux driver stacks is included, with |
michael@0 | 19 | run-time detection of the active stack. Fedora comes with the firewire stack |
michael@0 | 20 | by default. |
michael@0 | 21 | |
michael@0 | 22 | %package devel |
michael@1 | 23 | Summary: Development libs for libraw1394 |
michael@1 | 24 | Vendor: Europalab Software |
michael@1 | 25 | Packager: Michael Schloh von Bennewitz |
michael@1 | 26 | Distribution: MeeGo Thirdparty |
michael@1 | 27 | Group: Development/Libraries |
michael@1 | 28 | Requires: %{name} = %{version}-%{release}, pkgconfig |
michael@0 | 29 | |
michael@0 | 30 | %description devel |
michael@0 | 31 | Development libraries needed to build applications against libraw1394. |
michael@0 | 32 | |
michael@0 | 33 | %prep |
michael@0 | 34 | %setup -q |
michael@0 | 35 | |
michael@0 | 36 | %build |
michael@1 | 37 | %configure |
michael@0 | 38 | make %{?_smp_mflags} |
michael@0 | 39 | |
michael@0 | 40 | %install |
michael@0 | 41 | rm -rf $RPM_BUILD_ROOT |
michael@0 | 42 | make install DESTDIR=$RPM_BUILD_ROOT |
michael@0 | 43 | |
michael@0 | 44 | %clean |
michael@0 | 45 | rm -rf $RPM_BUILD_ROOT |
michael@0 | 46 | |
michael@0 | 47 | %post -p /sbin/ldconfig |
michael@0 | 48 | |
michael@0 | 49 | %postun -p /sbin/ldconfig |
michael@0 | 50 | |
michael@0 | 51 | %files |
michael@0 | 52 | %defattr(-,root,root,0755) |
michael@0 | 53 | %doc COPYING.LIB README NEWS |
michael@0 | 54 | %{_bindir}/dumpiso |
michael@0 | 55 | %{_bindir}/sendiso |
michael@0 | 56 | %{_bindir}/testlibraw |
michael@0 | 57 | %{_libdir}/libraw1394.so.* |
michael@0 | 58 | %{_mandir}/man1/dumpiso.1.gz |
michael@0 | 59 | %{_mandir}/man1/sendiso.1.gz |
michael@0 | 60 | %{_mandir}/man1/testlibraw.1.gz |
michael@0 | 61 | %{_mandir}/man5/isodump.5.gz |
michael@0 | 62 | |
michael@0 | 63 | %files devel |
michael@0 | 64 | %defattr(-,root,root,0755) |
michael@0 | 65 | %doc doc/libraw1394.sgml |
michael@0 | 66 | %{_includedir}/libraw1394/ |
michael@1 | 67 | %{_libdir}/libraw1394.a |
michael@1 | 68 | %{_libdir}/libraw1394.la |
michael@0 | 69 | %{_libdir}/libraw1394.so |
michael@0 | 70 | %{_libdir}/pkgconfig/libraw1394.pc |
michael@0 | 71 | |
michael@0 | 72 | |
michael@0 | 73 | %changelog |
michael@1 | 74 | * Wed Dec 1 2010 Michael Schloh von Bennewitz <michael@schloh.com> - 2.0.6-20101201 |
michael@1 | 75 | - Synchronize with upstream vendor version 2.0.6 |
michael@1 | 76 | - Adjust packaging and patch logic |
michael@1 | 77 | |
michael@0 | 78 | * Fri Oct 29 2010 Kozinov Ivan <kozinov@gmail.com> 2.0.5-1 |
michael@1 | 79 | - Package for MeeGo 1.1 |