rpms/kst/FC-4 kst.spec,1.1,1.2

Matthew D Truch (mtruch) fedora-extras-commits at redhat.com
Sun Feb 26 17:48:20 UTC 2006


Author: mtruch

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

Modified Files:
	kst.spec 
Log Message:
Teach configure where qt is on all platforms.



Index: kst.spec
===================================================================
RCS file: /cvs/extras/rpms/kst/FC-4/kst.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kst.spec	25 Feb 2006 00:34:53 -0000	1.1
+++ kst.spec	26 Feb 2006 17:48:20 -0000	1.2
@@ -1,6 +1,6 @@
 Name:       kst
 Version:    1.2.0
-Release:    6%{?dist}
+Release:    7%{?dist}
 Summary:    A data viewing program for KDE
 
 Group:      Applications/Engineering
@@ -74,6 +74,8 @@
 %setup -q
 
 %build
+unset QTDIR || : ; . /etc/profile.d/qt.sh
+export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include
 %configure --disable-dependency-tracking --disable-static \
   --disable-rpath \
   --with-extra-includes=%{_includedir}/cfitsio:%{_includedir}/netcdf-3 \
@@ -206,6 +208,9 @@
 %{_datadir}/services/kst/kstdata_netcdf.desktop
 
 %changelog
+* Sun Feb 26 2006 Matthew Truch <matt at truch.net> - 1.2.0-7
+- Teach configure to properly find qt libs and includes.
+
 * Fri Feb 17 2006 Matthew Truch <matt at truch.net> - 1.2.0-6
 - Make desktop file appear in proper menu.
 




More information about the scm-commits mailing list