libdvdread-vl.spec 5.3 KB

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