Toshaan Bharvani
3 years ago
commit
21e44373a7
2 changed files with 310 additions and 0 deletions
@ -0,0 +1,310 @@
@@ -0,0 +1,310 @@
|
||||
%global abi 8 |
||||
|
||||
Name: libdvdread |
||||
Version: 6.1.1 |
||||
Release: 4%{?dist} |
||||
Summary: A library for reading DVD video discs based on Ogle code |
||||
License: GPLv2+ |
||||
URL: http://dvdnav.mplayerhq.hu/ |
||||
Source0: https://download.videolan.org/pub/videolan/libdvdread/%{version}/libdvdread-%{version}.tar.bz2 |
||||
Source1: https://download.videolan.org/pub/videolan/libdvdread/%{version}/libdvdread-%{version}.tar.bz2.asc |
||||
Source2: https://download.videolan.org/pub/keys/7180713BE58D1ADC.asc |
||||
BuildRequires: gcc |
||||
BuildRequires: gnupg2 |
||||
BuildRequires: make |
||||
Provides: bundled(md5-gcc) |
||||
|
||||
%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 |
||||
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 |
||||
%{gpgverify} --keyring='%{S:2}' --signature='%{S:1}' --data='%{S:0}' |
||||
%setup -q |
||||
|
||||
%build |
||||
%configure --disable-static |
||||
|
||||
make V=1 %{?_smp_mflags} |
||||
|
||||
%install |
||||
%make_install |
||||
rm %{buildroot}%{_libdir}/libdvdread.la %{buildroot}%{_pkgdocdir}/COPYING |
||||
|
||||
%ldconfig_scriptlets |
||||
|
||||
%files |
||||
%license COPYING |
||||
%doc AUTHORS NEWS README |
||||
%{_libdir}/libdvdread.so.%{abi}* |
||||
|
||||
%files devel |
||||
%doc %{_pkgdocdir}/ChangeLog |
||||
%doc %{_pkgdocdir}/TODO |
||||
%{_includedir}/dvdread |
||||
%{_libdir}/libdvdread.so |
||||
%{_libdir}/pkgconfig/dvdread.pc |
||||
|
||||
%changelog |
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 6.1.1-4 |
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags |
||||
Related: rhbz#1991688 |
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 6.1.1-3 |
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 |
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 6.1.1-2 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild |
||||
|
||||
* Thu Oct 15 2020 Dominik Mierzejewski <rpm@greysector.net> 6.1.1-1 |
||||
- update to 6.1.1 (#1815806) |
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.2-4 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild |
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.2-3 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild |
||||
|
||||
* Thu Nov 14 2019 Dominik Mierzejewski <rpm@greysector.net> 6.0.2-2 |
||||
- track ABI to avoid accidental bumps |
||||
|
||||
* Mon Oct 14 2019 Dominik Mierzejewski <rpm@greysector.net> 6.0.2-1 |
||||
- update to 6.0.2 (#1761254) |
||||
- use new gpgverify macro |
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.1-2 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild |
||||
|
||||
* Fri Feb 08 2019 Dominik Mierzejewski <rpm@greysector.net> 6.0.1-1 |
||||
- update to 6.0.1 (#1672721) |
||||
- drop upstreamed patch |
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.0-2 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild |
||||
|
||||
* Mon Jul 23 2018 Dominik Mierzejewski <rpm@greysector.net> 6.0.0-1 |
||||
- update to 6.0.0 |
||||
- add BR: gcc for https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot |
||||
- verify tarball GPG signature |
||||
- use modern macros |
||||
- drop redundant defattr |
||||
- simplify docs handling in main package |
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.3-10 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild |
||||
|
||||
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 5.0.3-9 |
||||
- Escape macros in %%changelog |
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.3-8 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild |
||||
|
||||
* Sat Aug 12 2017 Ville Skyttä <ville.skytta@iki.fi> - 5.0.3-7 |
||||
- Own package doc dir, install COPYING as %%license |
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.3-6 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild |
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.3-5 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild |
||||
|
||||
* Sun Feb 12 2017 Dominik Mierzejewski <rpm@greysector.net> 5.0.3-4 |
||||
- fix hanging on scanning title (patch by John Stebbins) |
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.3-3 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild |
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.3-2 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild |
||||
|
||||
* Thu Nov 12 2015 Dominik Mierzejewski <rpm@greysector.net> 5.0.3-1 |
||||
- update to 5.0.3 |
||||
|
||||
* Mon Jul 27 2015 Frantisek Kluknavsky <fkluknav@redhat.com> - 5.0.2-3 |
||||
- package documentation properly |
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0.2-2 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild |
||||
|
||||
* Sat Feb 07 2015 Dominik Mierzejewski <rpm@greysector.net> 5.0.2-1 |
||||
- update to 5.0.2 |
||||
- use https for source URL |
||||
- make build more verbose |
||||
|
||||
* Sat Sep 20 2014 Dominik Mierzejewski <rpm@greysector.net> 5.0.0-1 |
||||
- update to 5.0.0 release |
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.9.9-3 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild |
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.9.9-2 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild |
||||
|
||||
* Thu Apr 10 2014 Dominik Mierzejewski <rpm@greysector.net> 4.9.9-1 |
||||
- update to 4.9.9 release |
||||
- drop obsolete patch |
||||
- switch to autotools configure |
||||
- fix bogus date in changelog |
||||
|
||||
* Thu Dec 19 2013 Dominik Mierzejewski <rpm@greysector.net> 4.2.1-1 |
||||
- updated to 4.2.1 release |
||||
- drop obsolete/redundant specfile elements |
||||
- add upstream URL |
||||
- add missing provides for bundled md5 copylib |
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.0-5 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild |
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.0-4 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild |
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.0-3 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild |
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.0-2 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild |
||||
|
||||
* Sun Oct 09 2011 Dominik Mierzejewski <rpm@greysector.net> 4.2.0-1 |
||||
- updated to 4.2.0 release |
||||
|
||||
* Mon Apr 11 2011 Dominik Mierzejewski <rpm@greysector.net> 4.1.4-0.4.svn1226 |
||||
- updated to SVN r1226 |
||||
- dropped obsolete endianness check patch |
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.4-0.3.svn1188 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild |
||||
|
||||
* Sat Dec 12 2009 Dominik Mierzejewski <rpm@greysector.net> 4.1.4-0.2.svn1188 |
||||
- updated to SVN r1188 (rhbz#540155) |
||||
|
||||
* Sun Sep 27 2009 Dominik Mierzejewski <rpm@greysector.net> 4.1.4-0.1.svn1183 |
||||
- updated to SVN r1183 |
||||
- simplified multilib patch |
||||
- fixed endianness issues (rhbz#442508) |
||||
- added some docs |
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.3-4 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild |
||||
|
||||
* Sat Jun 27 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.1.3-3 |
||||
- fix multilib conflict (#477687) |
||||
|
||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.3-2 |
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild |
||||
|
||||
* 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 |
||||
|
||||
* Sun 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 |
||||
|
||||
|
Loading…
Reference in new issue