diff -r 4f133201e207 -r 4667f24fe848 libraw1394/libraw1394.spec --- a/libraw1394/libraw1394.spec Fri Mar 11 21:30:26 2011 +0100 +++ b/libraw1394/libraw1394.spec Fri Mar 11 21:36:51 2011 +0100 @@ -1,15 +1,16 @@ +Name: libraw1394 Summary: Library providing low-level IEEE-1394 access -Name: libraw1394 -Version: 2.0.5 -Release: 1%{?dist} +Vendor: Europalab Software +Packager: Michael Schloh von Bennewitz +Distribution: MeeGo Thirdparty +Version: 2.0.6 +Release: 20101201 License: LGPLv2+ Group: System Environment/Libraries +URL: http://www.dennedy.org/libraw1394/ Source: http://www.kernel.org/pub/linux/libs/ieee1394/%{name}-%{version}.tar.gz -URL: http://www.dennedy.org/libraw1394/ -Patch: libraw1394-fix-missed-hup-signal.patch -ExcludeArch: s390 s390x -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: autoconf automake libtool kernel-headers +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +BuildRequires: kernel-headers %description The libraw1394 library provides direct access to the IEEE-1394 bus through @@ -19,25 +20,26 @@ by default. %package devel -Summary: Development libs for libraw1394 -Group: Development/Libraries -Requires: %{name} = %{version}-%{release}, pkgconfig +Summary: Development libs for libraw1394 +Vendor: Europalab Software +Packager: Michael Schloh von Bennewitz +Distribution: MeeGo Thirdparty +Group: Development/Libraries +Requires: %{name} = %{version}-%{release}, pkgconfig %description devel Development libraries needed to build applications against libraw1394. %prep %setup -q -%patch -p1 %build -%configure --disable-static +%configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT -rm -f $RPM_BUILD_ROOT%{_libdir}/libraw1394.la %clean rm -rf $RPM_BUILD_ROOT @@ -62,10 +64,16 @@ %defattr(-,root,root,0755) %doc doc/libraw1394.sgml %{_includedir}/libraw1394/ +%{_libdir}/libraw1394.a +%{_libdir}/libraw1394.la %{_libdir}/libraw1394.so %{_libdir}/pkgconfig/libraw1394.pc %changelog +* Wed Dec 1 2010 Michael Schloh von Bennewitz - 2.0.6-20101201 +- Synchronize with upstream vendor version 2.0.6 +- Adjust packaging and patch logic + * Fri Oct 29 2010 Kozinov Ivan 2.0.5-1 -- build for 1.1 +- Package for MeeGo 1.1