rebuilt with perl 5.36.0 [release 0.61-2mamba;Sun Apr 16 2023]

This commit is contained in:
Sdk Build System 2024-01-06 09:31:36 +01:00
parent cc7ae3ddc4
commit 0e2b6b3718

View File

@ -2,20 +2,21 @@
Name: perl-Pod-LaTeX Name: perl-Pod-LaTeX
Version: 0.61 Version: 0.61
Release: 1mamba Release: 2mamba
Summary: Pod::LaTeX - convert Pod to latex using Pod::Parser Summary: Pod::LaTeX - convert Pod to latex using Pod::Parser
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba 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: https://www.cpan.org/
Source: http://search.cpan.org/CPAN/authors/id/T/TJ/TJENNESS/Pod-LaTeX-%{version}.tar.gz Source: http://search.cpan.org/CPAN/authors/id/T/TJ/TJENNESS/Pod-LaTeX-%{version}.tar.gz
License: GPL, Artistic License: GPL, Artistic
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: perl-Pod-Parser
BuildRequires: perl-devel BuildRequires: perl-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: perl >= 2:5.36.0
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Pod::LaTeX - convert Pod to latex using Pod::Parser. Pod::LaTeX - convert Pod to latex using Pod::Parser.
@ -50,5 +51,8 @@ done
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Sun Apr 16 2023 Sdk Build System <sdk@mambasoft.it> 0.61-2mamba
- rebuilt with perl 5.36.0
* Sun Nov 27 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.61-1mamba * Sun Nov 27 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.61-1mamba
- package created using the webbuild interface - package created using the webbuild interface