automatic version update by autodist [release 1.270-1mamba;Sat Feb 27 2021]

This commit is contained in:
Automatic Build System 2024-01-06 09:27:32 +01:00
parent 8b859464ad
commit b5f26af77b

View File

@ -1,16 +1,23 @@
%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)
%define with_MinimumVersion 0 %define with_MinimumVersion 0
Name: perl-PPI Name: perl-PPI
Version: 1.215 Version: 1.270
Release: 1mamba Release: 1mamba
Summary: PPI - Parse, Analyze and Manipulate Perl (without perl) Summary: PPI - Parse, Analyze and Manipulate Perl (without perl)
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: gil <puntogil@libero.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/A/AD/ADAMK/PPI-%{version}.tar.gz Source: https://cpan.metacpan.org/modules/by-module/PPI/PPI-%{version}.tar.gz
License: GPL, Artistic License: GPL, Artistic
## AUTOBUILDREQ-BEGIN
BuildRequires: libperl
BuildRequires: perl-Clone
BuildRequires: perl-IO-String
BuildRequires: perl-Params-Util
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl(Clone) BuildRequires: perl(Clone)
BuildRequires: perl(Digest::MD5) BuildRequires: perl(Digest::MD5)
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
@ -36,7 +43,6 @@ BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::SubCalls) BuildRequires: perl(Test::SubCalls)
BuildRequires: perl-devel BuildRequires: perl-devel
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
PPI - Parse, Analyze and Manipulate Perl (without perl) PPI - Parse, Analyze and Manipulate Perl (without perl)
@ -72,10 +78,13 @@ chmod -R u+w %{buildroot}/*
%defattr(-,root,root) %defattr(-,root,root)
%{perl_vendorlib}/PPI.pm %{perl_vendorlib}/PPI.pm
%{perl_vendorlib}/PPI/ %{perl_vendorlib}/PPI/
%{_mandir}/man3/*.3pm.gz %{_mandir}/man3/*.3pm*
%doc Changes LICENSE README inline2test.conf inline2test.tpl %doc LICENSE
%changelog %changelog
* Sat Feb 27 2021 Automatic Build System <autodist@mambasoft.it> 1.270-1mamba
- automatic version update by autodist
* Mon May 02 2011 Automatic Build System <autodist@mambasoft.it> 1.215-1mamba * Mon May 02 2011 Automatic Build System <autodist@mambasoft.it> 1.215-1mamba
- automatic update by autodist - automatic update by autodist