update to 2.500 [release 2.500-1mamba;Mon Jan 10 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 09:24:09 +01:00
parent a023894c04
commit 8e22d4f20b

View File

@ -1,29 +1,27 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Net-IDN-Encode
Version: 0.99
Release: 3mamba
Version: 2.500
Release: 1mamba
Summary: Net::IDN::Encode - Encoding/Decoding of Internationalized Domain Names (IDNs).
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Automatic Build System <autodist@mambasoft.it>
URL: http://www.cpan.org
Source: http://search.cpan.org/CPAN/authors/id/C/CF/CFAERBER/Net-IDN-Encode-%{version}_20080919.tar.gz
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.cpan.org/
Source: https://cpan.metacpan.org/authors/id/C/CF/CFAERBER/Net-IDN-Encode-%{version}.tar.gz
License: Artistic, GPL
Requires: perl >= %perl_major_ver
## AUTOBUILDREQ-BEGIN
BuildRequires: libperl
BuildRequires: perl-devel
BuildRequires: perl-Unicode-Stringprep
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
The "Net::IDN::Encode" module provides an easy-to-use interface for Internationalized Domain Names (IDNs).
%prep
%setup -q -n Net-IDN-Encode-%{version}_20080919
%setup -q -n Net-IDN-Encode-%{version}
%build
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
@ -51,6 +49,9 @@ rm -f .packlist
%defattr(-,root,root)
%changelog
* Mon Jan 10 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.500-1mamba
- update to 2.500
* Thu Aug 29 2013 Automatic Build System <autodist@mambasoft.it> 0.99-3mamba
- automatic rebuild by autodist