rpms/kst/devel kst.spec,1.33,1.34

Matthew D Truch mtruch at fedoraproject.org
Thu Mar 12 17:33:55 UTC 2009


Author: mtruch

Update of /cvs/extras/rpms/kst/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1357

Modified Files:
	kst.spec 
Log Message:
Change how we check which version of cfitsio kst-fits is built against.



Index: kst.spec
===================================================================
RCS file: /cvs/extras/rpms/kst/devel/kst.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- kst.spec	2 Mar 2009 17:57:11 -0000	1.33
+++ kst.spec	12 Mar 2009 17:33:25 -0000	1.34
@@ -1,6 +1,6 @@
 Name:       kst
 Version:    1.7.0
-Release:    5%{?dist}
+Release:    6%{?dist}
 Summary:    A data viewing program for KDE
 
 Group:      Applications/Engineering
@@ -72,7 +72,8 @@
 # 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 = %(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 
@@ -238,6 +239,9 @@
 %{_datadir}/services/kst/kstdata_netcdf.desktop
 
 %changelog
+* Tue Mar 10 2009 Matthew Truch <matt at truch.net> - 1.7.0-6
+- Make cfitsio explicit version check work.
+
 * Thu Feb 26 2009 Matthew Truch <matt at truch.net> - 1.7.0-5
 - Make documentation noarch.
 




More information about the fedora-extras-commits mailing list