libdvdread-vl.spec 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. # -*- coding: utf-8-unix -*-
  2. Name: libdvdread
  3. Summary: A library for reading DVD video discs based on Ogle code
  4. Version: 5.0.3
  5. Release: 1%{?_dist_release}
  6. Group: System Environment/Libraries
  7. License: GPLv2+
  8. Source0: ftp://ftp.videolan.org/pub/videolan/libdvdread/%{version}/libdvdread-%{version}.tar.bz2
  9. Obsoletes: self-build-libdvdread
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. Vendor: Project Vine
  12. Distribution: Vine Linux
  13. Packager: munepi
  14. %description
  15. libdvdread provides a simple foundation for reading DVD video disks.
  16. It provides the functionality that is required to access many DVDs.
  17. %package devel
  18. Summary: Development files for libdvdread
  19. Group: Development/Libraries
  20. Requires: %{name} = %{version}-%{release}
  21. Requires: pkgconfig
  22. %description devel
  23. libdvdread provides a simple foundation for reading DVD video disks.
  24. It provides the functionality that is required to access many DVDs.
  25. This package contains development files for libdvdread.
  26. %prep
  27. %setup -q
  28. %build
  29. %configure --disable-static
  30. %{__make} %{?_smp_mflags}
  31. %install
  32. %{__rm} -rf %{buildroot}
  33. %{__make} install DESTDIR=%{buildroot}
  34. %__rm %{buildroot}%{_libdir}/libdvdread.la
  35. %clean
  36. %{__rm} -rf %{buildroot}
  37. %post -p /sbin/ldconfig
  38. %postun -p /sbin/ldconfig
  39. %files
  40. %defattr(-,root,root,-)
  41. %doc AUTHORS COPYING NEWS README
  42. %{_libdir}/libdvdread.so.*
  43. %files devel
  44. %defattr(-,root,root,-)
  45. %doc ChangeLog TODO
  46. %{_includedir}/dvdread
  47. %{_libdir}/libdvdread.so
  48. %{_libdir}/pkgconfig/dvdread.pc
  49. %changelog
  50. * Thu Jan 28 2016 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.3-1
  51. - new upstream release
  52. * Mon Feb 23 2015 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.2-1
  53. - new upstream release
  54. * Fri Jan 2 2015 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.0-1
  55. - new upstream release
  56. * Wed Nov 2 2011 Munehiro Yamamoto <munepi@vinelinux.org> 4.2.0-1
  57. - updated to 4.2.0 release
  58. - dropped obsolete endianness check patch
  59. - simplified multilib patch from Fedora rawhide
  60. - added some docs
  61. - added Vendor, Distribution, Packager tags
  62. * Sat Sep 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.1.3-4
  63. - rebuilt with rpm-4.8.1 for pkg-config
  64. * Sat Oct 10 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 4.1.3-3
  65. - add Patch10: fix DVD playback failure on ppc (big endian, more precisely)
  66. * Fri Nov 07 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 4.1.3-2
  67. - obsolete self-build-libdvdread
  68. * Sun Nov 02 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 4.1.3-1
  69. - initial bulid based on Fedora package
  70. * Tue Sep 09 2008 Dominik Mierzejewski <rpm@greysector.net> 4.1.3-1
  71. - update to 4.1.3 final
  72. * Sun Aug 31 2008 Dominik Mierzejewski <rpm@greysector.net> 4.1.3-0.3.rc1
  73. - update to 4.1.3rc1
  74. - fix include path
  75. * Thu Jul 17 2008 Dominik Mierzejewski <rpm@greysector.net> 4.1.3-0.2
  76. - resurrect package from new upstream
  77. * Sun Jan 27 2008 Dominik Mierzejewski <rpm@greysector.net> 0.9.7-4
  78. - fix missing <inttypes.h> include (bug 428910)
  79. * Wed Aug 29 2007 Dominik Mierzejewski <rpm@greysector.net> 0.9.7-3
  80. - rebuild for BuildID
  81. - update license tag
  82. * Wed Nov 26 2006 Dominik Mierzejewski <rpm@greysector.net> 0.9.7-2
  83. - Rebuild.
  84. * Fri Oct 6 2006 Dams <anvil[AT]livna.org> - 0.9.7-1
  85. - Updated to 0.9.7
  86. * Wed Sep 20 2006 Ville Skytt霎ー <ville.skytta at iki.fi> - 0.9.6-2
  87. - Rebuild.
  88. * Sun Jul 23 2006 Ville Skytt霎ー <ville.skytta at iki.fi> - 0.9.6-1
  89. - 0.9.6.
  90. - Specfile cleanup.
  91. * Thu Mar 16 2006 Ville Skytt霎ー <ville.skytta at iki.fi> - 0.9.4-4
  92. - Fix linking with libdl on x86_64.
  93. - Don't ship static libs.
  94. - Build with dependency tracking disabled.
  95. - Convert specfile and docs to UTF-8.
  96. - Improve package descriptions.
  97. * Thu Mar 16 2006 Dams <anvil[AT]livna.org> - 0.9.4-3
  98. - We BuildConflicting libdvdcss-devel at build time
  99. * Mon Mar 13 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> 0.9.4-2
  100. - Drop Epoch completely
  101. * Thu Mar 09 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
  102. - switch to new release field
  103. - drop Epoch
  104. * Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
  105. - add dist
  106. * Thu Apr 3 2003 Marius Johndal <mariuslj at ifi.uio.no> 0:0.9.4-0.fdr.1
  107. - Initial Fedora RPM release.
  108. * Mon Mar 31 2003 Matthias Saou <matthias.saou@est.une.marmotte.net>
  109. - Rebuilt for Red Hat Linux 9.
  110. - Exclude .la file.
  111. * Sun Feb 16 2003 Matthias Saou <matthias.saou@est.une.marmotte.net>
  112. - Update to 0.9.4.
  113. * Thu Sep 26 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
  114. - Updated to the latest cvs release.
  115. - Rebuilt for Red Hat Linux 8.0.
  116. - Updated URLs.
  117. * Mon May 27 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
  118. - Update to 0.9.3.
  119. * Wed May 15 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
  120. - Fixed the libdvdcss.so.0/1/2 problem again.
  121. * Thu May 2 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
  122. - Back to using libdvdcss 1.1.1, now it's all merged and fine.
  123. - Rebuilt against Red Hat Linux 7.3.
  124. - Added the %{?_smp_mflags} expansion.
  125. * Sat Jan 12 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
  126. - Reverted back to using libdvdcss 0.0.3.ogle3 since it works MUCH better
  127. than 1.0.x. Doh!
  128. * Tue Nov 13 2001 Matthias Saou <matthias.saou@est.une.marmotte.net>
  129. - Rebuilt against libdvdcss 1.0.0 (added a patch).
  130. * Mon Oct 29 2001 Matthias Saou <matthias.saou@est.une.marmotte.net>
  131. - Spec file cleanup and fixes.
  132. * Thu Oct 11 2001 Martin Norb霎ーck <d95mback@dtek.chalmers.se>
  133. - Updated to version 0.9.2
  134. * Tue Sep 25 2001 Martin Norb霎ーck <d95mback@dtek.chalmers.se>
  135. - Added small patch to fix the ldopen of libdvdcss
  136. * Tue Sep 18 2001 Martin Norb霎ーck <d95mback@dtek.chalmers.se>
  137. - Updated to version 0.9.1
  138. * Fri Sep 14 2001 Martin Norb霎ーck <d95mback@dtek.chalmers.se>
  139. - Split into normal and devel package
  140. * Thu Sep 6 2001 Martin Norb霎ーck <d95mback@dtek.chalmers.se>
  141. - Updated to version 0.9.0
  142. * Tue Jul 03 2001 Martin Norb霎ーck <d95mback@dtek.chalmers.se>
  143. - initial version