rpms/specspo/devel specspo.spec,1.40,1.41

Tom Callaway spot at fedoraproject.org
Thu Sep 4 22:15:51 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/specspo/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26232

Modified Files:
	specspo.spec 
Log Message:
fix license tag


Index: specspo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/specspo/devel/specspo.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- specspo.spec	5 Oct 2007 13:24:18 -0000	1.40
+++ specspo.spec	4 Sep 2008 22:15:20 -0000	1.41
@@ -3,15 +3,17 @@
 Summary: Fedora package descriptions, summaries, and groups.
 Name: specspo
 Version: 15
-Release: 1
+Release: 2
 Group: Documentation
 Source: specspo-%{version}.tar.bz2
-License: GPL
+# No version given, only license attribution is spec file
+# Since this is Red Hat generated, we can safely assume it is correct.
+License: GPL+
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: gettext
 
-Patch: specspo-make.patch
+Patch0: specspo-make.patch
 
 %description
 The specspo package contains the portable object catalogues used to
@@ -19,7 +21,7 @@
 
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
 
 %build
 make
@@ -42,6 +44,9 @@
 %config(noreplace) %{_sysconfdir}/rpm/macros.specspo
 
 %changelog
+* Thu Sep  4 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 15-2
+- fix license tag
+
 * Thu Oct  4 2007 Stepan Kasal <skasal at redhat.com> - 15-1
 - Updated translations
 - Fixed make_dist_pot, so that backslashes in the descriptions do not get




More information about the fedora-extras-commits mailing list