From de19015402b33f0b7db82ec1142757efd4fa4360 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 09:51:03 +0100 Subject: [PATCH] update to 5.07 [release 5.07-1mamba;Mon Feb 01 2021] --- perl-URI.spec | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/perl-URI.spec b/perl-URI.spec index e03efd0..86c24ca 100644 --- a/perl-URI.spec +++ b/perl-URI.spec @@ -1,7 +1,5 @@ -%define module URI - -Name: perl-%{module} -Version: 1.74 +Name: perl-URI +Version: 5.07 Release: 1mamba Summary: URI - Perl URI module Group: System/Libraries/Perl @@ -9,7 +7,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.cpan.org -Source: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/URI-%{version}.tar.gz +Source: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/URI-%{version}.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: libperl @@ -26,7 +24,7 @@ Objects of this class represent Uniform Resource Identifier references as specif %package urn Group: Development/Libraries/Perl -Summary: Perl URN submodule for perl-%{module} +Summary: Perl URN submodule for perl-URI Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description urn @@ -35,7 +33,7 @@ Objects of this class represent Uniform Resource Identifier references as specif This is the Perl URN submodule for perl-URI. %prep -%setup -q -n %{module}-%{version} +%setup -q -n URI-%{version} %build perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor @@ -73,6 +71,9 @@ rm -f .packlist.full .packlist.URN .packlist.URI %defattr(-,root,root) %changelog +* Mon Feb 01 2021 Silvan Calarco 5.07-1mamba +- update to 5.07 + * Wed Apr 29 2020 Automatic Build System 1.74-1mamba - automatic update by autodist @@ -128,5 +129,5 @@ rm -f .packlist.full .packlist.URN .packlist.URI * Wed Jan 07 2004 Davide Madrisan 1.29-1qilnx - rebuilt with Perl 5.8.1, updated to version 1.29 -* Thu Sep 05 2003 Silvan Calarco 1.25-1qilnx +* Fri Sep 05 2003 Silvan Calarco 1.25-1qilnx - first build