xorg-x11-xauth-vl.spec 3.2 KB

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