libraw1394/libraw1394.spec

Fri, 11 Mar 2011 21:41:16 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 11 Mar 2011 21:41:16 +0100
changeset 3
d4b4127cd2bb
parent 0
4f133201e207
permissions
-rw-r--r--

Import unmodified vendor specs for introduction into repository.

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

mercurial