xorg-x11-xtrans-devel-vl.spec 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. Summary: X.Org X11 developmental X transport library
  2. Summary(ja): X.Org X11 Xtrans 開発ライブラリ
  3. Name: xorg-x11-xtrans-devel
  4. Version: 1.4.0
  5. Release: 1%{?_dist_release}
  6. License: MIT/X11
  7. Group: Development/Libraries
  8. URL: http://www.x.org
  9. Source0: ftp://ftp.x.org/pub/individual/lib/xtrans-%{version}.tar.bz2
  10. Patch1: xtrans-1.2.7-avoid-gethostname.patch
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  12. BuildArch: noarch
  13. BuildRequires: pkgconfig
  14. BuildRequires: xorg-x11-util-macros
  15. Requires(pre): xorg-x11-filesystem
  16. Vendor: Project Vine
  17. Distribution: Vine Linux
  18. Packager: daisuke
  19. %description
  20. X.Org X11 developmental X transport library
  21. %prep
  22. %setup -q -n xtrans-%{version}
  23. %patch1 -p1 -b .my-name-is-unix
  24. %build
  25. %configure --libdir=%{_datadir}
  26. # Running 'make' not needed.
  27. %install
  28. rm -rf $RPM_BUILD_ROOT
  29. make install DESTDIR=$RPM_BUILD_ROOT
  30. rm -rf $RPM_BUILD_ROOT/%{_docdir}/xtrans
  31. %clean
  32. rm -rf $RPM_BUILD_ROOT
  33. %files
  34. %defattr(-,root,root,-)
  35. %doc AUTHORS ChangeLog COPYING README
  36. %dir %{_includedir}/X11
  37. %dir %{_includedir}/X11/Xtrans
  38. %{_includedir}/X11/Xtrans/Xtrans.c
  39. %{_includedir}/X11/Xtrans/Xtrans.h
  40. %{_includedir}/X11/Xtrans/Xtransint.h
  41. %{_includedir}/X11/Xtrans/Xtranslcl.c
  42. %{_includedir}/X11/Xtrans/Xtranssock.c
  43. %{_includedir}/X11/Xtrans/Xtransutil.c
  44. %{_includedir}/X11/Xtrans/transport.c
  45. %{_datadir}/pkgconfig/xtrans.pc
  46. %{_datadir}/aclocal/xtrans.m4
  47. %changelog
  48. * Thu Sep 05 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.4.0-1
  49. - new upstream release.
  50. * Sat Nov 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.5-1
  51. - new upstream release
  52. * Wed Apr 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.4-1
  53. - new upstream release
  54. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.2-1
  55. - new upstream release
  56. * Sat Mar 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.7-1
  57. - new upstream release
  58. - update Patch1 (xtrans-1.2.7-avoid-gethostname.patch)
  59. * Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.6-1
  60. - new upstream release
  61. * Wed Oct 06 2010 Shu KONNO <owa@bg.wakwak.com> 1.2.5-2
  62. - rebuilt with rpm-4.8.1 for pkg-config
  63. * Tue Nov 17 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.5-1
  64. - new upstream release
  65. - change BuildArch to noarch
  66. * Fri Mar 20 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.3-1
  67. - new upstream release
  68. - changed Group to Development/Libraries
  69. * Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.1-1
  70. - new upstream release
  71. * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-1
  72. - new versioning policy
  73. * Mon Mar 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-0vl1
  74. - initial build for Vine Linux
  75. * Mon Oct 01 2007 Adam Jackson <ajax@redhat.com> 1.0.3-5
  76. - xtrans-1.0.3-avoid-gethostname.patch: Don't trust gethostname() output
  77. when building networkIds for AF_UNIX sockets. Fixes application launch
  78. delays and failures when dhclient changes your hostname from under you.
  79. * Thu Sep 20 2007 Adam Jackson <ajax@redhat.com> 1.0.3-4
  80. - Fix a bug in automatic port generation for abstract sockets. Fixes fast
  81. user switching, among other things.
  82. * Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> 1.0.3-3
  83. - Abstract sockets for PF_UNIX.
  84. * Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1.0.3-2
  85. - Don't install INSTALL
  86. * Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1.0.3-1
  87. - Update to 1.0.3
  88. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-1.1
  89. - rebuild
  90. * Mon Jul 10 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1.fc6
  91. - Update to xtrans-1.0.1
  92. - Remove xtrans-1.0.0-setuid.diff as it is included in 1.0.1
  93. * Tue Jun 20 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-4
  94. - Added xtrans-1.0.0-setuid.diff to fix potential security issue (#195555)
  95. - Use setup -n instead of -c, and remove extraneous calls to cd from build
  96. and install sections.
  97. - Use "make install DESTDIR=$RPM_BUILD_ROOT" instead of makeinstall macro.
  98. - Added "AUTHORS ChangeLog COPYING INSTALL NEWS README" to doc macro.
  99. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-3.2
  100. - bump again for double-long bug on ppc(64)
  101. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-3.1
  102. - rebuilt for new gcc4.1 snapshot and glibc changes
  103. * Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-3
  104. - Bump and rebuild.
  105. * Fri Dec 23 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-2
  106. - Bump and rebuild.
  107. * Thu Dec 15 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
  108. - Update to xtrans-1.0.0 from X11R7 RC4 release.
  109. * Tue Nov 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
  110. - Add "Requires(pre): xorg-x11-filesystem >= 0.99.2-3" to avoid bug (#173384).
  111. * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
  112. - Update to xtrans-0.99.2 from X11R7 RC2 release.
  113. * Thu Oct 20 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
  114. - Update to xtrans-0.99.1 from X11R7 RC1 release.
  115. - This package contains only C source and header files and pkg-config
  116. *.pc files, and does not contain any ELF binaries or DSOs, so we disable
  117. debuginfo generation.
  118. * Sun Oct 02 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
  119. - Use Fedora-Extras style BuildRoot tag
  120. - Add tarball URL
  121. * Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
  122. - Initial build.