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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  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.3.5
  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 SUZUKI <daisuke@linux.or.jp>, Takemikaduchi
  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. * Sat Nov 22 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.5-1
  49. - new upstream release
  50. * Wed Apr 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.4-1
  51. - new upstream release
  52. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.2-1
  53. - new upstream release
  54. * Sat Mar 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.7-1
  55. - new upstream release
  56. - update Patch1 (xtrans-1.2.7-avoid-gethostname.patch)
  57. * Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.6-1
  58. - new upstream release
  59. * Wed Oct 06 2010 Shu KONNO <owa@bg.wakwak.com> 1.2.5-2
  60. - rebuilt with rpm-4.8.1 for pkg-config
  61. * Tue Nov 17 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.5-1
  62. - new upstream release
  63. - change BuildArch to noarch
  64. * Fri Mar 20 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.3-1
  65. - new upstream release
  66. - changed Group to Development/Libraries
  67. * Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.1-1
  68. - new upstream release
  69. * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-1
  70. - new versioning policy
  71. * Mon Mar 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-0vl1
  72. - initial build for Vine Linux
  73. * Mon Oct 01 2007 Adam Jackson <ajax@redhat.com> 1.0.3-5
  74. - xtrans-1.0.3-avoid-gethostname.patch: Don't trust gethostname() output
  75. when building networkIds for AF_UNIX sockets. Fixes application launch
  76. delays and failures when dhclient changes your hostname from under you.
  77. * Thu Sep 20 2007 Adam Jackson <ajax@redhat.com> 1.0.3-4
  78. - Fix a bug in automatic port generation for abstract sockets. Fixes fast
  79. user switching, among other things.
  80. * Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> 1.0.3-3
  81. - Abstract sockets for PF_UNIX.
  82. * Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1.0.3-2
  83. - Don't install INSTALL
  84. * Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1.0.3-1
  85. - Update to 1.0.3
  86. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-1.1
  87. - rebuild
  88. * Mon Jul 10 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1.fc6
  89. - Update to xtrans-1.0.1
  90. - Remove xtrans-1.0.0-setuid.diff as it is included in 1.0.1
  91. * Tue Jun 20 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-4
  92. - Added xtrans-1.0.0-setuid.diff to fix potential security issue (#195555)
  93. - Use setup -n instead of -c, and remove extraneous calls to cd from build
  94. and install sections.
  95. - Use "make install DESTDIR=$RPM_BUILD_ROOT" instead of makeinstall macro.
  96. - Added "AUTHORS ChangeLog COPYING INSTALL NEWS README" to doc macro.
  97. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-3.2
  98. - bump again for double-long bug on ppc(64)
  99. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-3.1
  100. - rebuilt for new gcc4.1 snapshot and glibc changes
  101. * Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-3
  102. - Bump and rebuild.
  103. * Fri Dec 23 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-2
  104. - Bump and rebuild.
  105. * Thu Dec 15 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
  106. - Update to xtrans-1.0.0 from X11R7 RC4 release.
  107. * Tue Nov 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
  108. - Add "Requires(pre): xorg-x11-filesystem >= 0.99.2-3" to avoid bug (#173384).
  109. * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
  110. - Update to xtrans-0.99.2 from X11R7 RC2 release.
  111. * Thu Oct 20 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
  112. - Update to xtrans-0.99.1 from X11R7 RC1 release.
  113. - This package contains only C source and header files and pkg-config
  114. *.pc files, and does not contain any ELF binaries or DSOs, so we disable
  115. debuginfo generation.
  116. * Sun Oct 02 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
  117. - Use Fedora-Extras style BuildRoot tag
  118. - Add tarball URL
  119. * Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
  120. - Initial build.