libXaw-vl.spec 8.8 KB

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