rebuilt with perl 5.36.0 [release 1.51-2mamba;Sun Apr 16 2023]

This commit is contained in:
Sdk Build System 2024-01-06 09:03:10 +01:00
parent 2e7c985216
commit b7fa02dfc6

View File

@ -2,13 +2,13 @@
Name: perl-Geo-IP
Version: 1.51
Release: 1mamba
Release: 2mamba
Summary: Geo::IP - Look up location and network information by IP Address
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org
URL: https://www.cpan.org/
Source: https://cpan.metacpan.org/authors/id/M/MA/MAXMIND/Geo-IP-%{version}.tar.gz
License: GPL, Artistic
## AUTOBUILDREQ-BEGIN
@ -17,8 +17,8 @@ BuildRequires: libGeoIP-devel
BuildRequires: libperl
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl >= 2:5.36.0
Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Geo::IP - Look up location and network information by IP Address.
@ -46,16 +46,19 @@ for dir in `find %{buildroot} -type d | grep $strid`; do
echo "%dir ${dir#%buildroot}" >> .packlist
done
find %{buildroot} -name *.so -exec chmod u+w {} \;
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f .packlist
%defattr(-,root,root)
%doc LICENSE
## note: eventually add the remaining documents (if any)
# %doc README
%changelog
* Sun Apr 16 2023 Sdk Build System <sdk@mambasoft.it> 1.51-2mamba
- rebuilt with perl 5.36.0
* Fri Oct 27 2017 Automatic Build System <autodist@mambasoft.it> 1.51-1mamba
- automatic update by autodist