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

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Thu Jun 9 18:52:10 UTC 2005


Author: mschwendt

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

Modified Files:
	libkipi.spec 
Log Message:
Qt not found on x86_64


Index: libkipi.spec
===================================================================
RCS file: /cvs/extras/rpms/libkipi/FC-4/libkipi.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libkipi.spec	8 May 2005 17:21:05 -0000	1.4
+++ libkipi.spec	9 Jun 2005 18:52:08 -0000	1.5
@@ -1,7 +1,6 @@
 Name:           libkipi
 Version:        0.1.1
-Release:        1%{?dist}
-
+Release:        1.1%{?dist}
 Summary:        Common plugin infrastructure for KDE image applications
 
 Group:          System Environment/Libraries
@@ -37,7 +36,7 @@
 
 
 %build
-[ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh
+unset QTDIR && . %{_sysconfdir}/profile.d/qt.sh
 %configure --disable-rpath --disable-debug --enable-final
 make %{?_smp_mflags}
 
@@ -77,7 +76,10 @@
 
 
 %changelog
-* Sun May 08 2005 Aurelien Bompard <gauret[AT]free.fr> 0.1.1-1%{?dist}
+* Thu Jun  9 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 0.1.1-1.1
+- Qt not found on x86_64
+
+* Sun May 08 2005 Aurelien Bompard <gauret[AT]free.fr> 0.1.1-1
 - version 0.1.1
 - use disttag
 




More information about the fedora-extras-commits mailing list