rpms/kst/devel kst.spec,1.12,1.13

Matthew D Truch (mtruch) fedora-extras-commits at redhat.com
Tue May 29 13:44:38 UTC 2007


Author: mtruch

Update of /cvs/extras/rpms/kst/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2618

Modified Files:
	kst.spec 
Log Message:
Remove wmap and scuba2 datasources which were accidentally activated in the
1.4.0 release (they are unfinished and poorly tested).



Index: kst.spec
===================================================================
RCS file: /cvs/extras/rpms/kst/devel/kst.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- kst.spec	18 May 2007 18:59:20 -0000	1.12
+++ kst.spec	29 May 2007 13:44:04 -0000	1.13
@@ -1,6 +1,6 @@
 Name:       kst
 Version:    1.4.0
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    A data viewing program for KDE
 
 Group:      Applications/Engineering
@@ -97,6 +97,15 @@
 # which we can't do as kst doesn't run without them.
 #find %{buildroot} -wholename '*.la' | xargs rm -f
 
+# Delete wmap and scuba2 datasources; it's a packaging bug at the 
+# kst upstream end that they are installed in 1.4.0 (they are unfinished).
+rm -f  %{_libdir}/kde3/kstdata_scuba.la \
+       %{_libdir}/kde3/kstdata_scuba.so \
+       %{_libdir}/kde3/kstdata_wmap.la \
+       %{_libdir}/kde3/kstdata_wmap.so \
+       %{_datadir}/services/kst/kstdata_scuba.desktop \
+       %{_datadir}/services/kst/kstdata_wmap.desktop
+
 %find_lang %{name}
 
 # Make documentation symlinks relative
@@ -218,6 +227,10 @@
 %{_datadir}/services/kst/kstdata_netcdf.desktop
 
 %changelog
+* Tue May 29 2007 Matthew Truch <matt at truch.net> - 1.4.0-2
+- Remove wmap and scuba2 datasources.  They shouldn't have been included
+  in the upstream release.  
+
 * Thu May 17 2007 Matthew Truch <matt at truch.net> - 1.4.0-1
 - Update to kst 1.4.0 release.  
 




More information about the fedora-extras-commits mailing list