From bbbf37845dcd57a4e162639ac0d9aeb073b83bcd Mon Sep 17 00:00:00 2001 From: mharris Date: Thu, 6 Oct 2005 03:31:50 +0000 Subject: [PATCH] - Use Fedora-Extras style BuildRoot tag - Update BuildRequires to use new library package names --- xorg-x11-xauth.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/xorg-x11-xauth.spec b/xorg-x11-xauth.spec index 06fcf0d..d37974c 100644 --- a/xorg-x11-xauth.spec +++ b/xorg-x11-xauth.spec @@ -14,20 +14,20 @@ Summary: X.Org X11 X authority utilities Name: xorg-x11-%{pkgname} Version: 6.99.99.0 -Release: 1 +Release: 2 License: MIT/X11 Group: User Interface/X URL: http://www.x.org Source0: http://xorg.freedesktop.org/X11R7.0-RC0/everything/%{pkgname}-%{upstreamversion}.tar.bz2 Source10: mkxauth Source11: mkxauth.man -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # x11 xau xext xmu -BuildRequires: xorg-x11-libX11-devel -BuildRequires: xorg-x11-libXau-devel -BuildRequires: xorg-x11-libXext-devel -BuildRequires: xorg-x11-libXmu-devel +BuildRequires: libX11-devel +BuildRequires: libXau-devel +BuildRequires: libXext-devel +BuildRequires: libXmu-devel # FIXME: monolithic twm packaging has a hard dep on xterm, which might still # be required. We'll have to examine the twm configuration files. @@ -78,5 +78,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/mkxauth.1* %changelog +* Wed Aug 24 2005 Mike A. Harris 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 6.99.99.0-1 - Initial build.