1.1 --- a/libraw1394/libraw1394.spec Fri Mar 11 21:30:26 2011 +0100 1.2 +++ b/libraw1394/libraw1394.spec Fri Mar 11 21:36:51 2011 +0100 1.3 @@ -1,15 +1,16 @@ 1.4 +Name: libraw1394 1.5 Summary: Library providing low-level IEEE-1394 access 1.6 -Name: libraw1394 1.7 -Version: 2.0.5 1.8 -Release: 1%{?dist} 1.9 +Vendor: Europalab Software 1.10 +Packager: Michael Schloh von Bennewitz 1.11 +Distribution: MeeGo Thirdparty 1.12 +Version: 2.0.6 1.13 +Release: 20101201 1.14 License: LGPLv2+ 1.15 Group: System Environment/Libraries 1.16 +URL: http://www.dennedy.org/libraw1394/ 1.17 Source: http://www.kernel.org/pub/linux/libs/ieee1394/%{name}-%{version}.tar.gz 1.18 -URL: http://www.dennedy.org/libraw1394/ 1.19 -Patch: libraw1394-fix-missed-hup-signal.patch 1.20 -ExcludeArch: s390 s390x 1.21 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 1.22 -BuildRequires: autoconf automake libtool kernel-headers 1.23 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root 1.24 +BuildRequires: kernel-headers 1.25 1.26 %description 1.27 The libraw1394 library provides direct access to the IEEE-1394 bus through 1.28 @@ -19,25 +20,26 @@ 1.29 by default. 1.30 1.31 %package devel 1.32 -Summary: Development libs for libraw1394 1.33 -Group: Development/Libraries 1.34 -Requires: %{name} = %{version}-%{release}, pkgconfig 1.35 +Summary: Development libs for libraw1394 1.36 +Vendor: Europalab Software 1.37 +Packager: Michael Schloh von Bennewitz 1.38 +Distribution: MeeGo Thirdparty 1.39 +Group: Development/Libraries 1.40 +Requires: %{name} = %{version}-%{release}, pkgconfig 1.41 1.42 %description devel 1.43 Development libraries needed to build applications against libraw1394. 1.44 1.45 %prep 1.46 %setup -q 1.47 -%patch -p1 1.48 1.49 %build 1.50 -%configure --disable-static 1.51 +%configure 1.52 make %{?_smp_mflags} 1.53 1.54 %install 1.55 rm -rf $RPM_BUILD_ROOT 1.56 make install DESTDIR=$RPM_BUILD_ROOT 1.57 -rm -f $RPM_BUILD_ROOT%{_libdir}/libraw1394.la 1.58 1.59 %clean 1.60 rm -rf $RPM_BUILD_ROOT 1.61 @@ -62,10 +64,16 @@ 1.62 %defattr(-,root,root,0755) 1.63 %doc doc/libraw1394.sgml 1.64 %{_includedir}/libraw1394/ 1.65 +%{_libdir}/libraw1394.a 1.66 +%{_libdir}/libraw1394.la 1.67 %{_libdir}/libraw1394.so 1.68 %{_libdir}/pkgconfig/libraw1394.pc 1.69 1.70 1.71 %changelog 1.72 +* Wed Dec 1 2010 Michael Schloh von Bennewitz <michael@schloh.com> - 2.0.6-20101201 1.73 +- Synchronize with upstream vendor version 2.0.6 1.74 +- Adjust packaging and patch logic 1.75 + 1.76 * Fri Oct 29 2010 Kozinov Ivan <kozinov@gmail.com> 2.0.5-1 1.77 -- build for 1.1 1.78 +- Package for MeeGo 1.1