diff -r 4f133201e207 -r 4667f24fe848 libdvdnav/libdvdnav.spec --- a/libdvdnav/libdvdnav.spec Fri Mar 11 21:30:26 2011 +0100 +++ b/libdvdnav/libdvdnav.spec Fri Mar 11 21:36:51 2011 +0100 @@ -1,62 +1,52 @@ Name: libdvdnav -Version: 4.1.4 -Release: 1.4 Summary: A library for reading DVD video discs based on Ogle code - +Vendor: Europalab Software +Packager: Michael Schloh von Bennewitz +Distribution: MeeGo Thirdparty +Version: 4.1.3 +Release: 20101201 Group: System Environment/Libraries License: GPLv2+ -#Source: http://www.mplayerhq.hu/MPlayer/releases/dvdnav/libdvdnav-%{version}.tar.bz2 -# svn export svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdnav -Source: %{name}-svn1184.tar.bz2 -Patch0: %{name}-multilib.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildRequires: doxygen -BuildRequires: libdvdread-devel >= 4.1.3-0.3 +URL: http://dvd.sourceforge.net/ +Source0: http://www.mplayerhq.hu/MPlayer/releases/dvdnav/%{name}-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +BuildRequires: libdvdread-devel %description -libdvdnav provides a simple library for reading DVD video discs. -The code is based on Ogle and used in, among others, the Xine dvdnav plug-in. +libdvdnav is a library for developers of multimedia applications. It +allows easy use of sophisticated DVD navigation features such as DVD +menus, multiangle playback and even interactive DVD games. %package devel Summary: Development files for libdvdnav +Vendor: Europalab Software +Packager: Michael Schloh von Bennewitz +Distribution: MeeGo Thirdparty Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: libdvdread-devel >= 4.1.3-0.3 Requires: pkgconfig %description devel -libdvdnav-devel contains the files necessary to build packages that use the -libdvdnav library. +libdvdnav is a library for developers of multimedia applications. It +allows easy use of sophisticated DVD navigation features such as DVD +menus, multiangle playback and even interactive DVD games. This package +contains development files for libdvdnav. %prep %setup -q -%patch0 -p1 -b .multilib +mv configure2 configure %build -./configure2 \ - --disable-opts \ - --disable-static \ - --disable-strip \ - --extra-cflags="%{optflags}" \ - --libdir=%{_libdir} \ - --prefix=%{_prefix} \ - --shlibdir=%{_libdir} \ - --with-dvdread-config="pkg-config dvdread" \ +%configure --disable-static %{__make} %{?_smp_mflags} -pushd doc -doxygen doxy.conf -popd %install %{__rm} -rf %{buildroot} %{__make} install DESTDIR=%{buildroot} -%{__install} -d -m 755 %{buildroot}/%{_datadir}/aclocal -%{__install} -p -m 644 m4/dvdnav.m4 %{buildroot}/%{_datadir}/aclocal %clean -%{__rm} -rf %{buildroot} +rm -rf %{buildroot} %post -p /sbin/ldconfig @@ -64,109 +54,20 @@ %files %defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING NEWS README +%doc AUTHORS COPYING ChangeLog README %{_libdir}/libdvdnav.so.* %{_libdir}/libdvdnavmini.so.* %files devel %defattr(-,root,root,-) -%doc TODO doc/html/* +%doc DEVELOPMENT-POLICY.txt TODO %{_bindir}/dvdnav-config +%{_includedir}/dvdnav %{_libdir}/libdvdnav.so %{_libdir}/libdvdnavmini.so -%{_includedir}/dvdnav -%{_datadir}/aclocal/dvdnav.m4 %{_libdir}/pkgconfig/dvdnav.pc %{_libdir}/pkgconfig/dvdnavmini.pc %changelog -* Mon Nov 1 2010 Kozinov Ivan - 4.1.4-0.2.svn1184 -- Build for MeeGo 1.1 - -* Sat Sep 26 2009 Dominik Mierzejewski 4.1.4-0.1.svn1184 -- fix multilib conflict, based on a patch by Rex Dieter (rhbz#477684) -- update to SVN r1184 -- move TODO to devel docs - -* Fri Jul 24 2009 Fedora Release Engineering - 4.1.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Wed Feb 25 2009 Fedora Release Engineering - 4.1.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Tue Sep 09 2008 Dominik Mierzejewski 4.1.3-1 -- update to 4.1.3 final - -* Sun Aug 31 2008 Dominik Mierzejewski 4.1.3-0.4.rc1 -- update to 4.1.3rc1 -- require libdvdread with fixed API - -* Fri Jul 25 2008 Dominik Mierzejewski 4.1.3-0.3 -- add missing file to -devel - -* Thu Jul 17 2008 Dominik Mierzejewski 4.1.3-0.2 -- update to current SVN -- use new external libdvdread - -* Fri Jun 06 2008 Dominik Mierzejewski 4.1.3-0.1 -- update to current SVN (pre-4.1.3) -- macroize -- re-enable parallel make - -* Sun Apr 13 2008 Dominik Mierzejewski 4.1.2-1 -- update to 4.1.2 -- drop obsolete patches (merged upstream) - -* Tue Feb 19 2008 Fedora Release Engineering - 4.1.1-6 -- Autorebuild for GCC 4.3 - -* Sun Jan 27 2008 Dominik Mierzejewski 4.1.1-5 -- fix missing include (bug 428910) - -* Sun Jan 06 2008 Dominik Mierzejewski 4.1.1-4 -- make sure -devel requires our version of libdvdread-devel - -* Thu Nov 22 2007 Dominik Mierzejewski 4.1.1-3 -- fix build with internal libdvdread - -* Wed Nov 21 2007 Dominik Mierzejewski 4.1.1-2 -- use upstream non-autotools buildsystem -- build with external libdvdread for older releases -- fix version.h -- fix soname -- fix lib paths on 64bit - -* Thu Nov 01 2007 Dominik Mierzejewski 4.1.1-1 -- switch to new upstream -- libdvdread comes from here now -- apply dvdread udf-related fixes from upstream SVN - -* Sun Aug 19 2007 Dominik Mierzejewski 0.1.10-4.20070819 -- update to current snapshot -- specfile cleanups - -* Thu May 03 2007 Dominik Mierzejewski 0.1.10-3.20070503 -- update to current snapshot from new upstream -- clean up some specfile cruft -- disable static libs -- drop unnecessary explicit dependency on libdvdread - -* Mon Mar 13 2006 Thorsten Leemhuis 0.1.10-2 -- Drop Epoch completely - -* Thu Mar 09 2006 Andreas Bierfert -- switch to new release field -- drop Epoch - -* Tue Feb 28 2006 Andreas Bierfert -- add dist - -* Wed Oct 13 2004 Ville Skyttä - 0:0.1.10-0.lvn.1 -- Update to 0.1.10. -- Disable dependency tracking to speed up the build. - -* Wed Jun 25 2003 Thomas Vander Stichele -- 0:0.1.9-0.fdr.2: incorporated bugzilla suggestions, new release - -* Thu May 29 2003 Thomas Vander Stichele -- 0:0.1.9-0.fdr.1: initial RPM release +* Wed Dec 1 2010 Michael Schloh von Bennewitz - 4.1.3-20101201 +- Package for MeeGo 1.1