- Update build dep to "xorg-x11-proto-devel >= 7.0-9" for scrnsaverproto

1.1
- Added "Requires: xorg-x11-proto-devel >= 7.0-9" to devel package, to
    match what is listed as required in xscrnsaver.pc
This commit is contained in:
mharris 2006-06-07 12:58:27 +00:00
parent 3113ae706e
commit 37e0bf4f2d

View File

@ -1,7 +1,7 @@
Summary: X.Org X11 libXss runtime library
Name: libXScrnSaver
Version: 1.1.0
Release: 2
Release: 3
License: MIT/X11
Group: System Environment/Libraries
URL: http://www.x.org
@ -9,7 +9,7 @@ Source0: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: pkgconfig
BuildRequires: xorg-x11-proto-devel
BuildRequires: xorg-x11-proto-devel >= 7.0-9
BuildRequires: libX11-devel
BuildRequires: libXext-devel
@ -24,6 +24,8 @@ Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires(pre): xorg-x11-filesystem >= 0.99.2-3
# xorg-x11-proto-devel is required by xscrnsaver.pc
Requires: xorg-x11-proto-devel >= 7.0-9
# NOTE: libX11-devel, libXext-devel were added to work around bug (#176674)
Requires: libX11-devel
Requires: libXext-devel
@ -80,6 +82,11 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*.3x*
%changelog
* Wed Jun 07 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-3
- Update build dep to "xorg-x11-proto-devel >= 7.0-9" for scrnsaverproto 1.1
- Added "Requires: xorg-x11-proto-devel >= 7.0-9" to devel package, to match
what is listed as required in xscrnsaver.pc
* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-2
- Added "BuildRequires: pkgconfig" for (#193424)
- Replace "makeinstall" with "make install DESTDIR=..."