123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203 |
- # -*- coding: utf-8-unix -*-
- Name: libdvdread
- Summary: A library for reading DVD video discs based on Ogle code
- Version: 4.2.0
- Release: 1%{?_dist_release}
- Group: System Environment/Libraries
- License: GPLv2+
- Source0: http://dvdnav.mplayerhq.hu/releases/libdvdread-%{version}.tar.bz2
- # dvdread-config: use pkg-config instead of hard-coded
- # multilib-conflicting values
- Patch1: %{name}-multilib.patch
- Obsoletes: self-build-libdvdread
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- Vendor: Project Vine
- Distribution: Vine Linux
- Packager: munepi
- %description
- libdvdread provides a simple foundation for reading DVD video disks.
- It provides the functionality that is required to access many DVDs.
- %package devel
- Summary: Development files for libdvdread
- Group: Development/Libraries
- Requires: %{name} = %{version}-%{release}
- Requires: pkgconfig
- %description devel
- libdvdread provides a simple foundation for reading DVD video disks.
- It provides the functionality that is required to access many DVDs.
- This package contains development files for libdvdread.
- %prep
- %setup -q
- %patch1 -p1 -b .multilib
- %build
- ./configure2 \
- --disable-opts \
- --disable-static \
- --disable-strip \
- --extra-cflags="%{optflags}" \
- --libdir=%{_libdir} \
- --prefix=%{_prefix} \
- --shlibdir=%{_libdir} \
- ;
- %{__make} %{?_smp_mflags}
- %install
- %{__rm} -rf %{buildroot}
- %{__make} install DESTDIR=%{buildroot}
- %clean
- %{__rm} -rf %{buildroot}
- %post -p /sbin/ldconfig
- %postun -p /sbin/ldconfig
- %files
- %defattr(-,root,root,-)
- %doc AUTHORS COPYING ChangeLog README
- %{_libdir}/libdvdread.so.*
- %files devel
- %defattr(-,root,root,-)
- %doc DEVELOPMENT-POLICY.txt TODO
- %{_bindir}/dvdread-config
- %{_includedir}/dvdread
- %{_libdir}/libdvdread.so
- %{_libdir}/pkgconfig/dvdread.pc
- %changelog
- * Wed Nov 2 2011 Munehiro Yamamoto <munepi@vinelinux.org> 4.2.0-1
- - updated to 4.2.0 release
- - dropped obsolete endianness check patch
- - simplified multilib patch from Fedora rawhide
- - added some docs
- - added Vendor, Distribution, Packager tags
- * Sat Sep 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.1.3-4
- - rebuilt with rpm-4.8.1 for pkg-config
- * Sat Oct 10 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 4.1.3-3
- - add Patch10: fix DVD playback failure on ppc (big endian, more precisely)
- * Fri Nov 07 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 4.1.3-2
- - obsolete self-build-libdvdread
- * Sun Nov 02 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 4.1.3-1
- - initial bulid based on Fedora package
- * Tue Sep 09 2008 Dominik Mierzejewski <rpm@greysector.net> 4.1.3-1
- - update to 4.1.3 final
- * Sun Aug 31 2008 Dominik Mierzejewski <rpm@greysector.net> 4.1.3-0.3.rc1
- - update to 4.1.3rc1
- - fix include path
- * Thu Jul 17 2008 Dominik Mierzejewski <rpm@greysector.net> 4.1.3-0.2
- - resurrect package from new upstream
- * Sun Jan 27 2008 Dominik Mierzejewski <rpm@greysector.net> 0.9.7-4
- - fix missing <inttypes.h> include (bug 428910)
- * Wed Aug 29 2007 Dominik Mierzejewski <rpm@greysector.net> 0.9.7-3
- - rebuild for BuildID
- - update license tag
- * Wed Nov 26 2006 Dominik Mierzejewski <rpm@greysector.net> 0.9.7-2
- - Rebuild.
- * Fri Oct 6 2006 Dams <anvil[AT]livna.org> - 0.9.7-1
- - Updated to 0.9.7
- * Wed Sep 20 2006 Ville Skytt霎ー <ville.skytta at iki.fi> - 0.9.6-2
- - Rebuild.
- * Sun Jul 23 2006 Ville Skytt霎ー <ville.skytta at iki.fi> - 0.9.6-1
- - 0.9.6.
- - Specfile cleanup.
- * Thu Mar 16 2006 Ville Skytt霎ー <ville.skytta at iki.fi> - 0.9.4-4
- - Fix linking with libdl on x86_64.
- - Don't ship static libs.
- - Build with dependency tracking disabled.
- - Convert specfile and docs to UTF-8.
- - Improve package descriptions.
- * Thu Mar 16 2006 Dams <anvil[AT]livna.org> - 0.9.4-3
- - We BuildConflicting libdvdcss-devel at build time
- * Mon Mar 13 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> 0.9.4-2
- - Drop Epoch completely
- * Thu Mar 09 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- - switch to new release field
- - drop Epoch
- * Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- - add dist
- * Thu Apr 3 2003 Marius Johndal <mariuslj at ifi.uio.no> 0:0.9.4-0.fdr.1
- - Initial Fedora RPM release.
- * Mon Mar 31 2003 Matthias Saou <matthias.saou@est.une.marmotte.net>
- - Rebuilt for Red Hat Linux 9.
- - Exclude .la file.
- * Sun Feb 16 2003 Matthias Saou <matthias.saou@est.une.marmotte.net>
- - Update to 0.9.4.
- * Thu Sep 26 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
- - Updated to the latest cvs release.
- - Rebuilt for Red Hat Linux 8.0.
- - Updated URLs.
- * Mon May 27 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
- - Update to 0.9.3.
- * Wed May 15 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
- - Fixed the libdvdcss.so.0/1/2 problem again.
- * Thu May 2 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
- - Back to using libdvdcss 1.1.1, now it's all merged and fine.
- - Rebuilt against Red Hat Linux 7.3.
- - Added the %{?_smp_mflags} expansion.
- * Sat Jan 12 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
- - Reverted back to using libdvdcss 0.0.3.ogle3 since it works MUCH better
- than 1.0.x. Doh!
- * Tue Nov 13 2001 Matthias Saou <matthias.saou@est.une.marmotte.net>
- - Rebuilt against libdvdcss 1.0.0 (added a patch).
- * Mon Oct 29 2001 Matthias Saou <matthias.saou@est.une.marmotte.net>
- - Spec file cleanup and fixes.
- * Thu Oct 11 2001 Martin Norb霎ーck <d95mback@dtek.chalmers.se>
- - Updated to version 0.9.2
- * Tue Sep 25 2001 Martin Norb霎ーck <d95mback@dtek.chalmers.se>
- - Added small patch to fix the ldopen of libdvdcss
- * Tue Sep 18 2001 Martin Norb霎ーck <d95mback@dtek.chalmers.se>
- - Updated to version 0.9.1
- * Fri Sep 14 2001 Martin Norb霎ーck <d95mback@dtek.chalmers.se>
- - Split into normal and devel package
- * Thu Sep 6 2001 Martin Norb霎ーck <d95mback@dtek.chalmers.se>
- - Updated to version 0.9.0
- * Tue Jul 03 2001 Martin Norb霎ーck <d95mback@dtek.chalmers.se>
- - initial version
|