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

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Mon Aug 15 22:43:42 UTC 2005


Author: awjb

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

Modified Files:
	koffice.spec 
Log Message:
- try to fix x86_64 configure



Index: koffice.spec
===================================================================
RCS file: /cvs/extras/rpms/koffice/FC-4/koffice.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- koffice.spec	13 Aug 2005 23:45:56 -0000	1.4
+++ koffice.spec	15 Aug 2005 22:43:40 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           koffice
 Version:        1.4.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A free, integrated office suite for KDE
 
 Group:          Applications/Productivity
@@ -198,9 +198,11 @@
 make -f admin/Makefile.common
 
 %build
+unset QTDIR || : ; . /etc/profile.d/qt.sh
 
 %configure --disable-rpath --disable-dependency-tracking --enable-shared \
---enable-fast-install --with-pic --disable-static
+--enable-fast-install --with-pic --disable-static \
+--with-qt-libraries=$QTDIR/lib --with-extra-libs=%{_libdir}
 
 make %{?_smp_mflags}
 
@@ -734,6 +736,10 @@
 %{_datadir}/servicetypes/kofilter*.desktop
 
 %changelog
+* Tue Aug 16 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+1.4.1-3
+- try to fix x86_64 build
+
 * Sun Aug 14 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 1.4.1-2
 - add dist tag




More information about the scm-commits mailing list