rpms/geoqo/F-9 geoqo.spec,1.4,1.5

Wes Hardaker (hardaker) fedora-extras-commits at redhat.com
Fri Jul 18 22:10:09 UTC 2008


Author: hardaker

Update of /cvs/extras/rpms/geoqo/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3006

Modified Files:
	geoqo.spec 
Log Message:
fix bug 45253


Index: geoqo.spec
===================================================================
RCS file: /cvs/extras/rpms/geoqo/F-9/geoqo.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- geoqo.spec	23 Jun 2008 15:38:16 -0000	1.4
+++ geoqo.spec	18 Jul 2008 22:09:25 -0000	1.5
@@ -1,8 +1,8 @@
 Summary: GeoCaching and General Waypoint Database
 Name: geoqo
 Version: 0.97
-Release: 2%{?dist}
-License: GPLv2 or Artistic
+Release: 3%{?dist}
+License: GPLv2
 Group: Amusements/Games
 URL: http://www.geoqo.org/
 Source0: http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
@@ -19,6 +19,7 @@
 BuildRequires: perl(XML::Simple)
 BuildRequires: perl(DBD::SQLite2)
 BuildRequires: perl(Text::Balanced)
+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 geoqo is a perl script and support modules for manipulating a database
@@ -70,6 +71,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 18 2008 Wes Hardaker <wjhns174 at hardakers.net> - 0.97-3
+- Fix bug #454253: require perl properly for auto-rebuild
+- Change license to GPLv2 only since source doesn't have artistic in it
+
 * Mon Jun 23 2008 Wes Hardaker <wjhns174 at hardakers.net> - 0.97-2
 - Fix bug #452481: require DBD::sqlite2
 




More information about the scm-commits mailing list