libXres-vl.spec 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. Summary: X.Org X11 libXres runtime library
  2. Summary(ja): X.Org X11 libXres ランタイムライブラリ
  3. Name: libXres
  4. Version: 1.2.1
  5. Release: 1%{?_dist_release}
  6. Group: system
  7. Vendor: Project Vine
  8. Distribution: Vine Linux
  9. License: MIT/X11
  10. URL: http://www.x.org
  11. Source0: https://www.x.org/archive/individual/lib/%{name}-%{version}.tar.bz2
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  13. BuildRequires: pkgconfig
  14. BuildRequires: xorg-x11-util-macros
  15. BuildRequires: libX11-devel
  16. BuildRequires: libXext-devel
  17. Obsoletes: XFree86-libs, XOrg-libs
  18. %description
  19. X.Org X11 libXres runtime library
  20. %package devel
  21. Summary: X.Org X11 libXres development package
  22. Summary(ja): X.Org X11 libXres 開発パッケージ
  23. Group: programming
  24. Requires(pre): xorg-x11-filesystem
  25. Requires: %{name} = %{version}-%{release}
  26. Requires: xorg-x11-proto-devel
  27. Obsoletes: XFree86-devel, XOrg-devel
  28. %description devel
  29. X.Org X11 libXres development package
  30. %debug_package
  31. %prep
  32. %setup -q
  33. # Disable static library creation by default.
  34. %define with_static 0
  35. %build
  36. %configure \
  37. %if ! %{with_static}
  38. --disable-static
  39. %endif
  40. make
  41. %install
  42. rm -rf $RPM_BUILD_ROOT
  43. make install DESTDIR=$RPM_BUILD_ROOT
  44. # We intentionally don't ship *.la files
  45. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  46. %clean
  47. rm -rf $RPM_BUILD_ROOT
  48. %files
  49. %defattr(-,root,root,-)
  50. %license COPYING
  51. %doc AUTHORS README ChangeLog
  52. %{_libdir}/libXRes.so.1
  53. %{_libdir}/libXRes.so.1.0.0
  54. %files devel
  55. %defattr(-,root,root,-)
  56. %dir %{_includedir}/X11
  57. %dir %{_includedir}/X11/extensions
  58. %{_includedir}/X11/extensions/XRes.h
  59. %if %{with_static}
  60. %{_libdir}/libXRes.a
  61. %endif
  62. %{_libdir}/libXRes.so
  63. %{_libdir}/pkgconfig/xres.pc
  64. #%dir %{_mandir}/man3x
  65. %{_mandir}/man3/*.3*
  66. %changelog
  67. * Tue Sep 13 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.2.1-1
  68. - new upstream release.
  69. - dropped ldconfig scriptlets.
  70. * Fri Sep 06 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.2.0-1
  71. - new upstream release.
  72. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.7-2
  73. - rebuild with VineSeed environment
  74. * Sun Jun 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.7-1
  75. - new upstream release
  76. (including security fix for CVE-2013-1988)
  77. * Fri Mar 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.6-1
  78. - new upstream release
  79. - add BuildRequires: xorg-x11-util-macros
  80. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.5-1
  81. - new upstream release
  82. * Fri Sep 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.4-2
  83. - rebuild with rpm-4.8.1 for pkg-config file
  84. * Wed Nov 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-1
  85. - new upstream release
  86. * Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-2
  87. - spec in utf-8
  88. * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-1
  89. - new versioning policy
  90. * Mon Jan 14 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-0vl1
  91. - initial build for Vine Linux
  92. * Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.3-3
  93. - Rebuild for build id
  94. * Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1.0.3-2
  95. - Don't install INSTALL
  96. * Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1.0.3-1
  97. - Update to 1.0.3
  98. * Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 1.0.2-1
  99. - Update to 1.0.2
  100. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-3.1
  101. - rebuild
  102. * Fri Jun 09 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3
  103. - Added "Requires: xorg-x11-proto-devel" to devel package for xres.pc
  104. * Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
  105. - Added "BuildRequires: pkgconfig" for (#193502)
  106. - Replace "makeinstall" with "make install DESTDIR=..." for (#192725)
  107. - Remove package ownership of mandir/libdir/etc.
  108. * Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.1-1
  109. - Update to 1.0.1
  110. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-2.2
  111. - bump again for double-long bug on ppc(64)
  112. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-2.1
  113. - rebuilt for new gcc4.1 snapshot and glibc changes
  114. * Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-2
  115. - Bumped and rebuilt
  116. * Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
  117. - Updated libXres to version 1.0.0 from X11R7 RC4
  118. * Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
  119. - Updated libXres to version 0.99.3 from X11R7 RC3
  120. - Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
  121. that /usr/lib/X11 and /usr/include/X11 pre-exist.
  122. - Removed 'x' suffix from manpage directories to match RC3 upstream.
  123. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  124. - rebuilt
  125. * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
  126. - Updated libXres to version 0.99.2 from X11R7 RC2
  127. - Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
  128. - Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
  129. * Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
  130. - Updated libXres to version 0.99.1 from X11R7 RC1
  131. - Updated file manifest to find manpages in "man3x"
  132. * Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
  133. - Renamed package to remove xorg-x11 from the name due to unanimous decision
  134. between developers.
  135. - Use Fedora Extras style BuildRoot tag.
  136. - Disable static library creation by default.
  137. - Add missing defattr to devel subpackage
  138. - Add missing documentation files to doc macro
  139. * Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
  140. - Renamed package to prepend "xorg-x11" to the name for consistency with
  141. the rest of the X11R7 packages.
  142. - Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
  143. subpackage to ensure the devel package matches the installed shared libs.
  144. - Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
  145. allow applications to use implementation agnostic dependencies.
  146. - Added post/postun scripts which call ldconfig.
  147. - Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
  148. and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
  149. * Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
  150. - Initial build.