diff -r 4f133201e207 -r 4667f24fe848 schroedinger/schroedinger.spec --- a/schroedinger/schroedinger.spec Fri Mar 11 21:30:26 2011 +0100 +++ b/schroedinger/schroedinger.spec Fri Mar 11 21:36:51 2011 +0100 @@ -1,23 +1,18 @@ -%define abi 1.0 - Name: schroedinger -Version: 1.0.9 -Release: 1%{?dist} +Version: 1.0.10 +Release: 20101201 Summary: Portable libraries for the high quality Dirac video codec - +Vendor: Europalab Software +Packager: Michael Schloh von Bennewitz +Distribution: MeeGo Thirdparty Group: System Environment/Libraries -# No version is given for the GPL or the LGPL License: GPL+ or LGPLv2+ or MIT or MPLv1.1 URL: http://www.diracvideo.org/ -Source0: http://www.diracvideo.org/download/schroedinger/schroedinger-%{version}.tar.gz -# Issue is known upstream, fixed in git and so fixed in NEXT_RELEASE -Patch0: %{name}-no-testsuite.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildRequires: orc-devel >= 0.4.3 -BuildRequires: glew-devel >= 1.5.1 -BuildRequires: gtk-doc - +Source0: http://www.diracvideo.org/download/schroedinger/schroedinger-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +BuildRequires: orc-devel >= 0.4.10 +BuildRequires: glew-devel +BuildRequires: gtk-doc %description The Schrödinger project will implement portable libraries for the high @@ -30,22 +25,29 @@ for the Dirac video codec. %package devel -Group: Development/Libraries -Summary: Development files for schroedinger -Requires: %{name} = %{version}-%{release} -Requires: pkgconfig -Requires: orc-devel >= 0.4.3 +Group: Development/Libraries +Summary: Development files for schroedinger +Vendor: Europalab Software +Packager: Michael Schloh von Bennewitz +Distribution: MeeGo Thirdparty +Requires: %{name} = %{version}-%{release} +Requires: orc-devel >= 0.4.10 +Requires: pkgconfig %description devel -Development files for schroedinger +The Schrödinger project will implement portable libraries for the high +quality Dirac video codec created by BBC Research and +Development. Dirac is a free and open source codec producing very high +image quality video. +This package provides the development files for schroedinger. %prep %setup -q -%patch0 -p1 %build -%configure --disable-static --enable-gtk-doc +bash +%configure --enable-gtk-doc # remove rpath from libtool sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool @@ -74,10 +76,16 @@ %defattr(-,root,root,-) %doc %{_datadir}/gtk-doc/html/schroedinger %{_includedir}/schroedinger-%{abi} +%{_libdir}/*.a +%{_libdir}/*.la %{_libdir}/*.so %{_libdir}/pkgconfig/schroedinger-%{abi}.pc %changelog +* Wed Dec 1 2010 Michael Schloh von Bennewitz - 1.0.10-20101201 +- Synchronize with upstream vendor version 1.0.10 +- Adjust packaging and patch logic + * Mon Nov 1 2010 Kozinov Ivan - 1.0.9-1 -- Build for MeeGo 1.1 +- Package for MeeGo 1.1