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:
parent
a966db1146
commit
ed9e00bf68
@ -1 +1 @@
|
|||||||
xauth-0.99.2.tar.bz2
|
xauth-1.0.0.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
00ecafeae7f688b7e6f49b5350389ad0 xauth-0.99.2.tar.bz2
|
a20d508c4c0b7fb596d923dbb1b464a2 xauth-1.0.0.tar.bz2
|
||||||
|
@ -2,18 +2,19 @@
|
|||||||
|
|
||||||
Summary: X.Org X11 X authority utilities
|
Summary: X.Org X11 X authority utilities
|
||||||
Name: xorg-x11-%{pkgname}
|
Name: xorg-x11-%{pkgname}
|
||||||
Version: 0.99.2
|
Version: 1.0.0
|
||||||
Release: 1
|
Release: 1
|
||||||
# FIXME: Remove Epoch line if package gets renamed
|
# FIXME: Remove Epoch line if package gets renamed
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: MIT/X11
|
License: MIT/X11
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
URL: http://www.x.org
|
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
|
Source10: mkxauth
|
||||||
Source11: mkxauth.man
|
Source11: mkxauth.man
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libXau-devel
|
BuildRequires: libXau-devel
|
||||||
BuildRequires: libXext-devel
|
BuildRequires: libXext-devel
|
||||||
@ -47,7 +48,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
# Install mkxauth
|
# Install mkxauth
|
||||||
{
|
{
|
||||||
install -m 755 %{SOURCE10} $RPM_BUILD_ROOT%{_bindir}/
|
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
|
%clean
|
||||||
@ -60,11 +61,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/xauth
|
%{_bindir}/xauth
|
||||||
%{_bindir}/mkxauth
|
%{_bindir}/mkxauth
|
||||||
%dir %{_mandir}
|
%dir %{_mandir}
|
||||||
%dir %{_mandir}/man1x
|
%dir %{_mandir}/man1
|
||||||
%{_mandir}/man1x/xauth.1x*
|
%{_mandir}/man1/xauth.1x*
|
||||||
%{_mandir}/man1x/mkxauth.1x*
|
%{_mandir}/man1/mkxauth.1x*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 1:0.99.2-1
|
||||||
- Updated to xauth 0.99.2 from X11R7 RC2
|
- Updated to xauth 0.99.2 from X11R7 RC2
|
||||||
- Added Epoch 1 to package, to be able to change the version number from the
|
- Added Epoch 1 to package, to be able to change the version number from the
|
||||||
|
Loading…
Reference in New Issue
Block a user