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)
|
||||
|
||||
Name: perl-Pod-Readme
|
||||
Version: 0.11
|
||||
Version: 1.2.3
|
||||
Release: 1mamba
|
||||
Summary: Pod::Readme - Convert POD to README file
|
||||
Group: System/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Aleph0 <aleph0@openmamba.org>
|
||||
URL: http://www.cpan.org
|
||||
Source: http://www.cpan.org/modules/by-module/Pod/Pod-Readme-%{version}.tar.gz
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.cpan.org/
|
||||
Source: https://cpan.metacpan.org/modules/by-module/Pod/Pod-Readme-v%{version}.tar.gz
|
||||
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-Regexp-Common
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
# FIXME:
|
||||
# Warning: prerequisite Pod::Text 3.0 not found. We have 2.21.
|
||||
Requires: perl >= %perl_major_ver
|
||||
|
||||
%description
|
||||
Pod::Readme - Convert POD to README file.
|
||||
|
||||
%prep
|
||||
%setup -q -n Pod-Readme-%{version}
|
||||
%setup -q -n Pod-Readme-v%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
||||
@ -51,6 +61,9 @@ rm -f .packlist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user