|
|
bc27fe |
Name: libdvdread
|
|
|
bc27fe |
Version: 5.0.3
|
|
|
bc27fe |
Release: 9%{?dist}
|
|
|
bc27fe |
Summary: A library for reading DVD video discs based on Ogle code
|
|
|
bc27fe |
License: GPLv2+
|
|
|
bc27fe |
URL: http://dvdnav.mplayerhq.hu/
|
|
|
bc27fe |
Source0: https://download.videolan.org/pub/videolan/libdvdread/%{version}/libdvdread-%{version}.tar.bz2
|
|
|
bc27fe |
# https://github.com/HandBrake/HandBrake/issues/535
|
|
|
bc27fe |
Patch0: https://raw.githubusercontent.com/HandBrake/HandBrake/master/contrib/libdvdread/A01-UDFReadBlocks-errors.patch
|
|
|
bc27fe |
Provides: bundled(md5-gcc)
|
|
|
bc27fe |
|
|
|
bc27fe |
%description
|
|
|
bc27fe |
libdvdread provides a simple foundation for reading DVD video disks.
|
|
|
bc27fe |
It provides the functionality that is required to access many DVDs.
|
|
|
bc27fe |
|
|
|
bc27fe |
%package devel
|
|
|
bc27fe |
Summary: Development files for libdvdread
|
|
|
bc27fe |
Requires: %{name} = %{version}-%{release}
|
|
|
bc27fe |
Requires: pkgconfig
|
|
|
bc27fe |
|
|
|
bc27fe |
%description devel
|
|
|
bc27fe |
libdvdread provides a simple foundation for reading DVD video disks.
|
|
|
bc27fe |
It provides the functionality that is required to access many DVDs.
|
|
|
bc27fe |
|
|
|
bc27fe |
This package contains development files for libdvdread.
|
|
|
bc27fe |
|
|
|
bc27fe |
%prep
|
|
|
bc27fe |
%setup -q
|
|
|
bc27fe |
%patch0 -p1
|
|
|
bc27fe |
|
|
|
bc27fe |
%build
|
|
|
bc27fe |
%configure --disable-static
|
|
|
bc27fe |
|
|
|
bc27fe |
make V=1 %{?_smp_mflags}
|
|
|
bc27fe |
|
|
|
bc27fe |
%install
|
|
|
bc27fe |
%{__make} install DESTDIR=%{buildroot}
|
|
|
bc27fe |
rm %{buildroot}%{_libdir}/libdvdread.la %{buildroot}%{_pkgdocdir}/COPYING
|
|
|
bc27fe |
|
|
|
bc27fe |
%post -p /sbin/ldconfig
|
|
|
bc27fe |
|
|
|
bc27fe |
%postun -p /sbin/ldconfig
|
|
|
bc27fe |
|
|
|
bc27fe |
%files
|
|
|
bc27fe |
%defattr(-,root,root,-)
|
|
|
bc27fe |
%license COPYING
|
|
|
bc27fe |
%dir %{_pkgdocdir}
|
|
|
bc27fe |
%doc %{_pkgdocdir}/AUTHORS
|
|
|
bc27fe |
%doc %{_pkgdocdir}/NEWS
|
|
|
bc27fe |
%doc %{_pkgdocdir}/README
|
|
|
bc27fe |
%{_libdir}/libdvdread.so.*
|
|
|
bc27fe |
|
|
|
bc27fe |
%files devel
|
|
|
bc27fe |
%defattr(-,root,root,-)
|
|
|
bc27fe |
%doc %{_pkgdocdir}/ChangeLog
|
|
|
bc27fe |
%doc %{_pkgdocdir}/TODO
|
|
|
bc27fe |
%{_includedir}/dvdread
|
|
|
bc27fe |
%{_libdir}/libdvdread.so
|
|
|
bc27fe |
%{_libdir}/pkgconfig/dvdread.pc
|
|
|
bc27fe |
|
|
|
bc27fe |
%changelog
|
|
|
bc27fe |
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 5.0.3-9
|
|
|
bc27fe |
- Escape macros in %%changelog
|
|
|
bc27fe |
|
|
|
bc27fe |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.3-8
|
|
|
bc27fe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
bc27fe |
|
|
|
bc27fe |
* Sat Aug 12 2017 Ville Skyttä <ville.skytta@iki.fi> - 5.0.3-7
|
|
|
bc27fe |
- Own package doc dir, install COPYING as %%license
|
|
|
bc27fe |
|
|
|
bc27fe |
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.3-6
|
|
|
bc27fe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
bc27fe |
|
|
|
bc27fe |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.3-5
|
|
|
bc27fe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
bc27fe |
|
|
|
bc27fe |
* Sun Feb 12 2017 Dominik Mierzejewski <rpm@greysector.net> 5.0.3-4
|
|
|
bc27fe |
- fix hanging on scanning title (patch by John Stebbins)
|
|
|
bc27fe |
|
|
|
bc27fe |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.3-3
|
|
|
bc27fe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
bc27fe |
|
|
|
bc27fe |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.3-2
|
|
|
bc27fe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
bc27fe |
|
|
|
bc27fe |
* Thu Nov 12 2015 Dominik Mierzejewski <rpm@greysector.net> 5.0.3-1
|
|
|
bc27fe |
- update to 5.0.3
|
|
|
bc27fe |
|
|
|
bc27fe |
* Mon Jul 27 2015 Frantisek Kluknavsky <fkluknav@redhat.com> - 5.0.2-3
|
|
|
bc27fe |
- package documentation properly
|
|
|
bc27fe |
|
|
|
bc27fe |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0.2-2
|
|
|
bc27fe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
bc27fe |
|
|
|
bc27fe |
* Sat Feb 07 2015 Dominik Mierzejewski <rpm@greysector.net> 5.0.2-1
|
|
|
bc27fe |
- update to 5.0.2
|
|
|
bc27fe |
- use https for source URL
|
|
|
bc27fe |
- make build more verbose
|
|
|
bc27fe |
|
|
|
bc27fe |
* Sat Sep 20 2014 Dominik Mierzejewski <rpm@greysector.net> 5.0.0-1
|
|
|
bc27fe |
- update to 5.0.0 release
|
|
|
bc27fe |
|
|
|
bc27fe |
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.9.9-3
|
|
|
bc27fe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
bc27fe |
|
|
|
bc27fe |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.9.9-2
|
|
|
bc27fe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
bc27fe |
|
|
|
bc27fe |
* Thu Apr 10 2014 Dominik Mierzejewski <rpm@greysector.net> 4.9.9-1
|
|
|
bc27fe |
- update to 4.9.9 release
|
|
|
bc27fe |
- drop obsolete patch
|
|
|
bc27fe |
- switch to autotools configure
|
|
|
bc27fe |
- fix bogus date in changelog
|
|
|
bc27fe |
|
|
|
bc27fe |
* Thu Dec 19 2013 Dominik Mierzejewski <rpm@greysector.net> 4.2.1-1
|
|
|
bc27fe |
- updated to 4.2.1 release
|
|
|
bc27fe |
- drop obsolete/redundant specfile elements
|
|
|
bc27fe |
- add upstream URL
|
|
|
bc27fe |
- add missing provides for bundled md5 copylib
|
|
|
bc27fe |
|
|
|
bc27fe |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.0-5
|
|
|
bc27fe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
bc27fe |
|
|
|
bc27fe |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.0-4
|
|
|
bc27fe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
bc27fe |
|
|
|
bc27fe |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.0-3
|
|
|
bc27fe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
bc27fe |
|
|
|
bc27fe |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.0-2
|
|
|
bc27fe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
bc27fe |
|
|
|
bc27fe |
* Sun Oct 09 2011 Dominik Mierzejewski <rpm@greysector.net> 4.2.0-1
|
|
|
bc27fe |
- updated to 4.2.0 release
|
|
|
bc27fe |
|
|
|
bc27fe |
* Mon Apr 11 2011 Dominik Mierzejewski <rpm@greysector.net> 4.1.4-0.4.svn1226
|
|
|
bc27fe |
- updated to SVN r1226
|
|
|
bc27fe |
- dropped obsolete endianness check patch
|
|
|
bc27fe |
|
|
|
bc27fe |
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.4-0.3.svn1188
|
|
|
bc27fe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
bc27fe |
|
|
|
bc27fe |
* Sat Dec 12 2009 Dominik Mierzejewski <rpm@greysector.net> 4.1.4-0.2.svn1188
|
|
|
bc27fe |
- updated to SVN r1188 (rhbz#540155)
|
|
|
bc27fe |
|
|
|
bc27fe |
* Sun Sep 27 2009 Dominik Mierzejewski <rpm@greysector.net> 4.1.4-0.1.svn1183
|
|
|
bc27fe |
- updated to SVN r1183
|
|
|
bc27fe |
- simplified multilib patch
|
|
|
bc27fe |
- fixed endianness issues (rhbz#442508)
|
|
|
bc27fe |
- added some docs
|
|
|
bc27fe |
|
|
|
bc27fe |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.3-4
|
|
|
bc27fe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
bc27fe |
|
|
|
bc27fe |
* Sat Jun 27 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.1.3-3
|
|
|
bc27fe |
- fix multilib conflict (#477687)
|
|
|
bc27fe |
|
|
|
bc27fe |
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.3-2
|
|
|
bc27fe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
bc27fe |
|
|
|
bc27fe |
* Tue Sep 09 2008 Dominik Mierzejewski <rpm@greysector.net> 4.1.3-1
|
|
|
bc27fe |
- update to 4.1.3 final
|
|
|
bc27fe |
|
|
|
bc27fe |
* Sun Aug 31 2008 Dominik Mierzejewski <rpm@greysector.net> 4.1.3-0.3.rc1
|
|
|
bc27fe |
- update to 4.1.3rc1
|
|
|
bc27fe |
- fix include path
|
|
|
bc27fe |
|
|
|
bc27fe |
* Thu Jul 17 2008 Dominik Mierzejewski <rpm@greysector.net> 4.1.3-0.2
|
|
|
bc27fe |
- resurrect package from new upstream
|
|
|
bc27fe |
|
|
|
bc27fe |
* Sun Jan 27 2008 Dominik Mierzejewski <rpm@greysector.net> 0.9.7-4
|
|
|
bc27fe |
- fix missing <inttypes.h> include (bug 428910)
|
|
|
bc27fe |
|
|
|
bc27fe |
* Wed Aug 29 2007 Dominik Mierzejewski <rpm@greysector.net> 0.9.7-3
|
|
|
bc27fe |
- rebuild for BuildID
|
|
|
bc27fe |
- update license tag
|
|
|
bc27fe |
|
|
|
bc27fe |
* Sun Nov 26 2006 Dominik Mierzejewski <rpm@greysector.net> 0.9.7-2
|
|
|
bc27fe |
- Rebuild.
|
|
|
bc27fe |
|
|
|
bc27fe |
* Fri Oct 6 2006 Dams <anvil[AT]livna.org> - 0.9.7-1
|
|
|
bc27fe |
- Updated to 0.9.7
|
|
|
bc27fe |
|
|
|
bc27fe |
* Wed Sep 20 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.6-2
|
|
|
bc27fe |
- Rebuild.
|
|
|
bc27fe |
|
|
|
bc27fe |
* Sun Jul 23 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.6-1
|
|
|
bc27fe |
- 0.9.6.
|
|
|
bc27fe |
- Specfile cleanup.
|
|
|
bc27fe |
|
|
|
bc27fe |
* Thu Mar 16 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.4-4
|
|
|
bc27fe |
- Fix linking with libdl on x86_64.
|
|
|
bc27fe |
- Don't ship static libs.
|
|
|
bc27fe |
- Build with dependency tracking disabled.
|
|
|
bc27fe |
- Convert specfile and docs to UTF-8.
|
|
|
bc27fe |
- Improve package descriptions.
|
|
|
bc27fe |
|
|
|
bc27fe |
* Thu Mar 16 2006 Dams <anvil[AT]livna.org> - 0.9.4-3
|
|
|
bc27fe |
- We BuildConflicting libdvdcss-devel at build time
|
|
|
bc27fe |
|
|
|
bc27fe |
* Mon Mar 13 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> 0.9.4-2
|
|
|
bc27fe |
- Drop Epoch completely
|
|
|
bc27fe |
|
|
|
bc27fe |
* Thu Mar 09 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
|
|
bc27fe |
- switch to new release field
|
|
|
bc27fe |
- drop Epoch
|
|
|
bc27fe |
|
|
|
bc27fe |
* Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
|
|
bc27fe |
- add dist
|
|
|
bc27fe |
|
|
|
bc27fe |
* Thu Apr 3 2003 Marius Johndal <mariuslj at ifi.uio.no> 0:0.9.4-0.fdr.1
|
|
|
bc27fe |
- Initial Fedora RPM release.
|
|
|
bc27fe |
|
|
|
bc27fe |
* Mon Mar 31 2003 Matthias Saou <matthias.saou@est.une.marmotte.net>
|
|
|
bc27fe |
- Rebuilt for Red Hat Linux 9.
|
|
|
bc27fe |
- Exclude .la file.
|
|
|
bc27fe |
|
|
|
bc27fe |
* Sun Feb 16 2003 Matthias Saou <matthias.saou@est.une.marmotte.net>
|
|
|
bc27fe |
- Update to 0.9.4.
|
|
|
bc27fe |
|
|
|
bc27fe |
* Thu Sep 26 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
|
|
|
bc27fe |
- Updated to the latest cvs release.
|
|
|
bc27fe |
- Rebuilt for Red Hat Linux 8.0.
|
|
|
bc27fe |
- Updated URLs.
|
|
|
bc27fe |
|
|
|
bc27fe |
* Mon May 27 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
|
|
|
bc27fe |
- Update to 0.9.3.
|
|
|
bc27fe |
|
|
|
bc27fe |
* Wed May 15 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
|
|
|
bc27fe |
- Fixed the libdvdcss.so.0/1/2 problem again.
|
|
|
bc27fe |
|
|
|
bc27fe |
* Thu May 2 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
|
|
|
bc27fe |
- Back to using libdvdcss 1.1.1, now it's all merged and fine.
|
|
|
bc27fe |
- Rebuilt against Red Hat Linux 7.3.
|
|
|
bc27fe |
- Added the %%{?_smp_mflags} expansion.
|
|
|
bc27fe |
|
|
|
bc27fe |
* Sat Jan 12 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
|
|
|
bc27fe |
- Reverted back to using libdvdcss 0.0.3.ogle3 since it works MUCH better
|
|
|
bc27fe |
than 1.0.x. Doh!
|
|
|
bc27fe |
|
|
|
bc27fe |
* Tue Nov 13 2001 Matthias Saou <matthias.saou@est.une.marmotte.net>
|
|
|
bc27fe |
- Rebuilt against libdvdcss 1.0.0 (added a patch).
|
|
|
bc27fe |
|
|
|
bc27fe |
* Mon Oct 29 2001 Matthias Saou <matthias.saou@est.une.marmotte.net>
|
|
|
bc27fe |
- Spec file cleanup and fixes.
|
|
|
bc27fe |
|
|
|
bc27fe |
* Thu Oct 11 2001 Martin Norbäck <d95mback@dtek.chalmers.se>
|
|
|
bc27fe |
- Updated to version 0.9.2
|
|
|
bc27fe |
|
|
|
bc27fe |
* Tue Sep 25 2001 Martin Norbäck <d95mback@dtek.chalmers.se>
|
|
|
bc27fe |
- Added small patch to fix the ldopen of libdvdcss
|
|
|
bc27fe |
|
|
|
bc27fe |
* Tue Sep 18 2001 Martin Norbäck <d95mback@dtek.chalmers.se>
|
|
|
bc27fe |
- Updated to version 0.9.1
|
|
|
bc27fe |
|
|
|
bc27fe |
* Fri Sep 14 2001 Martin Norbäck <d95mback@dtek.chalmers.se>
|
|
|
bc27fe |
- Split into normal and devel package
|
|
|
bc27fe |
|
|
|
bc27fe |
* Thu Sep 6 2001 Martin Norbäck <d95mback@dtek.chalmers.se>
|
|
|
bc27fe |
- Updated to version 0.9.0
|
|
|
bc27fe |
|
|
|
bc27fe |
* Tue Jul 03 2001 Martin Norbäck <d95mback@dtek.chalmers.se>
|
|
|
bc27fe |
- initial version
|
|
|
bc27fe |
|
|
|
bc27fe |
|