123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- %define pkgname xauth
- Summary: X.Org X11 X authority utilities
- Summary(ja): X.Org X11 X authority ユーティリティ
- Name: xorg-x11-%{pkgname}
- Version: 1.0.8
- Release: 1%{?_dist_release}
- License: MIT/X11
- Group: User Interface/X
- URL: http://www.x.org
- Source0: ftp://ftp.x.org/pub/individual/app/%{pkgname}-%{version}.tar.bz2
- Source10: mkxauth
- Source11: mkxauth.man
- BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
- BuildRequires: pkgconfig
- BuildRequires: libX11-devel
- BuildRequires: libXau-devel
- BuildRequires: libXext-devel
- BuildRequires: libXmu-devel
- Provides: xauth
- Provides: mkxauth
- Obsoletes: XFree86, XOrg
- Vendor: Project Vine
- Distribution: Vine Linux
- Packager: Takemikaduchi
- %description
- xauth is used to edit and display the authorization information
- used in connecting to an X server.
- %prep
- %setup -q -n %{pkgname}-%{version}
- %build
- %configure
- make
- %install
- rm -rf $RPM_BUILD_ROOT
- make install DESTDIR=$RPM_BUILD_ROOT
- # Install mkxauth
- {
- install -m 755 %{SOURCE10} $RPM_BUILD_ROOT%{_bindir}/
- install -m 644 %{SOURCE11} $RPM_BUILD_ROOT%{_mandir}/man1/mkxauth.1x
- }
- %clean
- rm -rf $RPM_BUILD_ROOT
- %files
- %defattr(-,root,root,-)
- %doc AUTHORS COPYING NEWS README ChangeLog
- %{_bindir}/xauth
- %{_bindir}/mkxauth
- %{_bindir}/test_xauth
- #%dir %{_mandir}/man1x
- %{_mandir}/man1/xauth.1*
- %{_mandir}/man1/mkxauth.1*
- %changelog
- * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.8-1
- - new upstream release
- * Sat Mar 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.7-1
- - new upstream release
- * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.6-1
- - new upstream release
- * Sun Nov 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.5-1
- - new upstream release
- * Fri Nov 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-1
- - new upstream release
- * Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-1
- - new upstream release
- * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-1
- - new versioning policy
- * Tue Jan 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-0vl1
- - initial build for Vine Linux
- * Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1:1.0.2-3
- - Rebuild for build id
- * Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1:1.0.2-2
- - Don't install INSTALL
- * Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1:1.0.2-1.fc7
- - Update to 1.0.2
- * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
- - rebuild
- * Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 1:1.0.1-2
- - Add missing documentation to doc manifest.
- - Use "make install" instead of makeinstall macro.
- * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1:1.0.1-1.2
- - bump again for double-long bug on ppc(64)
- * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1:1.0.1-1.1
- - rebuilt for new gcc4.1 snapshot and glibc changes
- * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1:1.0.1-1
- - Updated to xauth 1.0.1 from X11R7.0
- * Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1:1.0.0-1
- - Updated to xauth 1.0.0 from X11R7 RC4
- - Changed manpage dir from man1x to man1 to match upstream default.
- * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 1:0.99.2-1
- - Updated to xauth 0.99.2 from X11R7 RC2
- - Added Epoch 1 to package, to be able to change the version number from the
- X11R7 release number to the actual twm version.
- - Rename mkxauth manpage to mkxauth.1x
- * Mon Oct 31 2005 Mike A. Harris <mharris@redhat.com> 6.99.99.0-3
- - Updated to xauth 0.99.1 from X11R7 RC1
- - Change manpage location to 'man1x' in file manifest
- * Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 6.99.99.0-2
- - Use Fedora-Extras style BuildRoot tag
- - Update BuildRequires to use new library package names
- * Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 6.99.99.0-1
- - Initial build.
|