rpms/kdesvn/FC-5 kdesvn.spec,1.16,1.17

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Fri Sep 1 15:56:09 UTC 2006


Author: orion

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

Modified Files:
	kdesvn.spec 
Log Message:
Fix lib_suffix macro for non x86_64 builds



Index: kdesvn.spec
===================================================================
RCS file: /cvs/extras/rpms/kdesvn/FC-5/kdesvn.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- kdesvn.spec	1 Sep 2006 15:41:14 -0000	1.16
+++ kdesvn.spec	1 Sep 2006 15:56:09 -0000	1.17
@@ -50,7 +50,7 @@
 %ifarch x86_64
 %define lib_suffix "-DLIB_SUFFIX=64"
 %else
-%define lib_suffix ""
+%define lib_suffix %{nil}
 %endif
 cmake .. %{lib_suffix} \
         -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \




More information about the scm-commits mailing list