rpms/perl-Geo-IPfree/F-10 import.log, NONE, 1.1 perl-Geo-IPfree.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Allisson Azevedo allisson at fedoraproject.org
Fri Feb 6 13:44:21 UTC 2009


Author: allisson

Update of /cvs/pkgs/rpms/perl-Geo-IPfree/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14000/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Geo-IPfree.spec 
Log Message:

First import for F-10



--- NEW FILE import.log ---
perl-Geo-IPfree-0_4-1_fc10:F-10:perl-Geo-IPfree-0.4-1.fc10.src.rpm:1233927643


--- NEW FILE perl-Geo-IPfree.spec ---
Name:           perl-Geo-IPfree
Version:        0.4
Release:        1%{?dist}
Summary:        Look up country of IP 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
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
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
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

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Mon Feb 02 2009 Allisson Azevedo <allisson at gmail.com> 0.4-1
- Initial rpm release.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Geo-IPfree/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	6 Feb 2009 02:48:25 -0000	1.1
+++ .cvsignore	6 Feb 2009 13:43:51 -0000	1.2
@@ -0,0 +1 @@
+Geo-IPfree-0.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Geo-IPfree/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 Feb 2009 02:48:25 -0000	1.1
+++ sources	6 Feb 2009 13:43:51 -0000	1.2
@@ -0,0 +1 @@
+8d99f85d42447746c5f94f5d5b70df06  Geo-IPfree-0.4.tar.gz




More information about the fedora-extras-commits mailing list