libXmu-vl.spec 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  1. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  2. Summary: X.Org X11 libXmu/libXmuu runtime libraries
  3. Summary(ja): X.Org X11 libXmu/libXmuu ランタイムライブラリ
  4. Name: libXmu
  5. Version: 1.1.3
  6. Release: 2%{?_dist_release}
  7. Group: system
  8. Vendor: Project Vine
  9. Distribution: Vine Linux
  10. License: MIT/X11
  11. URL: http://www.x.org
  12. Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  14. BuildRequires: pkgconfig
  15. BuildRequires: xorg-x11-util-macros
  16. BuildRequires: libX11-devel
  17. BuildRequires: libXext-devel
  18. BuildRequires: libXt-devel
  19. BuildRequires: libXau-devel
  20. Obsoletes: XFree86-libs, XOrg-libs
  21. %description
  22. X.Org X11 libXmu/libXmuu runtime libraries
  23. %package devel
  24. Summary: X.Org X11 libXmu development package
  25. Group: programming
  26. Requires(pre): xorg-x11-filesystem
  27. Requires: %{name} = %{version}-%{release}
  28. Requires: pkgconfig
  29. Requires: xorg-x11-util-macros
  30. Requires: xorg-x11-proto-devel libX11-devel libXt-devel libXext-devel
  31. Obsoletes: XFree86-devel, XOrg-devel
  32. %description devel
  33. X.Org X11 libXmu development package
  34. # compat32
  35. %package -n compat32-%{name}
  36. Summary: X.Org X11 libXmu/libXmuu runtime libraries
  37. Summary(ja): X.Org X11 libXmu/libXmuu ランタイムライブラリ
  38. Group: system,legacy
  39. Requires: %{name} = %{version}-%{release}
  40. %description -n compat32-%{name}
  41. X.Org X11 libXmu/libXmuu runtime libraries
  42. %package -n compat32-%{name}-devel
  43. Summary: X.Org X11 libXmu development package
  44. Group: programming,legacy
  45. Requires(pre): xorg-x11-filesystem
  46. Requires: %{name}-devel = %{version}-%{release}
  47. Requires: compat32-%{name} = %{version}-%{release}
  48. Requires: compat32-libX11-devel compat32-libXt-devel compat32-libXext-devel
  49. %description -n compat32-%{name}-devel
  50. X.Org X11 libXmu development package
  51. %debug_package
  52. %prep
  53. %setup -q
  54. # Disable static library creation by default.
  55. %define with_static 0
  56. %build
  57. %configure \
  58. %if ! %{with_static}
  59. --disable-static
  60. %endif
  61. make
  62. %install
  63. rm -rf $RPM_BUILD_ROOT
  64. make install DESTDIR=$RPM_BUILD_ROOT
  65. # We intentionally don't ship *.la files
  66. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  67. # remove xml and txt file
  68. rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
  69. %clean
  70. rm -rf $RPM_BUILD_ROOT
  71. %files
  72. %defattr(-,root,root,-)
  73. %license COPYING
  74. %doc AUTHORS README ChangeLog
  75. %{_libdir}/libXmu.so.6
  76. %{_libdir}/libXmu.so.6.2.0
  77. %{_libdir}/libXmuu.so.1
  78. %{_libdir}/libXmuu.so.1.0.0
  79. %files devel
  80. %defattr(-,root,root,-)
  81. %dir %{_includedir}/X11
  82. %dir %{_includedir}/X11/Xmu
  83. %{_includedir}/X11/Xmu/Atoms.h
  84. %{_includedir}/X11/Xmu/CharSet.h
  85. %{_includedir}/X11/Xmu/CloseHook.h
  86. %{_includedir}/X11/Xmu/Converters.h
  87. %{_includedir}/X11/Xmu/CurUtil.h
  88. %{_includedir}/X11/Xmu/CvtCache.h
  89. %{_includedir}/X11/Xmu/DisplayQue.h
  90. %{_includedir}/X11/Xmu/Drawing.h
  91. %{_includedir}/X11/Xmu/Editres.h
  92. %{_includedir}/X11/Xmu/EditresP.h
  93. %{_includedir}/X11/Xmu/Error.h
  94. %{_includedir}/X11/Xmu/ExtAgent.h
  95. %{_includedir}/X11/Xmu/Initer.h
  96. %{_includedir}/X11/Xmu/Lookup.h
  97. %{_includedir}/X11/Xmu/Misc.h
  98. %{_includedir}/X11/Xmu/StdCmap.h
  99. %{_includedir}/X11/Xmu/StdSel.h
  100. %{_includedir}/X11/Xmu/SysUtil.h
  101. %{_includedir}/X11/Xmu/WhitePoint.h
  102. %{_includedir}/X11/Xmu/WidgetNode.h
  103. %{_includedir}/X11/Xmu/WinUtil.h
  104. %{_includedir}/X11/Xmu/Xct.h
  105. %{_includedir}/X11/Xmu/Xmu.h
  106. %if %{with_static}
  107. %{_libdir}/libXmu.a
  108. %{_libdir}/libXmuu.a
  109. %endif
  110. %{_libdir}/libXmu.so
  111. %{_libdir}/libXmuu.so
  112. %{_libdir}/pkgconfig/xmu.pc
  113. %{_libdir}/pkgconfig/xmuu.pc
  114. # compat32
  115. %if %{build_compat32}
  116. %files -n compat32-%{name}
  117. %defattr(-,root,root,-)
  118. %{_libdir}/libXmu.so.6
  119. %{_libdir}/libXmu.so.6.2.0
  120. %{_libdir}/libXmuu.so.1
  121. %{_libdir}/libXmuu.so.1.0.0
  122. %files -n compat32-%{name}-devel
  123. %defattr(-,root,root,-)
  124. %if %{with_static}
  125. %{_libdir}/libXmu.a
  126. %{_libdir}/libXmuu.a
  127. %endif
  128. %{_libdir}/libXmu.so
  129. %{_libdir}/libXmuu.so
  130. %endif
  131. %changelog
  132. * Tue Sep 13 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.3-2
  133. - rebuilt with current environment.
  134. - dropped ldconfig scriptlets.
  135. * Fri Sep 06 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.3-1
  136. - new upstream release.
  137. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.2-2
  138. - rebuild with VineSeed environment
  139. * Mon Sep 23 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.2-1
  140. - new upstream release
  141. * Fri Mar 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-1
  142. - new upstream release
  143. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
  144. - new upstream release
  145. - fix %%install, %%files
  146. * Fri Sep 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.5-2
  147. - rebuild with rpm-4.8.1 for pkg-config file
  148. * Wed Nov 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.5-1
  149. - new upstream release
  150. * Mon Jul 20 2009 NAKAMURA Kenta <kenta@vinelinux.org> 1.0.4-2
  151. - added compat32 package for x86_64 arch support
  152. * Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-1
  153. - new upstream release
  154. * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-1
  155. - new versioning policy
  156. * Mon Jan 14 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-0vl1
  157. - initial build for Vine Linux
  158. * Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.3-3
  159. - Rebuild for build id
  160. * Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1.0.3-2
  161. - Don't install INSTALL
  162. * Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 1.0.3-1.fc7
  163. - Update to 1.0.3
  164. * Fri Oct 13 2006 Kristian H淡gsberg <krh@redhat.com> - 1.0.2-6.fc7
  165. - Also add Requires for libXext-devel for development package (#210123)
  166. - Add pkgconfig dependency for -devel package.
  167. * Fri Sep 15 2006 Soren Sandmann <sandmann@redhat.com> - 1.0.2-5
  168. - Add Requires on libXt (bug 202558)
  169. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
  170. - rebuild
  171. * Fri Jul 7 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-4
  172. - Rebuild, brew doesn't pick up buildroot changes fast enough.
  173. * Wed Jun 28 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-3
  174. - Rebuild for libXt pkgconfig fixes.
  175. * Fri Jun 09 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-2
  176. - Replace "makeinstall" with "make install DESTDIR=..."
  177. - Added "Requires: xorg-x11-proto-devel, libX11-devel, libXt-devel" to devel
  178. subpackage needed by xmu.pc, xmuu.pc
  179. - Remove package ownership of mandir/libdir/etc.
  180. * Fri May 12 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-1
  181. - Update to 1.0.2
  182. * Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.1-1
  183. - Update to 1.0.1
  184. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-2.2
  185. - bump again for double-long bug on ppc(64)
  186. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-2.1
  187. - rebuilt for new gcc4.1 snapshot and glibc changes
  188. * Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-2
  189. - Bumped and rebuilt
  190. * Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
  191. - Updated libXmu to version 1.0.0 from X11R7 RC4
  192. * Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
  193. - Updated libXmu to version 0.99.2 from X11R7 RC3
  194. - Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
  195. that /usr/lib/X11 and /usr/include/X11 pre-exist.
  196. - Removed 'x' suffix from manpage directories to match RC3 upstream.
  197. - Added "BuildRequires: pkgconfig, libXau-devel, xorg-x11-util-macros" to
  198. fix build dependencies.
  199. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  200. - rebuilt
  201. * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
  202. - Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
  203. - Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
  204. * Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
  205. - Updated libXmu to version 0.99.1 from X11R7 RC1
  206. * Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-4
  207. - Renamed package to remove xorg-x11 from the name due to unanimous decision
  208. between developers.
  209. - Use Fedora Extras style BuildRoot tag.
  210. - Disable static library creation by default.
  211. - Add missing defattr to devel subpackage
  212. - Add missing documentation files to doc macro
  213. - Fix BuildRequires to use new style X library package names
  214. * Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
  215. - Changed all virtual BuildRequires to the "xorg-x11-" prefixed non-virtual
  216. package names, as we want xorg-x11 libs to explicitly build against
  217. X.Org supplied libs, rather than "any implementation", which is what the
  218. virtual provides is intended for.
  219. * Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
  220. - Renamed package to prepend "xorg-x11" to the name for consistency with
  221. the rest of the X11R7 packages.
  222. - Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
  223. subpackage to ensure the devel package matches the installed shared libs.
  224. - Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
  225. allow applications to use implementation agnostic dependencies.
  226. - Added post/postun scripts which call ldconfig.
  227. - Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
  228. and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
  229. * Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
  230. - Initial build.