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

xorg-x11-xauth-1.0.0-1.src.rpm
This commit is contained in:
mharris 2005-12-16 19:04:26 +00:00
parent a966db1146
commit ed9e00bf68
3 changed files with 13 additions and 8 deletions

View File

@ -1 +1 @@
xauth-0.99.2.tar.bz2
xauth-1.0.0.tar.bz2

View File

@ -1 +1 @@
00ecafeae7f688b7e6f49b5350389ad0 xauth-0.99.2.tar.bz2
a20d508c4c0b7fb596d923dbb1b464a2 xauth-1.0.0.tar.bz2

View File

@ -2,18 +2,19 @@
Summary: X.Org X11 X authority utilities
Name: xorg-x11-%{pkgname}
Version: 0.99.2
Version: 1.0.0
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}-%{version}.tar.bz2
Source0: http://xorg.freedesktop.org/releasesX11R7.0-RC4/everything/%{pkgname}-%{version}.tar.bz2
Source10: mkxauth
Source11: mkxauth.man
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: pkgconfig
BuildRequires: libX11-devel
BuildRequires: libXau-devel
BuildRequires: libXext-devel
@ -47,7 +48,7 @@ rm -rf $RPM_BUILD_ROOT
# Install mkxauth
{
install -m 755 %{SOURCE10} $RPM_BUILD_ROOT%{_bindir}/
install -m 644 %{SOURCE11} $RPM_BUILD_ROOT%{_mandir}/man1x/mkxauth.1x
install -m 644 %{SOURCE11} $RPM_BUILD_ROOT%{_mandir}/man1/mkxauth.1x
}
%clean
@ -60,11 +61,15 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/xauth
%{_bindir}/mkxauth
%dir %{_mandir}
%dir %{_mandir}/man1x
%{_mandir}/man1x/xauth.1x*
%{_mandir}/man1x/mkxauth.1x*
%dir %{_mandir}/man1
%{_mandir}/man1/xauth.1x*
%{_mandir}/man1/mkxauth.1x*
%changelog
* 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