rpms/ratpoison/FC-5 ratpoison.spec,1.3,1.4

John Berninger (jwb) fedora-extras-commits at redhat.com
Tue Apr 11 17:18:28 UTC 2006


Author: jwb

Update of /cvs/extras/rpms/ratpoison/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23663

Modified Files:
	ratpoison.spec 
Log Message:
BuildRequires fixes for FC-5



Index: ratpoison.spec
===================================================================
RCS file: /cvs/extras/rpms/ratpoison/FC-5/ratpoison.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ratpoison.spec	9 Apr 2006 17:55:29 -0000	1.3
+++ ratpoison.spec	11 Apr 2006 17:18:28 -0000	1.4
@@ -2,7 +2,7 @@
 
 Name:           ratpoison
 Version:        1.4.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Minimalistic window manager
 Group:          Applications/Productivity
 License:        GPL
@@ -10,10 +10,10 @@
 Source0:        http://savannah.nongnu.org/download/ratpoison/%{name}-%{version}.tar.gz
 Source1:	%{name}.desktop
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-%if %{fedora} <= 4 
+%if "%{fedora}" <= "4" 
 BuildRequires:  xorg-x11-devel, readline-devel
 %else
-BuildRequires: libX11-devel, readline-devel, libXtst-devel
+BuildRequires: libX11-devel, readline-devel, libXt-devel, libXinerama-devel, libXtst-devel
 %endif
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
@@ -66,6 +66,9 @@
 %{_datadir}/xsessions/ratpoison.desktop
 
 %changelog
+* Tue Apr 11 2006 John Berninger <johnw at berningeronline dot net> - 1.4.0-4
+- BuildRequires fixes for FC-5
+
 * Sat Apr  8 2006 John Berninger <johnw at berningeronline dot net> - 1.4.0-3
 - Permissions fixes
 




More information about the scm-commits mailing list