libXext-vl.spec 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  2. Summary: X.Org X11 libXext runtime library
  3. Summary(ja): X.Org X11 libXext ランタイムライブラリ
  4. Name: libXext
  5. Version: 1.1.2
  6. Release: 1%{?_dist_release}
  7. License: MIT/X11
  8. Group: System Environment/Libraries
  9. URL: http://www.x.org
  10. Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  12. BuildRequires: pkgconfig
  13. BuildRequires: xorg-x11-proto-devel
  14. BuildRequires: libX11-devel
  15. BuildRequires: libXau-devel
  16. Obsoletes: XFree86-libs, XOrg-libs
  17. %description
  18. X.Org X11 libXext runtime library
  19. %package devel
  20. Summary: X.Org X11 libXext development package
  21. Group: Development/Libraries
  22. Requires(pre): xorg-x11-filesystem >= 0.99.2-3
  23. Requires: %{name} = %{version}-%{release}
  24. Requires: libX11-devel
  25. Requires: xorg-x11-proto-devel >= 7.5
  26. Conflicts: xorg-x11-proto-devel < 7.5
  27. Obsoletes: XFree86-devel, XOrg-devel
  28. %description devel
  29. X.Org X11 libXext development package
  30. # compat32
  31. %package -n compat32-%{name}
  32. Summary: X.Org X11 libXext runtime library
  33. Summary(ja): X.Org X11 libXext ランタイムライブラリ
  34. Group: System Environment/Libraries
  35. %description -n compat32-%{name}
  36. X.Org X11 libXext runtime library
  37. %package -n compat32-%{name}-devel
  38. Summary: X.Org X11 libXext development package
  39. Group: Development/Libraries
  40. Requires(pre): xorg-x11-filesystem >= 0.99.2-3
  41. Requires: compat32-%{name} = %{version}-%{release}
  42. Requires: %{name}-devel = %{version}-%{release}
  43. Requires: compat32-libX11-devel
  44. %description -n compat32-%{name}-devel
  45. X.Org X11 libXext development package
  46. %prep
  47. %setup -q
  48. # Disable static library creation by default.
  49. %define with_static 0
  50. %build
  51. %configure \
  52. %if ! %{with_static}
  53. --disable-static
  54. %endif
  55. make
  56. %install
  57. rm -rf $RPM_BUILD_ROOT
  58. make install DESTDIR=$RPM_BUILD_ROOT
  59. # We intentionally don't ship *.la files
  60. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  61. %clean
  62. rm -rf $RPM_BUILD_ROOT
  63. %post -p /sbin/ldconfig
  64. %postun -p /sbin/ldconfig
  65. %post -n compat32-%{name} -p /sbin/ldconfig
  66. %postun -n compat32-%{name} -p /sbin/ldconfig
  67. %files
  68. %defattr(-,root,root,-)
  69. %doc AUTHORS COPYING README ChangeLog
  70. %{_libdir}/libXext.so.6
  71. %{_libdir}/libXext.so.6.4.*
  72. %files devel
  73. %defattr(-,root,root,-)
  74. %{_includedir}/X11/extensions/*.h
  75. %if %{with_static}
  76. %{_libdir}/libXext.a
  77. %endif
  78. %{_libdir}/libXext.so
  79. %{_libdir}/pkgconfig/xext.pc
  80. %{_mandir}/man3/*.3*
  81. # compat32
  82. %if %{build_compat32}
  83. %files -n compat32-%{name}
  84. %defattr(-,root,root,-)
  85. %{_libdir}/libXext.so.6
  86. %{_libdir}/libXext.so.6.4.*
  87. %files -n compat32-%{name}-devel
  88. %defattr(-,root,root,-)
  89. %if %{with_static}
  90. %{_libdir}/libXext.a
  91. %endif
  92. %{_libdir}/libXext.so
  93. %{_libdir}/pkgconfig/xext.pc
  94. %endif
  95. %changelog
  96. * Fri Jul 30 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.2-1
  97. - new upstream release
  98. * Wed Nov 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.1-1
  99. - new upstream release
  100. * Tue Nov 17 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1-1
  101. - new upstream release
  102. * Sun May 03 2009 NAKAMURA Kenta <kenta@vinelinux.org> 1.0.4-2
  103. - added compat32 package for x86_64 arch support
  104. * Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-1
  105. - new upstream release
  106. * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-1
  107. - new versioning policy
  108. * Sun Jan 13 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-0vl1
  109. - initial build for Vine Linux
  110. * Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.1-4
  111. - Rebuild for build id
  112. * Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1.0.1-4
  113. - Don't install INSTALL
  114. * Tue Oct 3 2006 Adam Jackson <ajackson@redhat.com> 1.0.1-3
  115. - Force xorg-x11-proto-devel on >= 7.1-10 (for LBX headers), and rebuild.
  116. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-2.1
  117. - rebuild
  118. * Wed Jun 07 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
  119. - Replace "makeinstall" with "make install DESTDIR=..."
  120. - Remove package ownership of mandir/libdir/etc.
  121. * Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.1-1
  122. - Update to 1.0.1
  123. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-3.2
  124. - bump again for double-long bug on ppc(64)
  125. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-3.1
  126. - rebuilt for new gcc4.1 snapshot and glibc changes
  127. * Tue Jan 31 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-3
  128. - Added "Requires: xorg-x11-proto-devel >= 7.0-1" to devel package (#173713)
  129. - Added "libX11-devel" to devel package (#176078)
  130. * Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-2
  131. - Bumped and rebuilt
  132. * Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
  133. - Updated libXext to version 1.0.0 from X11R7 RC4
  134. * Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
  135. - Updated libXext to version 0.99.3 from X11R7 RC3
  136. - Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
  137. that /usr/lib/X11 and /usr/include/X11 pre-exist.
  138. - Removed 'x' suffix from manpage directories to match RC3 upstream.
  139. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  140. - rebuilt
  141. * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
  142. - Updated libXext to version 0.99.2 from X11R7 RC2
  143. - Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
  144. - Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
  145. * Fri Oct 21 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
  146. - Updated to libXext-0.99.1 from the X11R7 RC1 release.
  147. - Added manpages that were absent in X11R7 RC0, and updated the file lists
  148. to find them in section "man3x".
  149. * Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
  150. - Renamed package to remove xorg-x11 from the name due to unanimous decision
  151. between developers.
  152. - Use Fedora Extras style BuildRoot tag.
  153. - Disable static library creation by default.
  154. - Add missing defattr to devel subpackage
  155. - Add missing documentation files to doc macro
  156. * Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
  157. - Renamed package to prepend "xorg-x11" to the name for consistency with
  158. the rest of the X11R7 packages.
  159. - Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
  160. subpackage to ensure the devel package matches the installed shared libs.
  161. - Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
  162. allow applications to use implementation agnostic dependencies.
  163. - Added post/postun scripts which call ldconfig.
  164. - Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
  165. and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
  166. * Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
  167. - Initial build.