libXv-vl.spec 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  2. Summary: X.Org X11 libXv runtime library
  3. Summary(ja): X.Org X11 libXv ランタイムライブラリ
  4. Name: libXv
  5. Version: 1.0.11
  6. Release: 2%{?_dist_release}
  7. Group: system
  8. Vendor: Project Vine
  9. Distribution: Vine Linux
  10. License: MIT/X11
  11. URL: http://www.x.org
  12. Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  14. BuildRequires: pkgconfig
  15. BuildRequires: xorg-x11-proto-devel
  16. BuildRequires: xorg-x11-util-macros
  17. BuildRequires: libX11-devel
  18. BuildRequires: libXext-devel
  19. Obsoletes: XFree86-libs, XOrg-libs
  20. %description
  21. X.Org X11 libXv runtime library
  22. %package devel
  23. Summary: X.Org X11 libXv development package
  24. Summary(ja): X.Org X11 libXv 開発パッケージ
  25. Group: programming
  26. Requires(pre): xorg-x11-filesystem
  27. Requires: %{name} = %{version}-%{release}
  28. Requires: libXext-devel
  29. Requires: xorg-x11-proto-devel
  30. Obsoletes: XFree86-devel, XOrg-devel
  31. %description devel
  32. X.Org X11 libXv development package
  33. # compat32
  34. %package -n compat32-%{name}
  35. Summary: X.Org X11 libXv runtime library
  36. Summary(ja): X.Org X11 libXv ランタイムライブラリ
  37. Group: system,legacy
  38. Requires: %{name} = %{version}-%{release}
  39. %description -n compat32-%{name}
  40. X.Org X11 libXv runtime library
  41. %package -n compat32-%{name}-devel
  42. Summary: X.Org X11 libXv development package
  43. Summary(ja): X.Org X11 libXv 開発パッケージ
  44. Group: programming,legacy
  45. Requires(pre): xorg-x11-filesystem
  46. Requires: %{name}-devel = %{version}-%{release}
  47. Requires: compat32-%{name} = %{version}-%{release}
  48. Requires: compat32-libXext-devel
  49. %description -n compat32-%{name}-devel
  50. X.Org X11 libXv development package
  51. %debug_package
  52. %prep
  53. %setup -q
  54. # Disable static library creation by default.
  55. %define with_static 0
  56. %build
  57. %configure \
  58. %if ! %{with_static}
  59. --disable-static
  60. %endif
  61. make
  62. %install
  63. rm -rf $RPM_BUILD_ROOT
  64. make install DESTDIR=$RPM_BUILD_ROOT
  65. # We intentionally don't ship *.la files
  66. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  67. %clean
  68. rm -rf $RPM_BUILD_ROOT
  69. %files
  70. %defattr(-,root,root,-)
  71. %license COPYING
  72. %doc AUTHORS COPYING README ChangeLog
  73. %{_libdir}/libXv.so.1
  74. %{_libdir}/libXv.so.1.0.0
  75. %files devel
  76. %defattr(-,root,root,-)
  77. %dir %{_includedir}/X11
  78. %dir %{_includedir}/X11/extensions
  79. %{_includedir}/X11/extensions/Xvlib.h
  80. %if %{with_static}
  81. %{_libdir}/libXv.a
  82. %endif
  83. %{_libdir}/libXv.so
  84. %{_libdir}/pkgconfig/xv.pc
  85. %{_mandir}/man3/*.3*
  86. # compat32
  87. %if %{build_compat32}
  88. %files -n compat32-%{name}
  89. %defattr(-,root,root,-)
  90. %{_libdir}/libXv.so.1
  91. %{_libdir}/libXv.so.1.0.0
  92. %files -n compat32-%{name}-devel
  93. %defattr(-,root,root,-)
  94. %if %{with_static}
  95. %{_libdir}/libXv.a
  96. %endif
  97. %{_libdir}/libXv.so
  98. %endif
  99. %changelog
  100. * Tue Sep 13 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.11-2
  101. - rebuilt with current environment.
  102. - dropped ldconfig scriptlets.
  103. * Fri Sep 06 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.11-1
  104. - new upstream release.
  105. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.10-2
  106. - rebuild with VineSeed environment
  107. * Mon Sep 23 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.10-1
  108. - new upstream release
  109. * Mon Aug 12 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.9-1
  110. - new upstream release
  111. * Sun Jun 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.8-1
  112. - new upstream release
  113. (including security fix for CVE-2013-1989,2066)
  114. * Fri Mar 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.7-1
  115. - new upstream release
  116. - add BuildRequires: xorg-x11-util-macros
  117. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.6-1
  118. - new upstream release
  119. * Fri Sep 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.5-2
  120. - rebuild with rpm-4.8.1 for pkg-config file
  121. * Wed Nov 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.5-1
  122. - new upstream release
  123. * Wed Jul 08 2009 NAKAMURA Kenta <kenta@vinelinux.org> 1.0.4-2
  124. - added compat32 package for x86_64 arch support
  125. * Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-1
  126. - new upstream release
  127. * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-1
  128. - new versioning policy
  129. * Thu Jan 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-0vl1
  130. - initial build for Vine Linux
  131. * Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.3-3
  132. - Rebuild for build id
  133. * Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1.0.3-2
  134. - Don't install INSTALL
  135. * Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1.0.3-1
  136. - Update to 1.0.3
  137. * Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 1.0.2-1.fc7
  138. - Update to 1.0.2
  139. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-4.1
  140. - rebuild
  141. * Fri Jun 09 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-4
  142. - Added "Requires: xorg-x11-proto-devel" to devel package for xv.pc
  143. * Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3
  144. - Added "BuildRequires: pkgconfig" for (#193505)
  145. - Replace "makeinstall" with "make install DESTDIR=..."
  146. - Remove package ownership of mandir/libdir/etc.
  147. * Fri May 26 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
  148. - Added "Requires: libXext-devel" to libXv-devel subpackage, to avoid all
  149. packages that depend on libXv-devel from having to manually specify that
  150. dependency themselves, as it is required by Xv. (#192167)
  151. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2
  152. - bump again for double-long bug on ppc(64)
  153. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1
  154. - rebuilt for new gcc4.1 snapshot and glibc changes
  155. * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
  156. - Updated libXv to version 1.0.1 from X11R7.0
  157. * Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
  158. - Updated libXv to version 0.99.2 from X11R7 RC3
  159. - Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
  160. that /usr/lib/X11 and /usr/include/X11 pre-exist.
  161. - Removed 'x' suffix from manpage directories to match RC3 upstream.
  162. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  163. - rebuilt
  164. * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
  165. - Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
  166. - Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
  167. * Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
  168. - Updated libXv to version 0.99.1 from X11R7 RC1
  169. - Updated file manifest to find manpages in "man3x"
  170. * Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
  171. - Renamed package to remove xorg-x11 from the name due to unanimous decision
  172. between developers.
  173. - Use Fedora Extras style BuildRoot tag.
  174. - Disable static library creation by default.
  175. - Add missing defattr to devel subpackage
  176. - Add missing documentation files to doc macro
  177. * Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
  178. - Renamed package to prepend "xorg-x11" to the name for consistency with
  179. the rest of the X11R7 packages.
  180. - Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
  181. subpackage to ensure the devel package matches the installed shared libs.
  182. - Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
  183. allow applications to use implementation agnostic dependencies.
  184. - Added post/postun scripts which call ldconfig.
  185. - Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
  186. and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
  187. * Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
  188. - Initial build.