rpms/kst/FC-4 kst.spec,1.3,1.4

Matthew D Truch (mtruch) fedora-extras-commits at redhat.com
Sun Mar 12 17:57:49 UTC 2006


Author: mtruch

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

Modified Files:
	kst.spec 
Log Message:
Bump build revision to pick up new cfitsio version.



Index: kst.spec
===================================================================
RCS file: /cvs/extras/rpms/kst/FC-4/kst.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kst.spec	26 Feb 2006 17:51:06 -0000	1.3
+++ kst.spec	12 Mar 2006 17:57:48 -0000	1.4
@@ -1,6 +1,6 @@
 Name:       kst
 Version:    1.2.0
-Release:    8%{?dist}
+Release:    10%{?dist}
 Summary:    A data viewing program for KDE
 
 Group:      Applications/Engineering
@@ -75,11 +75,13 @@
 
 %build
 unset QTDIR || : ; . /etc/profile.d/qt.sh
-export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include
+export KDEDIR=%{_prefix}
 %configure --disable-dependency-tracking --disable-static \
   --disable-rpath \
+  --with-qt-libraries=$QTDIR/lib \
+  --with-qt-includes=$QTDIR/include \
   --with-extra-includes=%{_includedir}/cfitsio:%{_includedir}/netcdf-3 \
-  --with-extra-libs=%{_libdir}/netcdf-3 --disable-debug
+  --with-extra-libs=%{_libdir}:%{_libdir}/netcdf-3 --disable-debug
 make %{?_smp_mflags}
 
 %install
@@ -208,6 +210,13 @@
 %{_datadir}/services/kst/kstdata_netcdf.desktop
 
 %changelog
+* Sun Mar 12 2006 Matthew Truch <matt at truch.net> - 1.2.0-10
+- Yet another tweak to configure options.
+- Bump build so new cfitsio version is picked up.
+
+* Sun Feb 26 2006 Matthew Truch <matt at truch.net> - 1.2.0-9
+- Improve qt lib and include configure options.
+
 * Sun Feb 26 2006 Matthew Truch <matt at truch.net> - 1.2.0-8
 - Bump release due to build issue.
 




More information about the fedora-extras-commits mailing list