rpms/wmCalClock/devel wmCalClock.spec,1.2,1.3

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Mon Sep 26 11:11:55 UTC 2005


Author: awjb

Update of /cvs/extras/rpms/wmCalClock/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7527

Modified Files:
	wmCalClock.spec 
Log Message:
- try to fix x86_64 build (libdir)



Index: wmCalClock.spec
===================================================================
RCS file: /cvs/extras/rpms/wmCalClock/devel/wmCalClock.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wmCalClock.spec	26 Sep 2005 10:53:29 -0000	1.2
+++ wmCalClock.spec	26 Sep 2005 11:11:53 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           wmCalClock
 Version:        1.25
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A Calendar clock with antialiased text
 
 Group:          User Interface/X
@@ -20,9 +20,8 @@
 
 %build
 cd Src
-make CFLAGS="${RPM_OPT_FLAGS}" %{?_smp_mflags}
-
-
+make CFLAGS="${RPM_OPT_FLAGS}" LIBDIR="-L%{_usr}/X11R6/%{_lib}" %{?_smp_mflags}
+ 
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -45,6 +44,10 @@
 
 %changelog
 * Mon Sep 26 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+1.25-4
+- try to fix x86_64 build (libdir)
+
+* Mon Sep 26 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 1.25-3
 - add dist
 




More information about the fedora-extras-commits mailing list