rpms/kst/devel kst.spec,1.20,1.21

Matthew D Truch (mtruch) fedora-extras-commits at redhat.com
Tue Nov 13 16:50:23 UTC 2007


Author: mtruch

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

Modified Files:
	kst.spec 
Log Message:
Remove gsl-devel BuildRequires as gsl is GPLv3+ which is incompatable with qt.



Index: kst.spec
===================================================================
RCS file: /cvs/extras/rpms/kst/devel/kst.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- kst.spec	10 Nov 2007 20:05:00 -0000	1.20
+++ kst.spec	13 Nov 2007 16:49:46 -0000	1.21
@@ -1,6 +1,6 @@
 Name:       kst
 Version:    1.4.0
-Release:    9%{?dist}
+Release:    10%{?dist}
 Summary:    A data viewing program for KDE
 
 Group:      Applications/Engineering
@@ -14,7 +14,8 @@
 Requires(postun): /sbin/ldconfig
 
 BuildRequires: gettext 
-BuildRequires: gsl-devel readline-devel ncurses-devel
+#BuildRequires: gsl-devel
+BuildRequires: readline-devel ncurses-devel
 BuildRequires: kdelibs3-devel kdebindings-devel
 BuildRequires: cfitsio-devel netcdf-devel
 BuildRequires: desktop-file-utils
@@ -229,6 +230,9 @@
 %{_datadir}/services/kst/kstdata_netcdf.desktop
 
 %changelog
+* Tue Nov 13 2007 Matthew Truch <matt at truch.net> - 1.4.0-10
+- Remove gsl-devel BuildRequires as gsl is GPLv3+ which is incompatable with qt.
+
 * Sat Nov 10 2007 Matthew Truch <matt at truch.net> - 1.4.0-9
 - Bump build to pick up new cfitsio
 




More information about the fedora-extras-commits mailing list