libXaw-vl.spec 8.6 KB

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