libXaw-vl.spec 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. Summary: X.Org X11 libXaw runtime library
  2. Summary(ja): X.Org X11 libXaw ランタイムライブラリ
  3. Name: libXaw
  4. Version: 1.0.9
  5. Release: 1%{?_dist_release}
  6. License: MIT/X11
  7. URL: http://www.x.org
  8. Group: System Environment/Libraries
  9. Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  11. BuildRequires: pkgconfig
  12. BuildRequires: xorg-x11-proto-devel
  13. BuildRequires: libX11-devel
  14. BuildRequires: libXt-devel
  15. BuildRequires: libXmu-devel
  16. BuildRequires: libXpm-devel
  17. BuildRequires: libXext-devel >= 1.1
  18. BuildRequires: ed
  19. Obsoletes: XFree86-libs, XOrg-libs
  20. %description
  21. X.Org X11 libXaw runtime library
  22. %package compat
  23. Summary: X.Org X11 libXaw version 6 compatibility
  24. Group: System Environment/Libraries
  25. %description compat
  26. X.Org X11 libXaw version 6 compatibility
  27. %package devel
  28. Summary: X.Org X11 libXaw development package
  29. Group: Development/Libraries
  30. Requires(pre): xorg-x11-filesystem
  31. Requires: %{name} = %{version}-%{release}
  32. Requires: xorg-x11-proto-devel
  33. Requires: libXmu-devel
  34. Requires: libXt-devel
  35. Requires: libXpm-devel
  36. Obsoletes: XFree86-devel, XOrg-devel
  37. %description devel
  38. X.Org X11 libXaw development package
  39. %prep
  40. %setup -q
  41. %build
  42. %configure --disable-static
  43. make %{?_smp_mflags}
  44. %install
  45. rm -rf $RPM_BUILD_ROOT
  46. make install DESTDIR=$RPM_BUILD_ROOT
  47. # We intentionally don't ship *.la files
  48. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  49. # remove xml and txt file
  50. rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
  51. %clean
  52. rm -rf $RPM_BUILD_ROOT
  53. %post -p /sbin/ldconfig
  54. %postun -p /sbin/ldconfig
  55. %files
  56. %defattr(-,root,root,-)
  57. %doc AUTHORS COPYING README ChangeLog
  58. %{_libdir}/libXaw.so.7
  59. %{_libdir}/libXaw7.so.7
  60. %{_libdir}/libXaw7.so.7.0.*
  61. %files compat
  62. %defattr(-,root,root,-)
  63. %{_libdir}/libXaw.so.6
  64. %{_libdir}/libXaw6.so
  65. %{_libdir}/libXaw6.so.6
  66. %{_libdir}/libXaw6.so.6.0.1
  67. %{_libdir}/pkgconfig/xaw6.pc
  68. %files devel
  69. %defattr(-,root,root,-)
  70. %dir %{_includedir}/X11
  71. %dir %{_includedir}/X11/Xaw
  72. %doc COPYING
  73. %{_includedir}/X11/Xaw/*.h
  74. # FIXME: Is this C file really supposed to be here?
  75. %{_includedir}/X11/Xaw/Template.c
  76. %{_libdir}/libXaw.so
  77. %{_libdir}/libXaw7.so
  78. %{_libdir}/pkgconfig/xaw7.pc
  79. #%dir %{_mandir}/man3x
  80. %{_mandir}/man3/*.3*
  81. %changelog
  82. * Sat Jan 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.9-1
  83. - new upstream release
  84. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.8-1
  85. - new upstream release
  86. * Fri Sep 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.7-2
  87. - rebuild with rpm-4.8.1 for pkg-config file
  88. * Tue Nov 17 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.7-1
  89. - new upstream release
  90. - BR: libXext-devel >= 1.1
  91. * Thu Jul 09 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-1
  92. - new upstream release
  93. * Sun Nov 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.5-1
  94. - new upstream release
  95. - remove Xaw8
  96. * Mon May 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-2
  97. - remove --disable-xaw8 to build libXaw.so.8
  98. * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-1
  99. - new versioning policy
  100. * Mon Jan 14 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-0vl1
  101. - initial build for Vine Linux
  102. * Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 1.0.4-1
  103. - libXaw 1.0.4
  104. * Thu Sep 06 2007 Adam Jackson <ajax@redhat.com> 1.0.2-10
  105. - Move Xaw6 to a compat package, nothing in the distro needs it.
  106. * Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.2-9
  107. - Rebuild for build id
  108. * Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> - 1.0.2-9
  109. - Don't install INSTALL
  110. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.2-8.1
  111. - rebuild
  112. * Fri Jul 7 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-8
  113. - Rebuild, brew doesn't pick up buildroot changes fast enough.
  114. * Wed Jun 28 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-7
  115. - Rebuild for libXt pkgconfig fixes.
  116. * Thu Jun 22 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-6
  117. - Added "Requires: libXpm-devel" to devel subpackage to attempt to fix
  118. bug (#192040).
  119. * Wed Jun 07 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-5
  120. - Remove package ownership of mandir/libdir/etc.
  121. * Tue Jun 06 2006 Bill Nottingham <notting@redhat.com> 1.0.2-4
  122. - Add "BuildRequires: ed" to fix library sonames
  123. * Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-3
  124. - Added "Requires: xorg-x11-proto-devel" to devel package to try to fix
  125. indirect bug (#192040)
  126. * Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-2
  127. - Added "BuildRequires: pkgconfig" for (#193423)
  128. - Replace "makeinstall" with "make install DESTDIR=..."
  129. - Added "BuildRequires: libXt-devel" for (#190169)
  130. * Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-1
  131. - Update to 1.0.2
  132. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-1.2
  133. - bump again for double-long bug on ppc(64)
  134. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-1.1
  135. - rebuilt for new gcc4.1 snapshot and glibc changes
  136. * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
  137. - Updated libXaw to version 1.0.1 from X11R7.0
  138. * Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
  139. - Updated libXaw to version 1.0.0 from X11R7 RC4
  140. * Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
  141. - Updated libXaw to version 0.99.3 from X11R7 RC3
  142. - Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
  143. that /usr/lib/X11 and /usr/include/X11 pre-exist.
  144. - Removed 'x' suffix from manpage directories to match RC3 upstream.
  145. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  146. - rebuilt
  147. * Sat Nov 12 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
  148. - Added libXaw-0.99.2-bug-173027-libtool-sucks.patch to fix bug #173027,
  149. added 'autoconf' invocation prior to configure, and conditionalized it
  150. all with with_libtool_sucks_workaround macro.
  151. - Added _smp_mflags to make invocation.
  152. - Use *.h glob in file manifest instead of listing each header individually.
  153. * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
  154. - Updated libXaw to version 0.99.2 from X11R7 RC2
  155. * Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
  156. - Updated libXaw to version 0.99.1 from X11R7 RC1
  157. - Update file manifest to find manpages in "man3x"
  158. - Added {_includedir}/X11/Xaw/Template.c to file manifest
  159. * Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-5
  160. - Renamed package to remove xorg-x11 from the name due to unanimous decision
  161. between developers.
  162. - Use Fedora Extras style BuildRoot tag.
  163. - Disable static library creation by default.
  164. - Add missing defattr to devel subpackage
  165. - Add missing documentation files to doc macro
  166. - Fix all "BuildRequires:" deps with s/xorg-x11-//g
  167. * Wed Aug 25 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-4
  168. - Added dependency on xorg-x11-libXmu-devel to devel subpackage, as libXaw
  169. headers include libXmu headers directly which caused xkbutils to fail to
  170. build.
  171. * Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
  172. - Changed all virtual BuildRequires to the "xorg-x11-" prefixed non-virtual
  173. package names, as we want xorg-x11 libs to explicitly build against
  174. X.Org supplied libs, rather than "any implementation", which is what the
  175. virtual provides is intended for.
  176. * Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
  177. - Renamed package to prepend "xorg-x11" to the name for consistency with
  178. the rest of the X11R7 packages.
  179. - Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
  180. subpackage to ensure the devel package matches the installed shared libs.
  181. - Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
  182. allow applications to use implementation agnostic dependencies.
  183. - Added post/postun scripts which call ldconfig.
  184. - Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
  185. and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
  186. * Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
  187. - Initial build.