rpms/perl-Geography-Countries/devel perl-Geography-Countries.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Wed Apr 4 21:53:33 UTC 2007


Author: spot

Update of /cvs/extras/rpms/perl-Geography-Countries/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10130/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Geography-Countries.spec 
Log Message:
auto-import perl-Geography-Countries-1.4-1 on branch devel from perl-Geography-Countries-1.4-1.src.rpm


--- NEW FILE perl-Geography-Countries.spec ---
Name:           perl-Geography-Countries
Version:        1.4
Release:        1%{?dist}
Summary:        2-letter, 3-letter, and numerical codes for countries
Group:          Development/Libraries
License:        MIT
URL:            http://search.cpan.org/dist/Geography-Countries/
Source0:        http://search.cpan.org/CPAN/authors/id/A/AB/ABIGAIL/Geography-Countries-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::More)
BuildArch:      noarch
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module maps country names, and their 2-letter, 3-letter and numerical 
codes, as defined by the ISO-3166 maintenance agency, and defined by the UNSD.

%prep
%setup -q -n Geography-Countries-%{version}

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

%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 ';'
chmod -R u+w $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%{perl_vendorlib}/Geography
%{_mandir}/man3/*.3*

%changelog
* Mon Apr  2 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 1.4-1
- Initial package for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Geography-Countries/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Apr 2007 00:48:31 -0000	1.1
+++ .cvsignore	4 Apr 2007 21:52:59 -0000	1.2
@@ -0,0 +1 @@
+Geography-Countries-1.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Geography-Countries/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Apr 2007 00:48:31 -0000	1.1
+++ sources	4 Apr 2007 21:52:59 -0000	1.2
@@ -0,0 +1 @@
+693426ab59ce3d51fcd48dfe3b402107  Geography-Countries-1.4.tar.gz




More information about the fedora-extras-commits mailing list