libXTrap-vl.spec 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. Summary: X.Org X11 libXTrap runtime library
  2. Summary(ja): X.Org X11 libXTrap ランタイムライブラリ
  3. Name: libXTrap
  4. Version: 1.0.1
  5. Release: 3%{?_dist_release}
  6. License: MIT/X11
  7. Group: System Environment/Libraries
  8. URL: http://www.x.org
  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: libXext-devel
  15. BuildRequires: libXt-devel
  16. Obsoletes: XFree86-libs, XOrg-libs
  17. Vendor: Project Vine
  18. Distribution: Vine Linux
  19. %description
  20. X.Org X11 libXTrap runtime library
  21. %package devel
  22. Summary: X.Org X11 libXTrap development package
  23. Summary(ja): X.Org X11 libXTrap 開発パッケージ
  24. Group: Development/Libraries
  25. Requires(pre): xorg-x11-filesystem
  26. Requires: %{name} = %{version}-%{release}
  27. Requires: xorg-x11-proto-devel
  28. Obsoletes: XFree86-devel, XOrg-devel
  29. %description devel
  30. X.Org X11 libXTrap development package
  31. %prep
  32. %setup -q
  33. # Disable static library creation by default.
  34. %define with_static 0
  35. %build
  36. %configure --disable-static
  37. make
  38. %install
  39. rm -rf $RPM_BUILD_ROOT
  40. make install DESTDIR=$RPM_BUILD_ROOT
  41. # We intentionally don't ship *.la files
  42. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  43. %clean
  44. rm -rf $RPM_BUILD_ROOT
  45. %post -p /sbin/ldconfig
  46. %postun -p /sbin/ldconfig
  47. %files
  48. %defattr(-,root,root,-)
  49. %license COPYING
  50. %doc AUTHORS README ChangeLog
  51. %{_libdir}/libXTrap.so.6
  52. %{_libdir}/libXTrap.so.6.4.0
  53. %files devel
  54. %defattr(-,root,root,-)
  55. %{_libdir}/libXTrap.so
  56. %{_libdir}/pkgconfig/xtrap.pc
  57. %changelog
  58. * Fri Sep 06 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.1-3
  59. - rebuilt with current environment.
  60. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.1-2
  61. - rebuild with VineSeed environment
  62. * Sun Apr 28 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.1-1
  63. - new upstream release
  64. * Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.0-3
  65. - rebuild with rpm-4.8.1 for pkg-config file
  66. * Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.0-2
  67. - spec in utf-8
  68. * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.0-1
  69. - new versioning policy
  70. * Thu Jan 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.0-0vl1
  71. - initial build for Vine Linux
  72. * Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.0-4
  73. - Rebuild for build id
  74. * Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> - 1.0.0-4
  75. - Don't install INSTALL
  76. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-3.1
  77. - rebuild
  78. * Wed Jun 07 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-3
  79. - Added "Requires: xorg-x11-proto-devel" for xtrap.pc
  80. - Replace "makeinstall" with "make install DESTDIR=..."
  81. - Remove package ownership of mandir/libdir/etc.
  82. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-2.2
  83. - bump again for double-long bug on ppc(64)
  84. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-2.1
  85. - rebuilt for new gcc4.1 snapshot and glibc changes
  86. * Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-2
  87. - Bumped and rebuilt with X11R7 tarball
  88. * Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
  89. - Updated libXTrap to version 1.0.0 from X11R7 RC4
  90. * Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
  91. - Updated libXTrap to version 0.99.2 from X11R7 RC3
  92. - Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
  93. that /usr/lib/X11 and /usr/include/X11 pre-exist.
  94. - Removed 'x' suffix from manpage directories to match RC3 upstream.
  95. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  96. - rebuilt
  97. * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
  98. - Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
  99. - Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
  100. * Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
  101. - Updated libXTrap to version 0.99.1 from X11R7 RC1
  102. * Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-4
  103. - Renamed package to remove xorg-x11 from the name due to unanimous decision
  104. between developers.
  105. - Use Fedora Extras style BuildRoot tag.
  106. - Disable static library creation by default.
  107. - Add missing defattr to devel subpackage
  108. - Add missing documentation files to doc macro
  109. - Fix BuildRequires to use new style X library package names
  110. * Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
  111. - Changed all virtual BuildRequires to the "xorg-x11-" prefixed non-virtual
  112. package names, as we want xorg-x11 libs to explicitly build against
  113. X.Org supplied libs, rather than "any implementation", which is what the
  114. virtual provides is intended for.
  115. * Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
  116. - Renamed package to prepend "xorg-x11" to the name for consistency with
  117. the rest of the X11R7 packages.
  118. - Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
  119. subpackage to ensure the devel package matches the installed shared libs.
  120. - Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
  121. allow applications to use implementation agnostic dependencies.
  122. - Added post/postun scripts which call ldconfig.
  123. - Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
  124. and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
  125. * Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
  126. - Initial build.