rpms/superkaramba/FC-4 superkaramba.spec,1.2,1.3

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Wed Nov 2 17:18:19 UTC 2005


Author: rdieter

Update of /cvs/extras/rpms/superkaramba/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5970/FC-4

Modified Files:
	superkaramba.spec 
Log Message:
* Wed Nov 02 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.36-4
- --enable-libsuffix=64 -> --with-extra-libs=%_libdir



Index: superkaramba.spec
===================================================================
RCS file: /cvs/extras/rpms/superkaramba/FC-4/superkaramba.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- superkaramba.spec	2 Nov 2005 16:58:08 -0000	1.2
+++ superkaramba.spec	2 Nov 2005 17:18:16 -0000	1.3
@@ -3,7 +3,7 @@
 Summary: Custom content on the desktop
 Name: 	 superkaramba
 Version: 0.36
-Release: 3%{?dist}
+Release: 4%{?dist}
 
 License: GPL
 Group:	 User Interface/Desktops
@@ -36,11 +36,9 @@
 unset QTDIR || : ; . /etc/profile.d/qt.sh
 export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include
 
-## --enable-libsuffix to help configure find python lib(s) on x86_64
+## --with-extra-libs to help configure find python lib(s) on x86_64
 %configure \
-%if "%{_lib}" == "lib64" 
-  --enable-libsuffix="64" \
-%endif
+  --with-extra-libs=%{_libdir} \
   --disable-rpath \
   --disable-debug --disable-warnings --disable-dependancy-tracking \
   --disable-final
@@ -106,6 +104,9 @@
 
 
 %changelog
+* Wed Nov 02 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.36-4
+- --enable-libsuffix=64 -> --with-extra-libs=%%_libdir
+
 * Wed Nov 02 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.36-3
 - x86_64: --enable-libsuffix="64" (to help find python lib(s))
 - simplify BR's




More information about the fedora-extras-commits mailing list