libXaw-vl.spec 8.4 KB

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