libdvbpsi-vl.spec 3.4 KB

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