libXaw-vl.spec 7.4 KB

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