automatic version update by autodist [release 2.28-1mamba;Tue May 21 2013]
This commit is contained in:
parent
728b8dd25e
commit
8a2ece669d
@ -1,2 +1,4 @@
|
||||
# perl-IP-Country
|
||||
|
||||
IP::Country - lookup of country codes by IP address.
|
||||
|
||||
|
66
perl-IP-Country.spec
Normal file
66
perl-IP-Country.spec
Normal file
@ -0,0 +1,66 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
Name: perl-IP-Country
|
||||
Version: 2.28
|
||||
Release: 1mamba
|
||||
Summary: IP::Country - lookup of country codes by IP address
|
||||
Group: System/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.cpan.org
|
||||
Source: http://search.cpan.org/CPAN/authors/id/N/NW/NWETTERS/IP-Country-%{version}.tar.gz
|
||||
License: GPL
|
||||
Requires: perl >= %perl_major_ver
|
||||
BuildRequires: perl-devel >= %perl_major_ver
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
IP::Country - lookup of country codes by IP address.
|
||||
|
||||
%prep
|
||||
%setup -q -n IP-Country-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
||||
%make
|
||||
%make test
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall_perl
|
||||
packlist=`find %{buildroot} -name .packlist`
|
||||
[ -z "$packlist" ] && exit 1 || cat $packlist | \
|
||||
sed "s,%buildroot,,g;s,.*/man/.*,&.gz,g" | \
|
||||
sort -u > .packlist && rm $packlist
|
||||
|
||||
strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'`
|
||||
for dir in `find %{buildroot} -type d | grep $strid`; do
|
||||
echo "%dir ${dir#%buildroot}" >> .packlist
|
||||
done
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
rm -f .packlist
|
||||
|
||||
%files -f .packlist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Tue May 21 2013 Automatic Build System <autodist@mambasoft.it> 2.28-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Nov 13 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 2.27-2mamba
|
||||
- perl 5.16 mass rebuild
|
||||
|
||||
* Tue Jul 28 2009 Automatic Build System <autodist@mambasoft.it> 2.27-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Fri Feb 06 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.26-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Nov 05 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 2.23-2mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
* Thu Nov 08 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 2.23-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user