xorg-x11-xauth-vl.spec 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. %define pkgname xauth
  2. Summary: X.Org X11 X authority utilities
  3. Summary(ja): X.Org X11 X authority ユーティリティ
  4. Name: xorg-x11-%{pkgname}
  5. Version: 1.0.9
  6. Release: 1%{?_dist_release}
  7. License: MIT/X11
  8. Group: User Interface/X
  9. URL: http://www.x.org
  10. Source0: ftp://ftp.x.org/pub/individual/app/%{pkgname}-%{version}.tar.bz2
  11. Source10: mkxauth
  12. Source11: mkxauth.man
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  14. BuildRequires: pkgconfig
  15. BuildRequires: libX11-devel
  16. BuildRequires: libXau-devel
  17. BuildRequires: libXext-devel
  18. BuildRequires: libXmu-devel
  19. Provides: xauth
  20. Provides: mkxauth
  21. Obsoletes: XFree86, XOrg
  22. Vendor: Project Vine
  23. Distribution: Vine Linux
  24. Packager: Takemikaduchi
  25. %description
  26. xauth is used to edit and display the authorization information
  27. used in connecting to an X server.
  28. %prep
  29. %setup -q -n %{pkgname}-%{version}
  30. %build
  31. %configure
  32. make
  33. %install
  34. rm -rf $RPM_BUILD_ROOT
  35. make install DESTDIR=$RPM_BUILD_ROOT
  36. # Install mkxauth
  37. {
  38. install -m 755 %{SOURCE10} $RPM_BUILD_ROOT%{_bindir}/
  39. install -m 644 %{SOURCE11} $RPM_BUILD_ROOT%{_mandir}/man1/mkxauth.1x
  40. }
  41. %clean
  42. rm -rf $RPM_BUILD_ROOT
  43. %files
  44. %defattr(-,root,root,-)
  45. %doc COPYING README ChangeLog
  46. %{_bindir}/xauth
  47. %{_bindir}/mkxauth
  48. %{_mandir}/man1/xauth.1*
  49. %{_mandir}/man1/mkxauth.1*
  50. %changelog
  51. * Wed Apr 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.9-1
  52. - new upstream release
  53. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.8-1
  54. - new upstream release
  55. * Sat Mar 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.7-1
  56. - new upstream release
  57. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.6-1
  58. - new upstream release
  59. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.5-1
  60. - new upstream release
  61. * Fri Nov 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-1
  62. - new upstream release
  63. * Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-1
  64. - new upstream release
  65. * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-1
  66. - new versioning policy
  67. * Tue Jan 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-0vl1
  68. - initial build for Vine Linux
  69. * Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1:1.0.2-3
  70. - Rebuild for build id
  71. * Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1:1.0.2-2
  72. - Don't install INSTALL
  73. * Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1:1.0.2-1.fc7
  74. - Update to 1.0.2
  75. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
  76. - rebuild
  77. * Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 1:1.0.1-2
  78. - Add missing documentation to doc manifest.
  79. - Use "make install" instead of makeinstall macro.
  80. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1:1.0.1-1.2
  81. - bump again for double-long bug on ppc(64)
  82. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1:1.0.1-1.1
  83. - rebuilt for new gcc4.1 snapshot and glibc changes
  84. * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1:1.0.1-1
  85. - Updated to xauth 1.0.1 from X11R7.0
  86. * Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1:1.0.0-1
  87. - Updated to xauth 1.0.0 from X11R7 RC4
  88. - Changed manpage dir from man1x to man1 to match upstream default.
  89. * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 1:0.99.2-1
  90. - Updated to xauth 0.99.2 from X11R7 RC2
  91. - Added Epoch 1 to package, to be able to change the version number from the
  92. X11R7 release number to the actual twm version.
  93. - Rename mkxauth manpage to mkxauth.1x
  94. * Mon Oct 31 2005 Mike A. Harris <mharris@redhat.com> 6.99.99.0-3
  95. - Updated to xauth 0.99.1 from X11R7 RC1
  96. - Change manpage location to 'man1x' in file manifest
  97. * Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 6.99.99.0-2
  98. - Use Fedora-Extras style BuildRoot tag
  99. - Update BuildRequires to use new library package names
  100. * Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 6.99.99.0-1
  101. - Initial build.