update to 1.2.3 [release 1.2.3-1mamba;Sun Jul 25 2021]
This commit is contained in:
parent
b310b6d217
commit
99febc80c1
@ -1,29 +1,39 @@
|
|||||||
%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)
|
||||||
|
|
||||||
Name: perl-Pod-Readme
|
Name: perl-Pod-Readme
|
||||||
Version: 0.11
|
Version: 1.2.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Pod::Readme - Convert POD to README file
|
Summary: Pod::Readme - Convert POD to README file
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Aleph0 <aleph0@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.cpan.org
|
URL: https://www.cpan.org/
|
||||||
Source: http://www.cpan.org/modules/by-module/Pod/Pod-Readme-%{version}.tar.gz
|
Source: https://cpan.metacpan.org/modules/by-module/Pod/Pod-Readme-v%{version}.tar.gz
|
||||||
License: GPL, Artistic
|
License: GPL, Artistic
|
||||||
Requires: perl >= %perl_major_ver
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: libperl
|
||||||
|
BuildRequires: perl-CPAN-Changes
|
||||||
|
BuildRequires: perl-Class-Method-Modifiers
|
||||||
|
BuildRequires: perl-File-Slurp
|
||||||
|
BuildRequires: perl-Getopt-Long-Descriptive
|
||||||
|
BuildRequires: perl-Moo
|
||||||
|
BuildRequires: perl-MooX-HandlesVia
|
||||||
|
BuildRequires: perl-Path-Tiny
|
||||||
|
BuildRequires: perl-Try-Tiny
|
||||||
|
BuildRequires: perl-Type-Tiny
|
||||||
|
BuildRequires: perl-devel
|
||||||
|
BuildRequires: perl-namespace-autoclean
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: perl-devel >= %perl_major_ver
|
BuildRequires: perl-devel >= %perl_major_ver
|
||||||
BuildRequires: perl-Regexp-Common
|
BuildRequires: perl-Regexp-Common
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
Requires: perl >= %perl_major_ver
|
||||||
|
|
||||||
# FIXME:
|
|
||||||
# Warning: prerequisite Pod::Text 3.0 not found. We have 2.21.
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Pod::Readme - Convert POD to README file.
|
Pod::Readme - Convert POD to README file.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Pod-Readme-%{version}
|
%setup -q -n Pod-Readme-v%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
||||||
@ -51,6 +61,9 @@ rm -f .packlist
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 25 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.3-1mamba
|
||||||
|
- update to 1.2.3
|
||||||
|
|
||||||
* Mon Nov 19 2012 Automatic Build System <autodist@mambasoft.it> 0.11-1mamba
|
* Mon Nov 19 2012 Automatic Build System <autodist@mambasoft.it> 0.11-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user