rpms/wcstools/devel wcstools.spec,1.8,1.9

Sergio Pascual (sergiopr) fedora-extras-commits at redhat.com
Mon Aug 20 15:25:20 UTC 2007


Author: sergiopr

Update of /cvs/pkgs/rpms/wcstools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20365

Modified Files:
	wcstools.spec 
Log Message:
Changed License and Buildroot tags



Index: wcstools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wcstools/devel/wcstools.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- wcstools.spec	20 Mar 2007 09:44:54 -0000	1.8
+++ wcstools.spec	20 Aug 2007 15:24:47 -0000	1.9
@@ -4,13 +4,13 @@
 Summary: Software utilities to display and manipulate the WCS of a FITS image
 
 Group: Applications/Engineering
-License: GPL
+License: GPLv2+
 URL: http://tdc-www.harvard.edu/wcstools
 Source0: http://tdc-www.harvard.edu/software/wcstools/wcstools-%{version}.tar.gz
 Patch0: wcstools3-shared.patch
 Patch1: wcstools3-codewarn.patch
 Patch2: wcstools3-bug232413.patch
-Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 %description
 Wcstools is a set of software utilities, written in C, which create,
@@ -22,7 +22,7 @@
 %package -n libwcs
 Summary: Libwcs shared library 
 Group: System Environment/Libraries
-License: LGPL
+License: LGPLv2+
 
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
@@ -33,7 +33,7 @@
 %package -n libwcs-devel
 Summary: Libraries, includes, etc. used to develop an application with libwcs
 Group: Development/Libraries
-License: LGPL
+License: LGPLv2+
 Requires: libwcs = %{version}-%{release}
 %description -n libwcs-devel
 This are the files needed to develop an application using libwcs.




More information about the scm-commits mailing list