rpms/konversation/devel konversation.spec,1.1,1.2

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Sun Jul 3 17:48:02 UTC 2005


Author: ausil

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

Modified Files:
	konversation.spec 
Log Message:
explictly define QT's  Include and lib dirs  so konversation will build on FC4 and devel x86_64



Index: konversation.spec
===================================================================
RCS file: /cvs/extras/rpms/konversation/devel/konversation.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- konversation.spec	29 Jun 2005 19:44:46 -0000	1.1
+++ konversation.spec	3 Jul 2005 17:48:00 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           konversation
 Version:        0.18
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Konversation is a user friendly IRC client for KDE
 
 Group:          Applications/Internet
@@ -27,6 +27,7 @@
 
 %build
 unset QTDIR || : ; . /etc/profile.d/qt.sh
+export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include
 %configure
 make %{?_smp_mflags}
 
@@ -74,6 +75,8 @@
 
 
 %changelog
+* Sun Jul 03 2005 Dennis Gilmore <dennis at ausil.us> - 0.18-4
+- Explicly export QT lib and include dirs  for x86_64 build issue
 * Tue Jun 28 2005  Dennis Gilmore <dennis at ausil.us> - 0.18-3
 - Destop-file-install,  change gcc4 patch  to configure  
   remove unneeded build deps.




More information about the fedora-extras-commits mailing list