libdvdread-vl.spec 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  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.0
  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. * Fri Jan 2 2015 Munehiro Yamamoto <munepi@vinelinux.org> 5.0.0
  51. - new upstream release
  52. * Wed Nov 2 2011 Munehiro Yamamoto <munepi@vinelinux.org> 4.2.0
  53. - updated to 4.2.0 release
  54. - dropped obsolete endianness check patch
  55. - simplified multilib patch from Fedora rawhide
  56. - added some docs
  57. - added Vendor, Distribution, Packager tags
  58. * Sat Sep 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.1.3-4
  59. - rebuilt with rpm-4.8.1 for pkg-config
  60. * Sat Oct 10 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 4.1.3-3
  61. - add Patch10: fix DVD playback failure on ppc (big endian, more precisely)
  62. * Fri Nov 07 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 4.1.3-2
  63. - obsolete self-build-libdvdread
  64. * Sun Nov 02 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 4.1.3-1
  65. - initial bulid based on Fedora package
  66. * Tue Sep 09 2008 Dominik Mierzejewski <rpm@greysector.net> 4.1.3-1
  67. - update to 4.1.3 final
  68. * Sun Aug 31 2008 Dominik Mierzejewski <rpm@greysector.net> 4.1.3-0.3.rc1
  69. - update to 4.1.3rc1
  70. - fix include path
  71. * Thu Jul 17 2008 Dominik Mierzejewski <rpm@greysector.net> 4.1.3-0.2
  72. - resurrect package from new upstream
  73. * Sun Jan 27 2008 Dominik Mierzejewski <rpm@greysector.net> 0.9.7-4
  74. - fix missing <inttypes.h> include (bug 428910)
  75. * Wed Aug 29 2007 Dominik Mierzejewski <rpm@greysector.net> 0.9.7-3
  76. - rebuild for BuildID
  77. - update license tag
  78. * Wed Nov 26 2006 Dominik Mierzejewski <rpm@greysector.net> 0.9.7-2
  79. - Rebuild.
  80. * Fri Oct 6 2006 Dams <anvil[AT]livna.org> - 0.9.7-1
  81. - Updated to 0.9.7
  82. * Wed Sep 20 2006 Ville Skytt霎ー <ville.skytta at iki.fi> - 0.9.6-2
  83. - Rebuild.
  84. * Sun Jul 23 2006 Ville Skytt霎ー <ville.skytta at iki.fi> - 0.9.6-1
  85. - 0.9.6.
  86. - Specfile cleanup.
  87. * Thu Mar 16 2006 Ville Skytt霎ー <ville.skytta at iki.fi> - 0.9.4-4
  88. - Fix linking with libdl on x86_64.
  89. - Don't ship static libs.
  90. - Build with dependency tracking disabled.
  91. - Convert specfile and docs to UTF-8.
  92. - Improve package descriptions.
  93. * Thu Mar 16 2006 Dams <anvil[AT]livna.org> - 0.9.4-3
  94. - We BuildConflicting libdvdcss-devel at build time
  95. * Mon Mar 13 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> 0.9.4-2
  96. - Drop Epoch completely
  97. * Thu Mar 09 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
  98. - switch to new release field
  99. - drop Epoch
  100. * Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
  101. - add dist
  102. * Thu Apr 3 2003 Marius Johndal <mariuslj at ifi.uio.no> 0:0.9.4-0.fdr.1
  103. - Initial Fedora RPM release.
  104. * Mon Mar 31 2003 Matthias Saou <matthias.saou@est.une.marmotte.net>
  105. - Rebuilt for Red Hat Linux 9.
  106. - Exclude .la file.
  107. * Sun Feb 16 2003 Matthias Saou <matthias.saou@est.une.marmotte.net>
  108. - Update to 0.9.4.
  109. * Thu Sep 26 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
  110. - Updated to the latest cvs release.
  111. - Rebuilt for Red Hat Linux 8.0.
  112. - Updated URLs.
  113. * Mon May 27 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
  114. - Update to 0.9.3.
  115. * Wed May 15 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
  116. - Fixed the libdvdcss.so.0/1/2 problem again.
  117. * Thu May 2 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
  118. - Back to using libdvdcss 1.1.1, now it's all merged and fine.
  119. - Rebuilt against Red Hat Linux 7.3.
  120. - Added the %{?_smp_mflags} expansion.
  121. * Sat Jan 12 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
  122. - Reverted back to using libdvdcss 0.0.3.ogle3 since it works MUCH better
  123. than 1.0.x. Doh!
  124. * Tue Nov 13 2001 Matthias Saou <matthias.saou@est.une.marmotte.net>
  125. - Rebuilt against libdvdcss 1.0.0 (added a patch).
  126. * Mon Oct 29 2001 Matthias Saou <matthias.saou@est.une.marmotte.net>
  127. - Spec file cleanup and fixes.
  128. * Thu Oct 11 2001 Martin Norb霎ーck <d95mback@dtek.chalmers.se>
  129. - Updated to version 0.9.2
  130. * Tue Sep 25 2001 Martin Norb霎ーck <d95mback@dtek.chalmers.se>
  131. - Added small patch to fix the ldopen of libdvdcss
  132. * Tue Sep 18 2001 Martin Norb霎ーck <d95mback@dtek.chalmers.se>
  133. - Updated to version 0.9.1
  134. * Fri Sep 14 2001 Martin Norb霎ーck <d95mback@dtek.chalmers.se>
  135. - Split into normal and devel package
  136. * Thu Sep 6 2001 Martin Norb霎ーck <d95mback@dtek.chalmers.se>
  137. - Updated to version 0.9.0
  138. * Tue Jul 03 2001 Martin Norb霎ーck <d95mback@dtek.chalmers.se>
  139. - initial version