rpms/kst/FC-6 kst.spec,1.9,1.10

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-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5339/FC-6

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-6/kst.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- kst.spec	20 Oct 2006 22:31:25 -0000	1.9
+++ kst.spec	6 Jan 2007 16:30:53 -0000	1.10
@@ -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 explicitly require cfitsio version compiled against.
+
 * Fri Oct 20 2006 Matthew Truch <matt at truch.net> - 1.3.1-1
 - Update to kst 1.3.1 bugfix release.
 




More information about the fedora-extras-commits mailing list