libXTrap-vl.spec 5.1 KB

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