automatic version update by autodist [release 1.270-1mamba;Sat Feb 27 2021]
This commit is contained in:
parent
8b859464ad
commit
b5f26af77b
@ -1,16 +1,23 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
%define with_MinimumVersion 0
|
||||
Name: perl-PPI
|
||||
Version: 1.215
|
||||
Version: 1.270
|
||||
Release: 1mamba
|
||||
Summary: PPI - Parse, Analyze and Manipulate Perl (without perl)
|
||||
Group: System/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: gil <puntogil@libero.it>
|
||||
URL: http://www.cpan.org
|
||||
Source: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/PPI-%{version}.tar.gz
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.cpan.org
|
||||
Source: https://cpan.metacpan.org/modules/by-module/PPI/PPI-%{version}.tar.gz
|
||||
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(Digest::MD5)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
@ -36,7 +43,6 @@ BuildRequires: perl(Test::Pod)
|
||||
BuildRequires: perl(Test::SubCalls)
|
||||
BuildRequires: perl-devel
|
||||
Requires: perl >= %perl_major_ver
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
PPI - Parse, Analyze and Manipulate Perl (without perl)
|
||||
@ -72,10 +78,13 @@ chmod -R u+w %{buildroot}/*
|
||||
%defattr(-,root,root)
|
||||
%{perl_vendorlib}/PPI.pm
|
||||
%{perl_vendorlib}/PPI/
|
||||
%{_mandir}/man3/*.3pm.gz
|
||||
%doc Changes LICENSE README inline2test.conf inline2test.tpl
|
||||
%{_mandir}/man3/*.3pm*
|
||||
%doc LICENSE
|
||||
|
||||
%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
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user