2005-08-29 06:50:24 +00:00
|
|
|
%define pkgname xauth
|
|
|
|
|
|
|
|
Summary: X.Org X11 X authority utilities
|
|
|
|
Name: xorg-x11-%{pkgname}
|
2007-01-05 23:35:18 +00:00
|
|
|
Version: 1.0.2
|
2009-02-26 11:36:56 +00:00
|
|
|
Release: 6%{?dist}
|
2006-03-01 06:45:45 +00:00
|
|
|
# NOTE: Remove Epoch line if package gets renamed
|
2005-11-11 23:09:10 +00:00
|
|
|
Epoch: 1
|
2008-07-15 17:39:45 +00:00
|
|
|
License: MIT
|
2005-08-29 06:50:24 +00:00
|
|
|
Group: User Interface/X
|
|
|
|
URL: http://www.x.org
|
2006-06-22 04:00:34 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
2006-06-28 10:24:03 +00:00
|
|
|
Source0: ftp://ftp.x.org/pub/individual/app/%{pkgname}-%{version}.tar.bz2
|
2005-08-29 06:50:24 +00:00
|
|
|
Source10: mkxauth
|
|
|
|
Source11: mkxauth.man
|
|
|
|
|
2005-12-16 19:04:26 +00:00
|
|
|
BuildRequires: pkgconfig
|
2005-10-06 03:31:50 +00:00
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libXau-devel
|
|
|
|
BuildRequires: libXext-devel
|
|
|
|
BuildRequires: libXmu-devel
|
2005-08-29 06:50:24 +00:00
|
|
|
|
|
|
|
Provides: xauth
|
|
|
|
Provides: mkxauth
|
2006-06-22 04:00:34 +00:00
|
|
|
|
2005-08-29 06:50:24 +00:00
|
|
|
Obsoletes: XFree86-xauth, mkxauth
|
2006-06-22 04:00:34 +00:00
|
|
|
|
2005-08-29 06:50:24 +00:00
|
|
|
# NOTE: xauth moved from the XFree86 package to XFree86-xauth in
|
2006-03-01 06:45:45 +00:00
|
|
|
# XFree86-4.2.0-50.11, so this Obsoletes line is required for upgrades
|
2005-08-29 06:50:24 +00:00
|
|
|
# from RHL 8 and older, and RHEL 2.1 to work properly when upgrading to
|
|
|
|
# a newer OS release.
|
2006-03-01 06:45:45 +00:00
|
|
|
Obsoletes: XFree86 < 4.2.0-50.11
|
2005-08-29 06:50:24 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
xauth is used to edit and display the authorization information
|
|
|
|
used in connecting to an X server.
|
|
|
|
|
|
|
|
%prep
|
2006-06-22 04:00:34 +00:00
|
|
|
%setup -q -n %{pkgname}-%{version}
|
2005-08-29 06:50:24 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
make
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2006-06-22 04:00:34 +00:00
|
|
|
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
2005-08-29 06:50:24 +00:00
|
|
|
# Install mkxauth
|
|
|
|
{
|
|
|
|
install -m 755 %{SOURCE10} $RPM_BUILD_ROOT%{_bindir}/
|
2005-12-16 19:04:26 +00:00
|
|
|
install -m 644 %{SOURCE11} $RPM_BUILD_ROOT%{_mandir}/man1/mkxauth.1x
|
2005-08-29 06:50:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2007-04-22 00:38:21 +00:00
|
|
|
%doc AUTHORS COPYING NEWS README ChangeLog
|
2005-08-29 06:50:24 +00:00
|
|
|
%{_bindir}/xauth
|
|
|
|
%{_bindir}/mkxauth
|
2006-03-01 06:45:45 +00:00
|
|
|
#%dir %{_mandir}/man1x
|
2007-01-05 23:35:18 +00:00
|
|
|
%{_mandir}/man1/xauth.1*
|
|
|
|
%{_mandir}/man1/mkxauth.1*
|
2005-08-29 06:50:24 +00:00
|
|
|
|
|
|
|
%changelog
|
2009-02-26 11:36:56 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.2-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-07-15 17:39:45 +00:00
|
|
|
* Tue Jul 15 2008 Adam Jackson <ajax@redhat.com> 1.0.2-5
|
|
|
|
- Fix license tag
|
|
|
|
|
2008-02-20 08:10:28 +00:00
|
|
|
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:1.0.2-4
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2007-08-21 19:28:33 +00:00
|
|
|
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1:1.0.2-3
|
|
|
|
- Rebuild for build id
|
|
|
|
|
2007-04-22 00:38:21 +00:00
|
|
|
* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1:1.0.2-2
|
|
|
|
- Don't install INSTALL
|
|
|
|
|
2007-01-05 23:35:18 +00:00
|
|
|
* Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1:1.0.2-1.fc7
|
|
|
|
- Update to 1.0.2
|
|
|
|
|
2006-07-12 09:20:49 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
|
|
|
|
- rebuild
|
|
|
|
|
2006-06-22 04:00:34 +00:00
|
|
|
* 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.
|
|
|
|
|
2006-03-01 06:45:45 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1:1.0.1-1.2
|
2006-02-11 06:26:50 +00:00
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-03-01 06:45:45 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1:1.0.1-1.1
|
2006-02-07 14:39:39 +00:00
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2006-01-31 15:21:56 +00:00
|
|
|
* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1:1.0.1-1
|
|
|
|
- Updated to xauth 1.0.1 from X11R7.0
|
|
|
|
|
2005-12-16 19:04:26 +00:00
|
|
|
* 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.
|
|
|
|
|
2005-11-11 23:09:10 +00:00
|
|
|
* 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
|
|
|
|
|
2005-10-31 22:35:51 +00:00
|
|
|
* Mon Oct 31 2005 Mike A. Harris <mharris@redhat.com> 6.99.99.0-3
|
2005-10-31 16:46:07 +00:00
|
|
|
- Updated to xauth 0.99.1 from X11R7 RC1
|
|
|
|
- Change manpage location to 'man1x' in file manifest
|
|
|
|
|
2005-10-06 03:31:50 +00:00
|
|
|
* 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
|
|
|
|
|
2005-08-29 06:50:24 +00:00
|
|
|
* Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 6.99.99.0-1
|
|
|
|
- Initial build.
|