rpms/kst/F-10 kst.spec,1.32,1.33

Matthew D Truch mtruch at fedoraproject.org
Thu Mar 12 18:06:53 UTC 2009


Author: mtruch

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

Modified Files:
	kst.spec 
Log Message:
Properly pick up version of cfitsio kst was built against.



Index: kst.spec
===================================================================
RCS file: /cvs/extras/rpms/kst/F-10/kst.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- kst.spec	25 Feb 2009 21:49:50 -0000	1.32
+++ kst.spec	12 Mar 2009 18:06:23 -0000	1.33
@@ -1,6 +1,6 @@
 Name:       kst
 Version:    1.7.0
-Release:    4%{?dist}
+Release:    5%{?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-5
+- Properly determine which version of cfitsio we built against.
+
 * Wed Feb 25 2009 Matthew Truch <matt at truch.net> - 1.7.0-4
 - Bump to pick up new cfitsio.
 




More information about the fedora-extras-commits mailing list