rpms/libkipi/FC-4 libkipi.spec,1.5,1.6

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Thu Jun 9 19:51:04 UTC 2005


Author: mschwendt

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

Modified Files:
	libkipi.spec 
Log Message:
Qt not found on x86_64 / 2nd try


Index: libkipi.spec
===================================================================
RCS file: /cvs/extras/rpms/libkipi/FC-4/libkipi.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libkipi.spec	9 Jun 2005 18:52:08 -0000	1.5
+++ libkipi.spec	9 Jun 2005 19:51:02 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           libkipi
 Version:        0.1.1
-Release:        1.1%{?dist}
+Release:        1.2%{?dist}
 Summary:        Common plugin infrastructure for KDE image applications
 
 Group:          System Environment/Libraries
@@ -37,6 +37,8 @@
 
 %build
 unset QTDIR && . %{_sysconfdir}/profile.d/qt.sh
+# work around an improper ${kdelibsuff}
+export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include
 %configure --disable-rpath --disable-debug --enable-final
 make %{?_smp_mflags}
 
@@ -76,7 +78,7 @@
 
 
 %changelog
-* Thu Jun  9 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 0.1.1-1.1
+* Thu Jun  9 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 0.1.1-1.2
 - Qt not found on x86_64
 
 * Sun May 08 2005 Aurelien Bompard <gauret[AT]free.fr> 0.1.1-1




More information about the fedora-extras-commits mailing list