auto-import xorg-x11-xauth-0.99.2-1 on branch devel from

xorg-x11-xauth-0.99.2-1.src.rpm
This commit is contained in:
mharris 2005-11-11 23:09:10 +00:00
parent 0d3869fb84
commit a966db1146
3 changed files with 19 additions and 13 deletions

View File

@ -1,2 +1 @@
xauth-0.99.0.tar.bz2
xauth-0.99.1.tar.bz2
xauth-0.99.2.tar.bz2

View File

@ -1 +1 @@
86a7e4af32a3f78eb3bab3bc3f213b95 xauth-0.99.1.tar.bz2
00ecafeae7f688b7e6f49b5350389ad0 xauth-0.99.2.tar.bz2

View File

@ -1,14 +1,15 @@
%define pkgname xauth
%define upstreamversion 0.99.1
Summary: X.Org X11 X authority utilities
Name: xorg-x11-%{pkgname}
Version: 6.99.99.0
Release: 3
Version: 0.99.2
Release: 1
# FIXME: Remove Epoch line if package gets renamed
Epoch: 1
License: MIT/X11
Group: User Interface/X
URL: http://www.x.org
Source0: http://xorg.freedesktop.org/X11R7.0-RC0/everything/%{pkgname}-%{upstreamversion}.tar.bz2
Source0: http://xorg.freedesktop.org/X11R7.0-RC0/everything/%{pkgname}-%{version}.tar.bz2
Source10: mkxauth
Source11: mkxauth.man
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -32,21 +33,21 @@ xauth is used to edit and display the authorization information
used in connecting to an X server.
%prep
%setup -q -c %{name}-%{version}
%setup -q -n xauth-%{version}
%build
cd %{pkgname}-%{upstreamversion}
#cd %{pkgname}-%{version}
%configure
make
%install
rm -rf $RPM_BUILD_ROOT
cd %{pkgname}-%{upstreamversion}
#cd %{pkgname}-%{version}
%makeinstall
# Install mkxauth
{
install -m 755 %{SOURCE10} $RPM_BUILD_ROOT%{_bindir}/
install -m 644 %{SOURCE11} $RPM_BUILD_ROOT%{_mandir}/man1x/mkxauth.1
install -m 644 %{SOURCE11} $RPM_BUILD_ROOT%{_mandir}/man1x/mkxauth.1x
}
%clean
@ -60,10 +61,16 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/mkxauth
%dir %{_mandir}
%dir %{_mandir}/man1x
%{_mandir}/man1x/xauth.1*
%{_mandir}/man1x/mkxauth.1*
%{_mandir}/man1x/xauth.1x*
%{_mandir}/man1x/mkxauth.1x*
%changelog
* 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