rpms/geoqo/F-8 .cvsignore, 1.3, 1.4 geoqo.spec, 1.4, 1.5 sources, 1.3, 1.4

Wes Hardaker hardaker at fedoraproject.org
Thu Nov 20 00:45:47 UTC 2008


Author: hardaker

Update of /cvs/extras/rpms/geoqo/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30667

Modified Files:
	.cvsignore geoqo.spec sources 
Log Message:
update for 0.99


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/geoqo/F-8/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	29 Apr 2008 23:30:04 -0000	1.3
+++ .cvsignore	20 Nov 2008 00:45:16 -0000	1.4
@@ -1 +1 @@
-geoqo-0.97.tar.gz
+geoqo-0.99.tar.gz


Index: geoqo.spec
===================================================================
RCS file: /cvs/extras/rpms/geoqo/F-8/geoqo.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- geoqo.spec	23 Jun 2008 15:48:32 -0000	1.4
+++ geoqo.spec	20 Nov 2008 00:45:16 -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
+Version: 0.99
+Release: 1%{?dist}
+License: GPLv2
 Group: Amusements/Games
 URL: http://www.geoqo.org/
 Source0: http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
@@ -19,10 +19,11 @@
 BuildRequires: perl(XML::Simple)
 BuildRequires: perl(DBD::SQLite2)
 BuildRequires: perl(Text::Balanced)
+Patch0: geoqo-makefile.patch
 
 %description
-geoqo is a perl script and support modules for manipulating a database
-of geocaching and other waypoints.
+geoqo is an application and support modules for manipulating a database
+of geocaching and other types of waypoints.
 
 The homepage for GeoQO is the best place to read about it, and can be
 found at:
@@ -32,13 +33,15 @@
 %prep
 %setup -q -n geoqo-%{version}
 
+%patch0 -p0
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+make pure_install PERL_INSTALL_ROOT=%{buildroot} GQINSTALLDIR=%{buildroot}/usr geoqoadditions
 
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
@@ -69,7 +72,21 @@
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
+%{_datadir}/geoqo
+%{_datadir}/geoqo/icons
+%{_datadir}/geoqo/icons/*
+%{_datadir}/geoqo/classify-ignore-words
+%{_datadir}/geoqo/scripts
+%{_datadir}/geoqo/scripts/*
+%{_datadir}/geoqo/scripts/*/*
+
 %changelog
+* Wed Nov 19 2008 Wes Hardaker <wjhns174 at hardakers.net> - 0.99-1
+- Update to version 0.99
+
+* Mon Jul 21 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.97-3
+- fix license tag (nothing is Artistic in here)
+
 * Mon Jun 23 2008 Wes Hardaker <wjhns174 at hardakers.net> - 0.97-2
 - Fix bug #452481: require DBD::sqlite2
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/geoqo/F-8/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	29 Apr 2008 23:30:04 -0000	1.3
+++ sources	20 Nov 2008 00:45:16 -0000	1.4
@@ -1 +1 @@
-2703535057f05aa1bbea560b98fe5415  geoqo-0.97.tar.gz
+1e011b2f4c4eef632fd945a4503da068  geoqo-0.99.tar.gz




More information about the scm-commits mailing list