update to 5.07 [release 5.07-1mamba;Mon Feb 01 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 09:51:03 +01:00
parent 3d024b44ba
commit de19015402

View File

@ -1,7 +1,5 @@
%define module URI Name: perl-URI
Version: 5.07
Name: perl-%{module}
Version: 1.74
Release: 1mamba Release: 1mamba
Summary: URI - Perl URI module Summary: URI - Perl URI module
Group: System/Libraries/Perl Group: System/Libraries/Perl
@ -9,7 +7,7 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org 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 License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libperl BuildRequires: libperl
@ -26,7 +24,7 @@ Objects of this class represent Uniform Resource Identifier references as specif
%package urn %package urn
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Summary: Perl URN submodule for perl-%{module} Summary: Perl URN submodule for perl-URI
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description urn %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. This is the Perl URN submodule for perl-URI.
%prep %prep
%setup -q -n %{module}-%{version} %setup -q -n URI-%{version}
%build %build
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
@ -73,6 +71,9 @@ rm -f .packlist.full .packlist.URN .packlist.URI
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Mon Feb 01 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.07-1mamba
- update to 5.07
* Wed Apr 29 2020 Automatic Build System <autodist@mambasoft.it> 1.74-1mamba * Wed Apr 29 2020 Automatic Build System <autodist@mambasoft.it> 1.74-1mamba
- automatic update by autodist - automatic update by autodist
@ -128,5 +129,5 @@ rm -f .packlist.full .packlist.URN .packlist.URI
* Wed Jan 07 2004 Davide Madrisan <davide.madrisan@qilinux.it> 1.29-1qilnx * Wed Jan 07 2004 Davide Madrisan <davide.madrisan@qilinux.it> 1.29-1qilnx
- rebuilt with Perl 5.8.1, updated to version 1.29 - rebuilt with Perl 5.8.1, updated to version 1.29
* Thu Sep 05 2003 Silvan Calarco <silvan.calarco@qinet.it> 1.25-1qilnx * Fri Sep 05 2003 Silvan Calarco <silvan.calarco@qinet.it> 1.25-1qilnx
- first build - first build