libdvdread-vl.spec 5.4 KB

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