libogg-vl.spec 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  1. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  2. Summary: The Ogg bitstream file format library.
  3. Name: libogg
  4. Version: 1.3.5
  5. Release: 1%{?_dist_release}
  6. Group: System Environment/Libraries
  7. Vendor: Project Vine
  8. Distribution: Vine Linux
  9. Packager: kenta, inagaki
  10. License: BSD
  11. URL: https://www.xiph.org/
  12. Source: http://downloads.xiph.org/releases/ogg/%{name}-%{version}.tar.xz
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  14. BuildRequires: perl
  15. %description
  16. Libogg is a library for manipulating Ogg bitstream file formats.
  17. Libogg supports both making Ogg bitstreams and getting packets from
  18. Ogg bitstreams.
  19. %package devel
  20. Summary: Files needed for development using libogg.
  21. Group: programming
  22. Requires: %{name} = %{version}-%{release}
  23. %description devel
  24. The libogg-devel package contains the header files, static libraries
  25. and documentation needed to develop applications with libogg.
  26. %package docs
  27. Summary: Documentation for %{name}
  28. Summary(ja): %{name} 用のドキュメント
  29. Group: documentation
  30. Requires: %{name} = %{version}-%{release}
  31. BuildArch: noarch
  32. %description docs
  33. This package contains documentation for %{name}.
  34. # compat32
  35. %package -n compat32-%{name}
  36. Summary: The Ogg bitstream file format library.
  37. Group: system,legacy
  38. %description -n compat32-%{name}
  39. Libogg is a library for manipulating Ogg bitstream file formats.
  40. Libogg supports both making Ogg bitstreams and getting packets from
  41. Ogg bitstreams.
  42. %package -n compat32-%{name}-devel
  43. Summary: Files needed for development using libogg.
  44. Group: programming
  45. Requires: compat32-%{name} = %{version}-%{release}
  46. Requires: %{name}-devel = %{version}-%{release}
  47. %description -n compat32-%{name}-devel
  48. The libogg-devel package contains the header files, static libraries
  49. and documentation needed to develop applications with libogg.
  50. %debug_package
  51. %prep
  52. %setup -q -n libogg-%{version}
  53. %build
  54. %configure --disable-static
  55. %make_build
  56. %install
  57. %make_install
  58. rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
  59. mv $RPM_BUILD_ROOT%{_docdir}/%{name} __installed_docs
  60. %files
  61. %license COPYING
  62. %doc AUTHORS CHANGES README
  63. %{_libdir}/*.so.*
  64. %files devel
  65. %doc doc/index.html doc/framing.html doc/oggstream.html
  66. %doc doc/white-ogg.png doc/white-xifish.png
  67. %doc doc/stream.png
  68. %doc doc/libogg
  69. %dir %{_includedir}/ogg
  70. %{_includedir}/ogg/*.h
  71. %{_libdir}/*.so
  72. %{_libdir}/pkgconfig/*.pc
  73. %{_datadir}/aclocal/ogg.m4
  74. %files docs
  75. %doc __installed_docs/*
  76. # compat32
  77. %if %{build_compat32}
  78. %files -n compat32-%{name}
  79. %{_libdir}/*.so.*
  80. %files -n compat32-%{name}-devel
  81. %{_libdir}/*.so
  82. %endif
  83. %changelog
  84. * Sat Jul 06 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.3.5-1
  85. - new upstream release.
  86. * Mon Feb 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.3.4-1
  87. - new upstream release.
  88. * Thu Feb 22 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.3.3-1
  89. - new upstream release.
  90. * Sat Jul 05 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.2-1
  91. - new upstream release
  92. - create %%{name}-docs subpackage
  93. * Sun Jun 10 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.0-1
  94. - new upstream release
  95. * Tue Sep 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.0-1
  96. - new upstream release
  97. - built with rpm-4.8.1
  98. * Sun Nov 22 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.4-1
  99. - new upstream release
  100. * Fri Jun 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.3-3
  101. - used --disable-static option
  102. - added Vendor, Distribution, Packager tag
  103. * Sat May 16 2009 NAKAMURA Kenta <kenta@vinelinux.org> 1.1.3-2
  104. - added compat32 package for x86_64 arch support
  105. - removed lib*.a files from devel package
  106. * Mon May 19 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.3-1
  107. - applied new versioning policy
  108. - removed lib*.la files from devel package
  109. * Mon May 14 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.1.3-0vl2
  110. - rebuild with new toolchain
  111. * Tue Nov 29 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.1.3-0vl1
  112. - source upgrade
  113. * Fri Oct 01 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.1.2-0vl1
  114. - source upgrade
  115. - update source-URL
  116. * Fri Mar 26 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.1-0vl3
  117. - rebuild
  118. * Sat Nov 22 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.1-0vl2
  119. - rebuild for VineSeedPlus
  120. * Fri Nov 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.1-0vl1
  121. - source upgrade
  122. - build for VinePlus/2.6
  123. - add %%{_libdir}/*.la and %%{_libdir}/pkgconfig/*.pc to devel package
  124. * Sat Oct 4 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.0-0vl3
  125. - rebuild with new toolchains
  126. * Sun Dec 15 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.0-0vl2
  127. - rebuild with new toolchains
  128. * Wed Jul 24 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.0-0vl1
  129. - source upgrade
  130. - update %description devel
  131. - add PreReq: ldconfig
  132. * Sat Jan 12 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 0.99.3-1vl1
  133. - build for VineSeed
  134. - delete Serial
  135. - change version number to 0.99.3 (means 1.0rc3)
  136. * Tue Jan 1 2002 Bill Nottingham <notting@redhat.com>
  137. - update to 1.0rc3
  138. * Mon Aug 13 2001 Bill Nottingham <notting@redhat.com>
  139. - update to 1.0rc2
  140. * Fri Jul 6 2001 Bill Nottingham <notting@redhat.com>
  141. - own %%{_includedir}/ogg
  142. * Tue Jun 19 2001 Bill Nottingham <notting@redhat.com>
  143. - update to 1.0rc1
  144. * Mon Feb 26 2001 Bill Nottingham <notting@redhat.com>
  145. - fix license tag
  146. * Mon Feb 26 2001 Bill Nottingham <notting@redhat.com>
  147. - beta4
  148. * Tue Feb 6 2001 Bill Nottingham <notting@redhat.com>
  149. - update CVS in prep for beta4
  150. * Wed Dec 27 2000 Bill Nottingham <notting@redhat.com>
  151. - update CVS
  152. * Mon Dec 11 2000 Bill Nottingham <notting@redhat.com>
  153. - fix bogus group
  154. * Fri Dec 01 2000 Bill Nottingham <notting@redhat.com>
  155. - rebuild because of broken fileutils
  156. * Mon Nov 13 2000 Bill Nottingham <notting@redhat.com>
  157. - clean up specfile slightly
  158. * Sat Sep 02 2000 Jack Moffitt <jack@icecast.org>
  159. - initial spec file created