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

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