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