libdvbpsi-vl.spec 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. ## -*- coding: utf-8-unix -*-
  2. Summary: Library for MPEG TS and DVB PSI tables decoding and generation
  3. Name: libdvbpsi
  4. Version: 0.1.7
  5. Release: 1%{?_dist_release}
  6. License: GPLv2+
  7. Group: System Environment/Libraries
  8. URL: http://www.videolan.org/developers/libdvbpsi.html
  9. Source0: http://download.videolan.org/pub/libdvbpsi/%{version}/%{name}-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: graphviz doxygen
  12. %description
  13. libdvbpsi is a very simple and fully portable library designed for
  14. MPEG TS and DVB PSI table decoding and generation.
  15. %package devel
  16. Summary: Development package for %{name}
  17. Group: Development/Libraries
  18. Requires: %{name} = %{version}-%{release}
  19. %description devel
  20. libdvbpsi is a very simple and fully portable library designed for
  21. MPEG TS and DVB PSI table decoding and generation.
  22. This package contains development files for %{name}
  23. %prep
  24. %setup -q -n %{name}-%{version}
  25. %build
  26. %configure \
  27. --disable-dependency-tracking \
  28. --disable-static
  29. %__make %{?_smp_mflags}
  30. %__make doc
  31. %install
  32. %__rm -rf $RPM_BUILD_ROOT
  33. %__make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
  34. %__rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
  35. %clean
  36. %__rm -rf $RPM_BUILD_ROOT
  37. %post -p /sbin/ldconfig
  38. %postun -p /sbin/ldconfig
  39. %files
  40. %defattr(-,root,root,-)
  41. %doc AUTHORS COPYING ChangeLog README
  42. %{_libdir}/%{name}.so.*
  43. %files devel
  44. %defattr(-,root,root,-)
  45. %doc doc/doxygen/html
  46. %{_includedir}/dvbpsi/
  47. %{_libdir}/lib*.so
  48. %{_libdir}/pkgconfig/libdvbpsi.pc
  49. %changelog
  50. * Sun Jun 27 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.1.7-1
  51. - updated to 0.1.7
  52. * Sat Mar 20 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.1.6-2
  53. - change release to sync with self-build-libdvbpsi
  54. * Sat Jan 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.1.6-1
  55. - built based on RPM Fusion development
  56. * Sat Oct 17 2009 kwizart < kwizart at gmail.com > - 0.1.6-6
  57. - Rebuild
  58. * Sun Apr 5 2009 kwizart < kwizart at gmail.com > - 0.1.6-5
  59. - Rebuild
  60. * Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.1.6-4
  61. - rebuild for new F11 features
  62. * Mon Aug 04 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.1.6-3
  63. - rebuild
  64. * Tue Feb 26 2008 kwizart < kwizart at gmail.com > - 0.1.6-2
  65. - Rebuild for gcc43
  66. * Mon Oct 22 2007 kwizart < kwizart at gmail.com > - 0.1.6-1
  67. - Update to 0.1.6
  68. * Sun Oct 14 2007 kwizart < kwizart at gmail.com > - 0.1.5-3
  69. - Rpmfusion Merge Review
  70. * Mon Mar 13 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> 0.1.5-2
  71. - Drop Epoch completely
  72. * Thu Mar 09 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
  73. - switch to new release field
  74. * Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
  75. - add dist
  76. * Tue Jul 12 2005 Ville Skytt辰 <ville.skytta at iki.fi> - 0:0.1.5-0.lvn.1
  77. - 0.1.5.
  78. - Build with dependency tracking disabled.
  79. - Miscellaneous specfile cleanups.
  80. * Mon May 17 2004 Dams <anvil[AT]livna.org> - 0:0.1.3-0.lvn.4
  81. - Added url in Source0
  82. * Sun Sep 28 2003 Dams <anvil[AT]livna.org> 0:0.1.3-0.fdr.3
  83. - Removed comment after scriptlets
  84. * Mon Aug 18 2003 Dams <anvil[AT]livna.org> 0:0.1.3-0.fdr.2
  85. - Moved some doc to devel package
  86. * Sat Aug 16 2003 Dams <anvil[AT]livna.org> 0:0.1.3-0.fdr.1
  87. - Added post/postun scriptlets
  88. - Using RPM_OPT_FLAGS
  89. - Updated to 0.1.3
  90. * Sun Jun 29 2003 Dams <anvil[AT]livna.org>
  91. - Initial build.