libebml-vl.spec 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. Summary: Extensible Binary Meta Language library
  2. Name: libebml
  3. Version: 1.3.0
  4. Release: 2%{?_dist_release}
  5. License: LGPLv2
  6. Group: System Environment/Libraries
  7. URL: http://www.matroska.org/
  8. Source: http://dl.matroska.org/downloads/libebml/libebml-%{version}.tar.bz2
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. %description
  11. Extensible Binary Meta Language access library A library for reading
  12. and writing files with the Extensible Binary Meta Language, a binary
  13. pendant to XML.
  14. %package devel
  15. Summary: Development files for the Extensible Binary Meta Language library
  16. Group: Development/Libraries
  17. Requires: %{name} = %{version}-%{release}
  18. %description devel
  19. Extensible Binary Meta Language access library A library for reading
  20. and writing files with the Extensible Binary Meta Language, a binary
  21. pendant to XML.
  22. This package contains the files required to rebuild applications which
  23. will use the Extensible Binary Meta Language library.
  24. %prep
  25. %setup -q
  26. %build
  27. CXXFLAGS="$RPM_OPT_FLAGS" make -C make/linux %{?_smp_mflags}
  28. %install
  29. rm -rf $RPM_BUILD_ROOT
  30. make -C make/linux \
  31. prefix=$RPM_BUILD_ROOT%{_prefix} \
  32. libdir=$RPM_BUILD_ROOT%{_libdir} \
  33. install
  34. # Needed for proper stripping of the library (still in 1.2.0)
  35. chmod +x $RPM_BUILD_ROOT%{_libdir}/libebml.so.*
  36. %clean
  37. rm -rf $RPM_BUILD_ROOT
  38. %post -p /sbin/ldconfig
  39. %postun -p /sbin/ldconfig
  40. %files
  41. %defattr(-,root,root,0755)
  42. %doc ChangeLog LICENSE.LGPL
  43. %{_libdir}/libebml.so.*
  44. %files devel
  45. %defattr(-,root,root,0755)
  46. %{_includedir}/ebml/
  47. %{_libdir}/libebml.a
  48. %{_libdir}/libebml.so
  49. %changelog
  50. * Sun Jul 10 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.3.0-2
  51. - rebuild with gcc-5.4.0
  52. * Sun Aug 24 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.3.0-1
  53. - update to 1.3.0
  54. * Mon May 30 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.2.0-1
  55. - new upstream release
  56. - built with current VineSeed
  57. * Mon Sep 22 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.7.8-1
  58. - new upstream release
  59. - applied new versioning policy
  60. * Sun May 20 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.7.7-1vl2
  61. - rebuilt with new toolchain
  62. * Tue Aug 8 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.7.7-1vl1
  63. - inital build for Vine Linux
  64. * Wed Apr 12 2006 Dams <anvil[AT]livna.org> - 0.7.7-1
  65. - Updated to 0.7.7
  66. * Thu Mar 16 2006 Dams <anvil[AT]livna.org> - 0.7.6-2.fc5
  67. - Release bump
  68. * Tue Nov 29 2005 Matthias Saou <http://freshrpms.net/> 0.7.6-1
  69. - Update to 0.7.6.
  70. - Change URL to the project's one.
  71. - Add a full description for the devel package.
  72. - Some other minor spec file changes.
  73. * Sun Jun 5 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.7.5-2
  74. - Split development files into a devel subpackage.
  75. - Run ldconfig at post (un)install time.
  76. - Fix shared library file modes.
  77. * Wed May 25 2005 Jeremy Katz <katzj@redhat.com> - 0.7.5-1
  78. - update to 0.7.5 (fixes x86_64 build)
  79. - incldue shared libs
  80. * Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 0.7.3-3
  81. - rebuild on all arches
  82. * Sun Feb 27 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.7.3-2
  83. - 0.7.3.
  84. * Wed Nov 10 2004 Matthias Saou <http://freshrpms.net/> 0.7.2-2
  85. - Update to 0.7.2.
  86. - Bump release to provide Extras upgrade path.
  87. * Sun Aug 29 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.1-0.fdr.1
  88. - Update to 0.7.1.
  89. - Honor $RPM_OPT_FLAGS.
  90. * Mon Jul 12 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.0-0.fdr.1
  91. - Update to 0.7.0.
  92. - Improved 64-bit arch build fix.
  93. * Wed May 19 2004 Justin M. Forbes <64bit_fedora@comcast.net> 0:0.6.5-0.fdr.2
  94. - Change linux makefile to use lib64 ifarch x86_64 for sane build
  95. * Sun Apr 4 2004 Dams <anvil[AT]livna.org> 0:0.6.5-0.fdr.1
  96. - Updated to 0.6.5
  97. * Sun Feb 29 2004 Dams <anvil[AT]livna.org> 0:0.6.4-0.fdr.2
  98. - Added licenses file as doc
  99. * Thu Sep 4 2003 Dams <anvil[AT]livna.org>
  100. - Initial build.