|
|
02a31d |
%define pkgname xauth
|
|
|
02a31d |
|
|
|
02a31d |
Summary: X.Org X11 X authority utilities
|
|
|
02a31d |
Name: xorg-x11-%{pkgname}
|
|
|
02a31d |
Version: 1.0.9
|
|
|
02a31d |
Release: 1%{?dist}
|
|
|
02a31d |
# NOTE: Remove Epoch line if package gets renamed
|
|
|
02a31d |
Epoch: 1
|
|
|
02a31d |
License: MIT
|
|
|
02a31d |
Group: User Interface/X
|
|
|
02a31d |
URL: http://www.x.org
|
|
|
02a31d |
Patch0: 0001-usage-Print-summary-for-the-n-option.patch
|
|
|
02a31d |
|
|
|
02a31d |
Source0: ftp://ftp.x.org/pub/individual/app/%{pkgname}-%{version}.tar.bz2
|
|
|
02a31d |
|
|
|
02a31d |
BuildRequires: pkgconfig
|
|
|
02a31d |
BuildRequires: libX11-devel
|
|
|
02a31d |
BuildRequires: libXau-devel
|
|
|
02a31d |
BuildRequires: libXext-devel
|
|
|
02a31d |
BuildRequires: libXmu-devel
|
|
|
02a31d |
|
|
|
02a31d |
Provides: xauth
|
|
|
02a31d |
|
|
|
02a31d |
%description
|
|
|
02a31d |
xauth is used to edit and display the authorization information
|
|
|
02a31d |
used in connecting to an X server.
|
|
|
02a31d |
|
|
|
02a31d |
%prep
|
|
|
02a31d |
%setup -q -n %{pkgname}-%{version}
|
|
|
02a31d |
|
|
|
02a31d |
%patch0 -p1 -b .manpage
|
|
|
02a31d |
|
|
|
02a31d |
%build
|
|
|
02a31d |
%configure
|
|
|
02a31d |
make %{?_smp_mflags}
|
|
|
02a31d |
|
|
|
02a31d |
%install
|
|
|
02a31d |
rm -rf $RPM_BUILD_ROOT
|
|
|
02a31d |
|
|
|
02a31d |
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
02a31d |
|
|
|
02a31d |
%clean
|
|
|
02a31d |
rm -rf $RPM_BUILD_ROOT
|
|
|
02a31d |
|
|
|
02a31d |
%files
|
|
|
02a31d |
%defattr(-,root,root,-)
|
|
|
02a31d |
%doc COPYING README
|
|
|
02a31d |
%{_bindir}/xauth
|
|
|
02a31d |
#%dir %{_mandir}/man1x
|
|
|
02a31d |
%{_mandir}/man1/xauth.1*
|
|
|
02a31d |
|
|
|
02a31d |
%changelog
|
|
|
02a31d |
* Wed May 13 2015 Hans de Goede <hdegoede@redhat.com> - 1.0.9-1
|
|
|
02a31d |
- xauth 1.0.9
|
|
|
02a31d |
- Resolves: rhbz#1194893
|
|
|
02a31d |
|
|
|
02a31d |
* Wed Feb 12 2014 Adam Jackson <ajax@redhat.com> 1.0.7-6.1
|
|
|
02a31d |
- Mass rebuild
|
|
|
02a31d |
|
|
|
02a31d |
* Mon Jan 6 2014 Soren Sandmann <ssp@redhat.com> - 1.0.7-6
|
|
|
02a31d |
- Rebuild
|
|
|
02a31d |
|
|
|
02a31d |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1:1.0.7-5
|
|
|
02a31d |
- Mass rebuild 2013-12-27
|
|
|
02a31d |
|
|
|
02a31d |
* Tue Dec 17 2013 Soren Sandmann <ssp@redhat.com> - 1.0.7-4
|
|
|
02a31d |
- Man page fixes (bz 948898)
|
|
|
02a31d |
|
|
|
02a31d |
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.7-3
|
|
|
02a31d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
02a31d |
|
|
|
02a31d |
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.7-2
|
|
|
02a31d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
02a31d |
|
|
|
02a31d |
* Wed Apr 11 2012 Adam Jackson <ajax@redhat.com> 1.0.7-1
|
|
|
02a31d |
- xauth 1.0.7 (#806308)
|
|
|
02a31d |
|
|
|
02a31d |
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.6-3
|
|
|
02a31d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
02a31d |
|
|
|
02a31d |
* Thu Aug 11 2011 Matěj Cepl <mcepl@redhat.com> - 1.0.6-2
|
|
|
02a31d |
- Removed mkxauth with an extreme prejudice.
|
|
|
02a31d |
|
|
|
02a31d |
* Tue Jun 21 2011 Adam Jackson <ajax@redhat.com> 1.0.6-1
|
|
|
02a31d |
- xauth 1.0.6
|
|
|
02a31d |
|
|
|
02a31d |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.2-9
|
|
|
02a31d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
02a31d |
|
|
|
02a31d |
* Mon Aug 30 2010 Adam Jackson <ajax@redhat.com> 1.0.2-8
|
|
|
02a31d |
- Merge review cleanups (#226648)
|
|
|
02a31d |
|
|
|
02a31d |
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.2-7
|
|
|
02a31d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
02a31d |
|
|
|
02a31d |
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.2-6
|
|
|
02a31d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
02a31d |
|
|
|
02a31d |
* Tue Jul 15 2008 Adam Jackson <ajax@redhat.com> 1.0.2-5
|
|
|
02a31d |
- Fix license tag
|
|
|
02a31d |
|
|
|
02a31d |
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:1.0.2-4
|
|
|
02a31d |
- Autorebuild for GCC 4.3
|
|
|
02a31d |
|
|
|
02a31d |
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1:1.0.2-3
|
|
|
02a31d |
- Rebuild for build id
|
|
|
02a31d |
|
|
|
02a31d |
* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1:1.0.2-2
|
|
|
02a31d |
- Don't install INSTALL
|
|
|
02a31d |
|
|
|
02a31d |
* Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1:1.0.2-1.fc7
|
|
|
02a31d |
- Update to 1.0.2
|
|
|
02a31d |
|
|
|
02a31d |
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
|
|
|
02a31d |
- rebuild
|
|
|
02a31d |
|
|
|
02a31d |
* Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 1:1.0.1-2
|
|
|
02a31d |
- Add missing documentation to doc manifest.
|
|
|
02a31d |
- Use "make install" instead of makeinstall macro.
|
|
|
02a31d |
|
|
|
02a31d |
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1:1.0.1-1.2
|
|
|
02a31d |
- bump again for double-long bug on ppc(64)
|
|
|
02a31d |
|
|
|
02a31d |
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1:1.0.1-1.1
|
|
|
02a31d |
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
02a31d |
|
|
|
02a31d |
* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1:1.0.1-1
|
|
|
02a31d |
- Updated to xauth 1.0.1 from X11R7.0
|
|
|
02a31d |
|
|
|
02a31d |
* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1:1.0.0-1
|
|
|
02a31d |
- Updated to xauth 1.0.0 from X11R7 RC4
|
|
|
02a31d |
- Changed manpage dir from man1x to man1 to match upstream default.
|
|
|
02a31d |
|
|
|
02a31d |
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 1:0.99.2-1
|
|
|
02a31d |
- Updated to xauth 0.99.2 from X11R7 RC2
|
|
|
02a31d |
- Added Epoch 1 to package, to be able to change the version number from the
|
|
|
02a31d |
X11R7 release number to the actual twm version.
|
|
|
02a31d |
- Rename mkxauth manpage to mkxauth.1x
|
|
|
02a31d |
|
|
|
02a31d |
* Mon Oct 31 2005 Mike A. Harris <mharris@redhat.com> 6.99.99.0-3
|
|
|
02a31d |
- Updated to xauth 0.99.1 from X11R7 RC1
|
|
|
02a31d |
- Change manpage location to 'man1x' in file manifest
|
|
|
02a31d |
|
|
|
02a31d |
* Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 6.99.99.0-2
|
|
|
02a31d |
- Use Fedora-Extras style BuildRoot tag
|
|
|
02a31d |
- Update BuildRequires to use new library package names
|
|
|
02a31d |
|
|
|
02a31d |
* Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 6.99.99.0-1
|
|
|
02a31d |
- Initial build.
|