rpms/kst/FC-5 kst.spec,1.8,1.9

Matthew D Truch (mtruch) fedora-extras-commits at redhat.com
Sat Jan 6 16:31:23 UTC 2007


Author: mtruch

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

Modified Files:
	kst.spec 
Log Message:
Make kst-fits explicitly require cfitsio version compiled against.



Index: kst.spec
===================================================================
RCS file: /cvs/extras/rpms/kst/FC-5/kst.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- kst.spec	21 Oct 2006 13:29:38 -0000	1.8
+++ kst.spec	6 Jan 2007 16:30:53 -0000	1.9
@@ -1,6 +1,6 @@
 Name:       kst
 Version:    1.3.1
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    A data viewing program for KDE
 
 Group:      Applications/Engineering
@@ -65,6 +65,10 @@
 Summary:    fits datasource plugin for kst
 Group:      Applications/Engineering
 Requires:   %{name} = %{version}-%{release}
+# 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})
 
 %description fits
 A plugin allowing kst to open and read data and images contained within 
@@ -211,6 +215,9 @@
 %{_datadir}/services/kst/kstdata_netcdf.desktop
 
 %changelog
+* Sat Jan 6 2007 Matthew Truch <matt at truch.net> - 1.3.1-2
+- Make kst-fits require explicit cfitsio version compiled against.
+
 * Sat Oct 21 2006 Matthew Truch <matt at truch.net> - 1.3.1-1
 - Upgrade to 1.3.1 bugfix release.
 




More information about the fedora-extras-commits mailing list