[perl-Geo-IPfree/f12/master] 1.101650 bump

Petr Pisar ppisar at fedoraproject.org
Wed Aug 11 11:12:11 UTC 2010


commit a71bb262d80763e46383d7f1b239f771f47d02f7
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Aug 11 13:04:13 2010 +0200

    1.101650 bump

 .gitignore           |    1 +
 perl-Geo-IPfree.spec |   29 ++++++++++++++++-------------
 sources              |    2 +-
 3 files changed, 18 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c697730..693ba3d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Geo-IPfree-0.4.tar.gz
+Geo-IPfree-1.101650.tar.gz
diff --git a/perl-Geo-IPfree.spec b/perl-Geo-IPfree.spec
index 5f40318..ec0415d 100644
--- a/perl-Geo-IPfree.spec
+++ b/perl-Geo-IPfree.spec
@@ -1,27 +1,26 @@
-Name:           perl-Geo-IPfree
-Version:        0.4
-Release:        3%{?dist}
-Summary:        Look up country of IP Address
+%define cpan_name Geo-IPfree
+%define cpan_version 1.101650
+Name:           perl-%{cpan_name}
+Version:        1.1.0.1.6.5.0
+Release:        1%{?dist}
+Summary:        Look up the country of an IPv4 Address
 License:        GPL+ or Artistic
 Group:          Development/Libraries
-URL:            http://search.cpan.org/dist/Geo-IPfree/
-Source0:        http://www.cpan.org/authors/id/B/BR/BRICAS/Geo-IPfree-%{version}.tar.gz
+URL:            http://search.cpan.org/dist/%{cpan_name}/
+Source0:        http://www.cpan.org/authors/id/B/BR/BRICAS/%{cpan_name}-%{cpan_version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Memoize)
 BuildRequires:  perl(Test::More) >= 0.47
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
-This package comes with it's own database to look up the IP's country, and
+This package comes with it's own database to look up the IPv4's country, and
 is totally free.
 
 %prep
-%setup -q -n Geo-IPfree-%{version}
-
-#Fix wrong-file-end-of-line-encoding
-sed -i 's/\r$//' Changes
-sed -i 's/\r$//' README
+%setup -q -n %{cpan_name}-%{cpan_version}
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -45,11 +44,15 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README
+%doc Changes misc README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Aug 11 2010 Petr Pisar <ppisar at redhat.com> - 1.1.0.1.6.5.0-1
+- 1.101650 bump
+- Experimental RPM-extensible version numbering
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
diff --git a/sources b/sources
index 7028d5e..10e6f2a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8d99f85d42447746c5f94f5d5b70df06  Geo-IPfree-0.4.tar.gz
+c636f2eb399027e6932826d963c3ac3b  Geo-IPfree-1.101650.tar.gz


More information about the scm-commits mailing list