rpms/geoqo/devel geoqo.spec,1.1,1.2

Wes Hardaker (hardaker) fedora-extras-commits at redhat.com
Tue Jan 8 16:27:16 UTC 2008


Author: hardaker

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

Modified Files:
	geoqo.spec 
Log Message:
require Getopt::GUI::Long now that it's available


Index: geoqo.spec
===================================================================
RCS file: /cvs/extras/rpms/geoqo/devel/geoqo.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- geoqo.spec	8 Jan 2008 04:54:18 -0000	1.1
+++ geoqo.spec	8 Jan 2008 16:26:38 -0000	1.2
@@ -1,7 +1,7 @@
 Summary: GeoCaching and General Waypoint Database
 Name: geoqo
 Version: 0.96
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2 or Artistic
 Group: Amusements/Games
 URL: http://www.geoqo.org/
@@ -13,6 +13,8 @@
 # These are only pseudo required by the code and won't be auto-found
 # list extracted from check-prerequisites.pl
 Requires: perl(Gtk2) perl(QWizard) perl(GD) perl(Chart::Lines)
+Requires: perl(Getopt::GUI::Long)
+# required for make test
 BuildRequires: perl(Test) perl(ExtUtils::MakeMaker) perl(Test::More)
 BuildRequires: perl(DBI)
 BuildRequires: perl(XML::Parser)
@@ -72,6 +74,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jan  8 2007 Wes Hardaker <wjhns174 at hardakers.net> - 0.96-5
+- Require Getopt::GUI::Long now that it's in the repositories
+
 * Mon Dec 31 2007 Wes Hardaker <wjhns174 at hardakers.net> - 0.96-4
 - Added dist to Release line
 




More information about the fedora-extras-commits mailing list