Name: libdvdnav Version: 5.0.3 Release: 1%{?_dist_release} Summary: A library for reading DVD video discs based on Ogle code Group: System Environment/Libraries License: GPLv2+ Source0: ftp://ftp.videolan.org/pub/videolan/libdvdnav/%{version}/libdvdnav-%{version}.tar.bz2 #Patch0: 0001-Do-not-assert-on-NULL-pgcit.patch #Patch1: 0002-Return-an-error-in-dvdnav_get_position-instead-of-as.patch #Patch2: 0003-dvdnav_get_position-Fix-mutex-unlocking-in-case-of-e.patch Obsoletes: self-build-libdvdnav BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: doxygen BuildRequires: libdvdread-devel >= 5.0.0 Vendor: Project Vine Distribution: Vine Linux Packager: munepi %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. %package devel Summary: Development files for libdvdnav Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: libdvdread-devel >= 5.0.0 Requires: pkgconfig %description devel libdvdnav-devel contains the files necessary to build packages that use the libdvdnav library. %prep %setup -q #%patch0 -p1 #%patch1 -p1 #%patch2 -p1 %build %configure --disable-static %{__make} %{?_smp_mflags} pushd doc doxygen doxy.conf popd %install %{__rm} -rf %{buildroot} %{__make} install DESTDIR=%{buildroot} %__rm %{buildroot}%{_libdir}/libdvdnav.la %clean %{__rm} -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README %{_libdir}/libdvdnav.so.* %files devel %defattr(-,root,root,-) %doc TODO doc/html/* %{_libdir}/libdvdnav.so %{_includedir}/dvdnav %{_libdir}/pkgconfig/dvdnav.pc %changelog * Mon Feb 23 2015 Munehiro Yamamoto 5.0.3 - new upstream release * Fri Jan 2 2015 Munehiro Yamamoto 5.0.1-1 - new upstream release - backport patches upstream git master to fix several known bugs (LP #1236939, #570790) * Wed Nov 2 2011 Munehiro Yamamoto 4.2.0-1 - updated to 4.2.0 release - simplified multilib patch from Fedora rawhide - added some docs - added Vendor, Distribution, Packager tags * Sun Mar 21 2010 Munehiro Yamamoto 4.1.3-5 - change release to sync with self-build-libdvdnav * Tue May 26 2009 Munehiro Yamamoto 4.1.3-4 - change release to sync with self-build-libdvdnav * Sat Jan 24 2009 Munehiro Yamamoto 4.1.3-3 - change release to sync with self-build-libdvdnav * Sat Dec 27 2008 Munehiro Yamamoto 4.1.3-2 - change release to sync with self-build-libdvdnav * Sun Nov 02 2008 Munehiro Yamamoto 4.1.3-1 - initial bulid based on Fedora package * 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