diff --git a/libXau.spec b/libXau.spec index 9848acc..a395855 100644 --- a/libXau.spec +++ b/libXau.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 libXau runtime library Name: libXau Version: 1.0.1 -Release: 2 +Release: 3 License: MIT/X11 Group: System Environment/Libraries URL: http://www.x.org @@ -19,8 +19,11 @@ X.Org X11 libXau runtime library %package devel Summary: X.Org X11 libXau development package Group: Development/Libraries -Requires: %{name} = %{version}-%{release} Requires(pre): xorg-x11-filesystem >= 0.99.2-3 +Requires: %{name} = %{version}-%{release} + +# xorg-x11-proto-devel needed by xau.pc +BuildRequires: xorg-x11-proto-devel Obsoletes: XFree86-devel, xorg-x11-devel @@ -42,8 +45,8 @@ X.Org X11 libXau development package make %install - rm -rf $RPM_BUILD_ROOT + make install DESTDIR=$RPM_BUILD_ROOT # We intentionally don't ship *.la files @@ -58,7 +61,6 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS COPYING README INSTALL ChangeLog -%dir %{_libdir} %{_libdir}/libXau.so.6 %{_libdir}/libXau.so.6.0.0 @@ -70,21 +72,15 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libXau.a %endif %{_libdir}/libXau.so -%dir %{_libdir}/pkgconfig %{_libdir}/pkgconfig/xau.pc -%dir %{_mandir} -%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* +#%dir %{_mandir}/man3x +%{_mandir}/man3/*.3x* %changelog +* Wed Jun 07 2006 Mike A. Harris 1.0.1-3 +- Remove package ownership of mandir/libdir/etc. +- Added "BuildRequires: xorg-x11-proto-devel" needed by xau.pc + * Mon Jun 05 2006 Mike A. Harris 1.0.1-2 - Added "BuildRequires: pkgconfig" for (#193422) - Replace "makeinstall" with "make install DESTDIR=..." to fix (#192718) @@ -92,10 +88,10 @@ rm -rf $RPM_BUILD_ROOT * Fri May 12 2006 Adam Jackson 1.0.1-1 - Bump to 1.0.1 -* Fri Feb 10 2006 Jesse Keating - 1.0.0-2.2 +* Fri Feb 10 2006 Jesse Keating 1.0.0-2.2 - bump again for double-long bug on ppc(64) -* Tue Feb 07 2006 Jesse Keating - 1.0.0-2.1 +* Tue Feb 07 2006 Jesse Keating 1.0.0-2.1 - rebuilt for new gcc4.1 snapshot and glibc changes * Mon Jan 23 2006 Mike A. Harris 1.0.0-2 @@ -117,7 +113,6 @@ rm -rf $RPM_BUILD_ROOT - Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes' - Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes' - * Fri Oct 21 2005 Mike A. Harris 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