- Update to libXau-0.99.1 from X11R7 RC1 release.
- Added manpages that were absent in X11R7 RC0, and updated the file lists to find them in section "man3x".
This commit is contained in:
parent
07521ace78
commit
ebbba9e757
@ -1 +1,2 @@
|
||||
libXau-0.99.0.tar.bz2
|
||||
libXau-0.99.1.tar.bz2
|
||||
|
28
libXau.spec
28
libXau.spec
@ -1,17 +1,15 @@
|
||||
|
||||
Summary: X.Org X11 libXau runtime library
|
||||
Name: libXau
|
||||
Version: 0.99.0
|
||||
Release: 3
|
||||
Version: 0.99.1
|
||||
Release: 1
|
||||
License: MIT/X11
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
Source0: http://xorg.freedesktop.org/X11R7.0-RC0/everything/%{name}-%{version}.tar.bz2
|
||||
Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC1/everything/%{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: xorg-x11-proto-devel
|
||||
|
||||
|
||||
Conflicts: XFree86-libs, xorg-x11-libs
|
||||
|
||||
%description
|
||||
@ -22,7 +20,6 @@ Summary: X.Org X11 libXau development package
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
|
||||
Conflicts: XFree86-devel, xorg-x11-devel
|
||||
|
||||
%description devel
|
||||
@ -74,11 +71,24 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir %{_libdir}/pkgconfig
|
||||
%{_libdir}/pkgconfig/xau.pc
|
||||
%dir %{_mandir}
|
||||
%dir %{_mandir}/man3
|
||||
%{_mandir}/man3/Xau.3*
|
||||
%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*
|
||||
|
||||
%changelog
|
||||
* Thu Sep 29 2005 Mike A. Harris <mharris.com> 0.99.0-3
|
||||
* Fri Oct 21 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
|
||||
- Update to libXau-0.99.1 from X11R7 RC1 release.
|
||||
- Added manpages that were absent in X11R7 RC0, and updated the file lists
|
||||
to find them in section "man3x".
|
||||
|
||||
* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
|
||||
- Renamed package to remove xorg-x11 from the name due to unanimous decision
|
||||
between developers.
|
||||
- Use Fedora Extras style BuildRoot tag.
|
||||
|
Loading…
Reference in New Issue
Block a user