rpms/libkexif/devel libkexif.spec,1.8,1.9

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Thu Oct 6 07:41:12 UTC 2005


Author: abompard

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

Modified Files:
	libkexif.spec 
Log Message:
- fix QT declaration


Index: libkexif.spec
===================================================================
RCS file: /cvs/extras/rpms/libkexif/devel/libkexif.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libkexif.spec	6 Oct 2005 07:14:10 -0000	1.8
+++ libkexif.spec	6 Oct 2005 07:41:10 -0000	1.9
@@ -1,6 +1,6 @@
 Name:           libkexif
 Version:        0.2.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 
 Summary:        Allow Kipi plugins to extract EXIF information
 
@@ -36,7 +36,10 @@
 
 
 %build
-[ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh
+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}
 
@@ -73,6 +76,9 @@
 
 
 %changelog
+* Thu Oct 06 2005 Aurelien Bompard <gauret[AT]free.fr> 0.2.2-2
+- fix QT declaration
+
 * Thu Oct 06 2005 Aurelien Bompard <gauret[AT]free.fr> 0.2.2-1
 - version 0.2.2
 




More information about the fedora-extras-commits mailing list