michael@0: Name: libdvdread michael@0: Summary: A library for reading DVD video discs based on Ogle code michael@1: Vendor: Europalab Software michael@1: Packager: Michael Schloh von Bennewitz michael@1: Distribution: MeeGo Thirdparty michael@1: Version: 4.1.3 michael@1: Release: 20101201 michael@0: Group: System Environment/Libraries michael@0: License: GPLv2+ michael@1: URL: http://www.dtek.chalmers.se/groups/dvd/ michael@1: Source0: http://www.mplayerhq.hu/MPlayer/releases/dvdnav/%{name}-%{version}.tar.bz2 michael@1: BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root michael@0: michael@0: %description michael@0: libdvdread provides a simple foundation for reading DVD video disks. michael@0: It provides the functionality that is required to access many DVDs. michael@0: michael@0: %package devel michael@0: Summary: Development files for libdvdread michael@1: Vendor: Europalab Software michael@1: Packager: Michael Schloh von Bennewitz michael@1: Distribution: MeeGo Thirdparty michael@0: Group: Development/Libraries michael@0: Requires: %{name} = %{version}-%{release} michael@0: Requires: pkgconfig michael@0: michael@0: %description devel michael@0: libdvdread provides a simple foundation for reading DVD video disks. michael@0: It provides the functionality that is required to access many DVDs. michael@0: This package contains development files for libdvdread. michael@0: michael@0: %prep michael@0: %setup -q michael@1: mv configure2 configure michael@0: michael@0: %build michael@1: %configure \ michael@1: --disable-static michael@0: michael@0: %{__make} %{?_smp_mflags} michael@0: michael@0: %install michael@0: %{__rm} -rf %{buildroot} michael@0: %{__make} install DESTDIR=%{buildroot} michael@0: michael@0: %clean michael@0: rm -rf %{buildroot} michael@0: michael@0: %post -p /sbin/ldconfig michael@0: michael@0: %postun -p /sbin/ldconfig michael@0: michael@0: %files michael@0: %defattr(-,root,root,-) michael@0: %doc AUTHORS COPYING ChangeLog README michael@0: %{_libdir}/libdvdread.so.* michael@0: michael@0: %files devel michael@0: %defattr(-,root,root,-) michael@0: %doc DEVELOPMENT-POLICY.txt TODO michael@0: %{_bindir}/dvdread-config michael@0: %{_includedir}/dvdread michael@0: %{_libdir}/libdvdread.so michael@0: %{_libdir}/pkgconfig/dvdread.pc michael@0: michael@0: %changelog michael@1: * Wed Dec 1 2010 Michael Schloh von Bennewitz - 4.1.3-20101201 michael@1: - Adjust packaging michael@1: michael@0: * Mon Nov 1 2010 Kozinov Ivan - 4.1.4-0.3.svn1188 michael@0: - Build for MeeGo 1.1 michael@0: michael@0: * Sat Dec 12 2009 Dominik Mierzejewski 4.1.4-0.2.svn1188 michael@0: - updated to SVN r1188 (rhbz#540155) michael@0: michael@0: * Sun Sep 27 2009 Dominik Mierzejewski 4.1.4-0.1.svn1183 michael@0: - updated to SVN r1183 michael@0: - simplified multilib patch michael@0: - fixed endianness issues (rhbz#442508) michael@0: - added some docs michael@0: michael@0: * Fri Jul 24 2009 Fedora Release Engineering - 4.1.3-4 michael@0: - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild michael@0: michael@0: * Sat Jun 27 2009 Rex Dieter - 4.1.3-3 michael@0: - fix multilib conflict (#477687) michael@0: michael@0: * Wed Feb 25 2009 Fedora Release Engineering - 4.1.3-2 michael@0: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild michael@0: michael@0: * Tue Sep 09 2008 Dominik Mierzejewski 4.1.3-1 michael@0: - update to 4.1.3 final michael@0: michael@0: * Sun Aug 31 2008 Dominik Mierzejewski 4.1.3-0.3.rc1 michael@0: - update to 4.1.3rc1 michael@0: - fix include path michael@0: michael@0: * Thu Jul 17 2008 Dominik Mierzejewski 4.1.3-0.2 michael@0: - resurrect package from new upstream michael@0: michael@0: * Sun Jan 27 2008 Dominik Mierzejewski 0.9.7-4 michael@0: - fix missing include (bug 428910) michael@0: michael@0: * Wed Aug 29 2007 Dominik Mierzejewski 0.9.7-3 michael@0: - rebuild for BuildID michael@0: - update license tag michael@0: michael@0: * Wed Nov 26 2006 Dominik Mierzejewski 0.9.7-2 michael@0: - Rebuild. michael@0: michael@0: * Fri Oct 6 2006 Dams - 0.9.7-1 michael@0: - Updated to 0.9.7 michael@0: michael@0: * Wed Sep 20 2006 Ville Skyttä - 0.9.6-2 michael@0: - Rebuild. michael@0: michael@0: * Sun Jul 23 2006 Ville Skyttä - 0.9.6-1 michael@0: - 0.9.6. michael@0: - Specfile cleanup. michael@0: michael@0: * Thu Mar 16 2006 Ville Skyttä - 0.9.4-4 michael@0: - Fix linking with libdl on x86_64. michael@0: - Don't ship static libs. michael@0: - Build with dependency tracking disabled. michael@0: - Convert specfile and docs to UTF-8. michael@0: - Improve package descriptions. michael@0: michael@0: * Thu Mar 16 2006 Dams - 0.9.4-3 michael@0: - We BuildConflicting libdvdcss-devel at build time michael@0: michael@0: * Mon Mar 13 2006 Thorsten Leemhuis 0.9.4-2 michael@0: - Drop Epoch completely michael@0: michael@0: * Thu Mar 09 2006 Andreas Bierfert michael@0: - switch to new release field michael@0: - drop Epoch michael@0: michael@0: * Tue Feb 28 2006 Andreas Bierfert michael@0: - add dist michael@0: michael@0: * Thu Apr 3 2003 Marius Johndal 0:0.9.4-0.fdr.1 michael@0: - Initial Fedora RPM release. michael@0: michael@0: * Mon Mar 31 2003 Matthias Saou michael@0: - Rebuilt for Red Hat Linux 9. michael@0: - Exclude .la file. michael@0: michael@0: * Sun Feb 16 2003 Matthias Saou michael@0: - Update to 0.9.4. michael@0: michael@0: * Thu Sep 26 2002 Matthias Saou michael@0: - Updated to the latest cvs release. michael@0: - Rebuilt for Red Hat Linux 8.0. michael@0: - Updated URLs. michael@0: michael@0: * Mon May 27 2002 Matthias Saou michael@0: - Update to 0.9.3. michael@0: michael@0: * Wed May 15 2002 Matthias Saou michael@0: - Fixed the libdvdcss.so.0/1/2 problem again. michael@0: michael@0: * Thu May 2 2002 Matthias Saou michael@0: - Back to using libdvdcss 1.1.1, now it's all merged and fine. michael@0: - Rebuilt against Red Hat Linux 7.3. michael@0: - Added the %{?_smp_mflags} expansion. michael@0: michael@0: * Sat Jan 12 2002 Matthias Saou michael@0: - Reverted back to using libdvdcss 0.0.3.ogle3 since it works MUCH better michael@0: than 1.0.x. Doh! michael@0: michael@0: * Tue Nov 13 2001 Matthias Saou michael@0: - Rebuilt against libdvdcss 1.0.0 (added a patch). michael@0: michael@0: * Mon Oct 29 2001 Matthias Saou michael@0: - Spec file cleanup and fixes. michael@0: michael@0: * Thu Oct 11 2001 Martin Norbäck michael@0: - Updated to version 0.9.2 michael@0: michael@0: * Tue Sep 25 2001 Martin Norbäck michael@0: - Added small patch to fix the ldopen of libdvdcss michael@0: michael@0: * Tue Sep 18 2001 Martin Norbäck michael@0: - Updated to version 0.9.1 michael@0: michael@0: * Fri Sep 14 2001 Martin Norbäck michael@0: - Split into normal and devel package michael@0: michael@0: * Thu Sep 6 2001 Martin Norbäck michael@0: - Updated to version 0.9.0 michael@0: michael@0: * Tue Jul 03 2001 Martin Norbäck michael@0: - initial version michael@0: michael@0: