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

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


Author: mtruch

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

Modified Files:
	kst.spec 
Log Message:
Update devel kst.spec to match fixes in FC-4 spec file.



Index: kst.spec
===================================================================
RCS file: /cvs/extras/rpms/kst/devel/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 18:18:27 -0000	1.2
@@ -1,6 +1,6 @@
 Name:       kst
 Version:    1.2.0
-Release:    6%{?dist}
+Release:    8%{?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,12 @@
 %{_datadir}/services/kst/kstdata_netcdf.desktop
 
 %changelog
+* Sun Feb 26 2006 Matthew Truch <matt at truch.net> - 1.2.0-8
+- Bump release due to build issue.
+
+* 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 fedora-extras-commits mailing list