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

Nigel Jones (nigelj) fedora-extras-commits at redhat.com
Wed May 16 11:24:45 UTC 2007


Author: nigelj

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

Modified Files:
	windowlab.spec 
Log Message:
Bump release + fix LDPATH for x86_64


Index: windowlab.spec
===================================================================
RCS file: /cvs/extras/rpms/windowlab/EL-4/windowlab.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- windowlab.spec	16 May 2007 06:09:57 -0000	1.2
+++ windowlab.spec	16 May 2007 11:24:11 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           windowlab
 Version:        1.34
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Small and Simple Amiga-like Window Manager
 
 Group:          User Interface/Desktops
@@ -30,7 +30,11 @@
 %patch -P 2 -p1
 
 # Following sed is a quick hack to tell gcc where to find X11.so etc
+%ifarch x86_64
+sed -i -e 's|LDPATH = -L$(XROOT)/lib|LDPATH = -L$(XROOT)/X11R6/lib64|' Makefile
+%else
 sed -i -e 's|LDPATH = -L$(XROOT)/lib|LDPATH = -L$(XROOT)/X11R6/lib|' Makefile
+%endif
 
 %build
 CFLAGS=$RPM_OPT_FLAGS make %{?_smp_mflags}
@@ -57,7 +61,10 @@
 
 
 %changelog
-* Tue May 16 2007 Nigel Jones <dev at nigelj.com> 1.34-5
+* Wed May 16 2007 Nigel Jones <dev at nigelj.com> 1.34-6
+- Fix x86_64 issue for library search dir
+
+* Wed May 16 2007 Nigel Jones <dev at nigelj.com> 1.34-5
 - Build for EL-4 (Dependency change)
 - + Fix for X11/Xext library paths
 




More information about the fedora-extras-commits mailing list