From 8414f76773e0aafc6a9e7a572ddfcd22133d01fd Mon Sep 17 00:00:00 2001 From: mharris Date: Wed, 16 Nov 2005 02:55:01 +0000 Subject: [PATCH] - Added "BuildRequires: libXau-devel, pkgconfig" missing deps. --- libdmx.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/libdmx.spec b/libdmx.spec index 6a08715..b300b94 100644 --- a/libdmx.spec +++ b/libdmx.spec @@ -1,16 +1,18 @@ Summary: X.Org X11 libdmx runtime library Name: libdmx Version: 0.99.1 -Release: 2 +Release: 3 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-RC2/everything/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: pkgconfig BuildRequires: xorg-x11-proto-devel BuildRequires: libX11-devel BuildRequires: libXext-devel +BuildRequires: libXau-devel Obsoletes: XFree86-libs, xorg-x11-libs @@ -73,11 +75,13 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Tue Nov 15 2005 Mike A. Harris 0.99.1-3 +- Added "BuildRequires: libXau-devel, pkgconfig" missing deps. + * Fri Nov 11 2005 Mike A. Harris 0.99.1-2 - Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes' - Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes' - * Mon Oct 24 2005 Mike A. Harris 0.99.1-1 - Updated libdmx to version 0.99.1 from X11R7 RC1