From 5660643f702c5d08d5c1cd372fab7559e9240c9e Mon Sep 17 00:00:00 2001 From: mharris Date: Jun 06 2006 00:41:35 +0000 Subject: - Added "BuildRequires: pkgconfig" for (#193422) - Replace "makeinstall" with "make install DESTDIR=..." to fix (#192718) --- diff --git a/libXau.spec b/libXau.spec index 85b5647..9848acc 100644 --- a/libXau.spec +++ b/libXau.spec @@ -1,13 +1,14 @@ Summary: X.Org X11 libXau runtime library Name: libXau Version: 1.0.1 -Release: 1 +Release: 2 License: MIT/X11 Group: System Environment/Libraries URL: http://www.x.org Source0: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: pkgconfig BuildRequires: xorg-x11-proto-devel Obsoletes: XFree86-libs, xorg-x11-libs @@ -43,7 +44,7 @@ make %install rm -rf $RPM_BUILD_ROOT -%makeinstall +make install DESTDIR=$RPM_BUILD_ROOT # We intentionally don't ship *.la files rm -f $RPM_BUILD_ROOT%{_libdir}/*.la @@ -84,6 +85,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/XauWriteAuth.3x* %changelog +* 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) + * Fri May 12 2006 Adam Jackson 1.0.1-1 - Bump to 1.0.1