rpms/kdesvn/devel kdesvn.spec,1.17,1.18

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


Author: orion

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

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



Index: kdesvn.spec
===================================================================
RCS file: /cvs/extras/rpms/kdesvn/devel/kdesvn.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- kdesvn.spec	1 Sep 2006 15:38:37 -0000	1.17
+++ kdesvn.spec	1 Sep 2006 15:56:10 -0000	1.18
@@ -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 fedora-extras-commits mailing list