auto-import libXau-0.99.2-1 on branch devel from libXau-0.99.2-1.src.rpm
This commit is contained in:
parent
36fdb2088b
commit
adb6e1d92c
@ -1 +1 @@
|
||||
libXau-0.99.1.tar.bz2
|
||||
libXau-0.99.2.tar.bz2
|
||||
|
31
libXau.spec
31
libXau.spec
@ -1,7 +1,7 @@
|
||||
Summary: X.Org X11 libXau runtime library
|
||||
Name: libXau
|
||||
Version: 0.99.1
|
||||
Release: 2.1
|
||||
Version: 0.99.2
|
||||
Release: 1
|
||||
License: MIT/X11
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
@ -19,6 +19,7 @@ X.Org X11 libXau runtime library
|
||||
Summary: X.Org X11 libXau development package
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires(pre): xorg-x11-filesystem >= 0.99.2-3
|
||||
|
||||
Obsoletes: XFree86-devel, xorg-x11-devel
|
||||
|
||||
@ -71,18 +72,24 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir %{_libdir}/pkgconfig
|
||||
%{_libdir}/pkgconfig/xau.pc
|
||||
%dir %{_mandir}
|
||||
%dir %{_mandir}/man3x
|
||||
%{_mandir}/man3x/Xau.3x*
|
||||
%{_mandir}/man3x/XauDisposeAuth.3x*
|
||||
%{_mandir}/man3x/XauFileName.3x*
|
||||
%{_mandir}/man3x/XauGetAuthByAddr.3x*
|
||||
%{_mandir}/man3x/XauGetBestAuthByAddr.3x*
|
||||
%{_mandir}/man3x/XauLockAuth.3x*
|
||||
%{_mandir}/man3x/XauReadAuth.3x*
|
||||
%{_mandir}/man3x/XauUnlockAuth.3x*
|
||||
%{_mandir}/man3x/XauWriteAuth.3x*
|
||||
%dir %{_mandir}/man3
|
||||
%{_mandir}/man3/Xau.3x*
|
||||
%{_mandir}/man3/XauDisposeAuth.3x*
|
||||
%{_mandir}/man3/XauFileName.3x*
|
||||
%{_mandir}/man3/XauGetAuthByAddr.3x*
|
||||
%{_mandir}/man3/XauGetBestAuthByAddr.3x*
|
||||
%{_mandir}/man3/XauLockAuth.3x*
|
||||
%{_mandir}/man3/XauReadAuth.3x*
|
||||
%{_mandir}/man3/XauUnlockAuth.3x*
|
||||
%{_mandir}/man3/XauWriteAuth.3x*
|
||||
|
||||
%changelog
|
||||
* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
|
||||
- Updated libXau to version 0.99.2 from X11R7 RC3
|
||||
- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
|
||||
that /usr/lib/X11 and /usr/include/X11 pre-exist.
|
||||
- Removed 'x' suffix from manpage directories to match RC3 upstream.
|
||||
|
||||
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user