xorg-x11-xauth-vl.spec 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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.7
  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. %description
  25. xauth is used to edit and display the authorization information
  26. used in connecting to an X server.
  27. %prep
  28. %setup -q -n %{pkgname}-%{version}
  29. %build
  30. %configure
  31. make
  32. %install
  33. rm -rf $RPM_BUILD_ROOT
  34. make install DESTDIR=$RPM_BUILD_ROOT
  35. # Install mkxauth
  36. {
  37. install -m 755 %{SOURCE10} $RPM_BUILD_ROOT%{_bindir}/
  38. install -m 644 %{SOURCE11} $RPM_BUILD_ROOT%{_mandir}/man1/mkxauth.1x
  39. }
  40. %clean
  41. rm -rf $RPM_BUILD_ROOT
  42. %files
  43. %defattr(-,root,root,-)
  44. %doc AUTHORS COPYING NEWS README ChangeLog
  45. %{_bindir}/xauth
  46. %{_bindir}/mkxauth
  47. #%dir %{_mandir}/man1x
  48. %{_mandir}/man1/xauth.1*
  49. %{_mandir}/man1/mkxauth.1*
  50. %changelog
  51. * Sat Mar 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.7-1
  52. - new upstream release
  53. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.6-1
  54. - new upstream release
  55. * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.5-1
  56. - new upstream release
  57. * Fri Nov 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-1
  58. - new upstream release
  59. * Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-1
  60. - new upstream release
  61. * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-1
  62. - new versioning policy
  63. * Tue Jan 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-0vl1
  64. - initial build for Vine Linux
  65. * Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1:1.0.2-3
  66. - Rebuild for build id
  67. * Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1:1.0.2-2
  68. - Don't install INSTALL
  69. * Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1:1.0.2-1.fc7
  70. - Update to 1.0.2
  71. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
  72. - rebuild
  73. * Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 1:1.0.1-2
  74. - Add missing documentation to doc manifest.
  75. - Use "make install" instead of makeinstall macro.
  76. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1:1.0.1-1.2
  77. - bump again for double-long bug on ppc(64)
  78. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1:1.0.1-1.1
  79. - rebuilt for new gcc4.1 snapshot and glibc changes
  80. * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1:1.0.1-1
  81. - Updated to xauth 1.0.1 from X11R7.0
  82. * Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1:1.0.0-1
  83. - Updated to xauth 1.0.0 from X11R7 RC4
  84. - Changed manpage dir from man1x to man1 to match upstream default.
  85. * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 1:0.99.2-1
  86. - Updated to xauth 0.99.2 from X11R7 RC2
  87. - Added Epoch 1 to package, to be able to change the version number from the
  88. X11R7 release number to the actual twm version.
  89. - Rename mkxauth manpage to mkxauth.1x
  90. * Mon Oct 31 2005 Mike A. Harris <mharris@redhat.com> 6.99.99.0-3
  91. - Updated to xauth 0.99.1 from X11R7 RC1
  92. - Change manpage location to 'man1x' in file manifest
  93. * Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 6.99.99.0-2
  94. - Use Fedora-Extras style BuildRoot tag
  95. - Update BuildRequires to use new library package names
  96. * Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 6.99.99.0-1
  97. - Initial build.