From 8e22d4f20bc7df186ce32ee5e884bc3885121224 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 09:24:09 +0100 Subject: [PATCH] update to 2.500 [release 2.500-1mamba;Mon Jan 10 2022] --- perl-Net-IDN-Encode.spec | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/perl-Net-IDN-Encode.spec b/perl-Net-IDN-Encode.spec index 93ed058..5b25124 100644 --- a/perl-Net-IDN-Encode.spec +++ b/perl-Net-IDN-Encode.spec @@ -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 -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 +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 2.500-1mamba +- update to 2.500 + * Thu Aug 29 2013 Automatic Build System 0.99-3mamba - automatic rebuild by autodist