xorg-x11-xauth package update
Signed-off-by: guibuilder_pel7x64builder0 <guibuilder@powerel.org>master
parent
f0bda7cb7c
commit
9999eee152
|
@ -0,0 +1,27 @@
|
|||
From 2f4dd910fd2964cc2d9c1006c41681beac63b91c Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= <ssp@redhat.com>
|
||||
Date: Thu, 26 Sep 2013 12:30:03 -0400
|
||||
Subject: [PATCH xauth] usage(): Print summary for the -n option
|
||||
|
||||
This option is mentioned in the man page, but not in the help text
|
||||
|
||||
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
|
||||
---
|
||||
xauth.c | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/xauth.c b/xauth.c
|
||||
index 85fcaf4..d9efda0 100644
|
||||
--- a/xauth.c
|
||||
+++ b/xauth.c
|
||||
@@ -68,6 +68,7 @@ usage(void)
|
||||
" -q turn off extra messages",
|
||||
" -i ignore locks on authority file",
|
||||
" -b break locks on authority file",
|
||||
+" -n do not resolve host names in authority file",
|
||||
" -V show version number of xauth",
|
||||
"",
|
||||
"and commands have the following syntax:",
|
||||
--
|
||||
2.4.0
|
||||
|
|
@ -0,0 +1,149 @@
|
|||
%define pkgname xauth
|
||||
|
||||
Summary: X.Org X11 X authority utilities
|
||||
Name: xorg-x11-%{pkgname}
|
||||
Version: 1.0.9
|
||||
Release: 1%{?dist}
|
||||
# NOTE: Remove Epoch line if package gets renamed
|
||||
Epoch: 1
|
||||
License: MIT
|
||||
Group: User Interface/X
|
||||
URL: http://www.x.org
|
||||
Patch0: 0001-usage-Print-summary-for-the-n-option.patch
|
||||
|
||||
Source0: ftp://ftp.x.org/pub/individual/app/%{pkgname}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXmu-devel
|
||||
|
||||
Provides: xauth
|
||||
|
||||
%description
|
||||
xauth is used to edit and display the authorization information
|
||||
used in connecting to an X server.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{pkgname}-%{version}
|
||||
|
||||
%patch0 -p1 -b .manpage
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING README
|
||||
%{_bindir}/xauth
|
||||
#%dir %{_mandir}/man1x
|
||||
%{_mandir}/man1/xauth.1*
|
||||
|
||||
%changelog
|
||||
* Wed May 13 2015 Hans de Goede <hdegoede@redhat.com> - 1.0.9-1
|
||||
- xauth 1.0.9
|
||||
- Resolves: rhbz#1194893
|
||||
|
||||
* Wed Feb 12 2014 Adam Jackson <ajax@redhat.com> 1.0.7-6.1
|
||||
- Mass rebuild
|
||||
|
||||
* Mon Jan 6 2014 Soren Sandmann <ssp@redhat.com> - 1.0.7-6
|
||||
- Rebuild
|
||||
|
||||
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1:1.0.7-5
|
||||
- Mass rebuild 2013-12-27
|
||||
|
||||
* Tue Dec 17 2013 Soren Sandmann <ssp@redhat.com> - 1.0.7-4
|
||||
- Man page fixes (bz 948898)
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.7-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Wed Apr 11 2012 Adam Jackson <ajax@redhat.com> 1.0.7-1
|
||||
- xauth 1.0.7 (#806308)
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Thu Aug 11 2011 Matěj Cepl <mcepl@redhat.com> - 1.0.6-2
|
||||
- Removed mkxauth with an extreme prejudice.
|
||||
|
||||
* Tue Jun 21 2011 Adam Jackson <ajax@redhat.com> 1.0.6-1
|
||||
- xauth 1.0.6
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.2-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Mon Aug 30 2010 Adam Jackson <ajax@redhat.com> 1.0.2-8
|
||||
- Merge review cleanups (#226648)
|
||||
|
||||
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.2-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* 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
|
||||
|
||||
* Tue Jul 15 2008 Adam Jackson <ajax@redhat.com> 1.0.2-5
|
||||
- Fix license tag
|
||||
|
||||
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:1.0.2-4
|
||||
- Autorebuild for GCC 4.3
|
||||
|
||||
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1:1.0.2-3
|
||||
- Rebuild for build id
|
||||
|
||||
* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1:1.0.2-2
|
||||
- Don't install INSTALL
|
||||
|
||||
* Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1:1.0.2-1.fc7
|
||||
- Update to 1.0.2
|
||||
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
|
||||
- rebuild
|
||||
|
||||
* 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.
|
||||
|
||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1:1.0.1-1.2
|
||||
- bump again for double-long bug on ppc(64)
|
||||
|
||||
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1:1.0.1-1.1
|
||||
- rebuilt for new gcc4.1 snapshot and glibc changes
|
||||
|
||||
* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1:1.0.1-1
|
||||
- Updated to xauth 1.0.1 from X11R7.0
|
||||
|
||||
* 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
|
||||
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
|
||||
|
||||
* 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
|
||||
|
||||
* Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 6.99.99.0-1
|
||||
- Initial build.
|
Loading…
Reference in New Issue