rpms/windowlab/EL-4 windowlab.spec,1.1,1.2

Nigel Jones (nigelj) fedora-extras-commits at redhat.com
Wed May 16 06:10:32 UTC 2007


Author: nigelj

Update of /cvs/extras/rpms/windowlab/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1205

Modified Files:
	windowlab.spec 
Log Message:
Slight fixes for EL-4


Index: windowlab.spec
===================================================================
RCS file: /cvs/extras/rpms/windowlab/EL-4/windowlab.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- windowlab.spec	24 Apr 2007 05:06:12 -0000	1.1
+++ windowlab.spec	16 May 2007 06:09:57 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           windowlab
 Version:        1.34
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Small and Simple Amiga-like Window Manager
 
 Group:          User Interface/Desktops
@@ -13,7 +13,7 @@
 Patch2:         windowlab-1.34-nostrip.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  libX11-devel libXext-devel
+BuildRequires:  xorg-x11-devel
 
 %description
 WindowLab is a Window Manager for the X Window System. Features include
@@ -24,10 +24,14 @@
 %setup -q 
 cp %{SOURCE1} .
 chmod a-x README TODO LICENCE CHANGELOG *.c *.h
+
 %patch -p1
 %patch -P 1 -p1
 %patch -P 2 -p1
 
+# Following sed is a quick hack to tell gcc where to find X11.so etc
+sed -i -e 's|LDPATH = -L$(XROOT)/lib|LDPATH = -L$(XROOT)/X11R6/lib|' Makefile
+
 %build
 CFLAGS=$RPM_OPT_FLAGS make %{?_smp_mflags}
 
@@ -53,6 +57,10 @@
 
 
 %changelog
+* Tue May 16 2007 Nigel Jones <dev at nigelj.com> 1.34-5
+- Build for EL-4 (Dependency change)
+- + Fix for X11/Xext library paths
+
 * Tue Apr 24 2007 Nigel Jones <dev at nigelj.com> 1.34-4
 - Remove executable bit on source files
 




More information about the fedora-extras-commits mailing list