rpms/kst/F-9 kst.spec,1.30,1.31

Matthew D Truch mtruch at fedoraproject.org
Thu Mar 12 18:09:02 UTC 2009


Author: mtruch

Update of /cvs/extras/rpms/kst/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7774

Modified Files:
	kst.spec 
Log Message:
Figure out version of cfitsio we're built against.



Index: kst.spec
===================================================================
RCS file: /cvs/extras/rpms/kst/F-9/kst.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- kst.spec	25 Feb 2009 21:51:37 -0000	1.30
+++ kst.spec	12 Mar 2009 18:08:32 -0000	1.31
@@ -1,6 +1,6 @@
 Name:       kst
 Version:    1.7.0
-Release:    3%{?dist}
+Release:    4%{?dist}
 Summary:    A data viewing program for KDE
 
 Group:      Applications/Engineering
@@ -71,7 +71,7 @@
 # Hack because cfitsio won't run if it's internal library version
 # doesn't perfectly match between installed library and compiled
 # against library.  Meh.
-Requires:   cfitsio = %(rpm -q cfitsio --qf %{V})
+Requires:   cfitsio = %(pkg-config --modversion cfitsio 2>/dev/null || echo 0)
 
 %description fits
 A plugin allowing kst to open and read data and images contained within 
@@ -237,6 +237,9 @@
 %{_datadir}/services/kst/kstdata_netcdf.desktop
 
 %changelog
+* Thu Mar 12 2009 Matthew Truch <matt at truch.net> - 1.7.0-4
+- Pick up correct version of cfitsio that kst-fits was built against.
+
 * Wed Feb 25 2009 Matthew Truch <matt at truch.net> - 1.7.0-3
 - Bump build to pickup new cfitsio release.
 




More information about the fedora-extras-commits mailing list