update to 0.73 [release 0.73-1mamba;Mon Jan 10 2022]
This commit is contained in:
parent
74e7382553
commit
380ca67cf1
@ -1,18 +1,19 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
Name: perl-Shell
|
||||
Version: 0.04
|
||||
Version: 0.73
|
||||
Release: 1mamba
|
||||
Summary: Perl::Shell - A Python-style "command line interpreter" for Perl
|
||||
Group: System/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
URL: http://www.cpan.org
|
||||
Source: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Perl-Shell-%{version}.tar.gz
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.cpan.org/
|
||||
Source: https://cpan.metacpan.org/authors/id/F/FE/FERREIRA/Shell-%{version}.tar.gz
|
||||
License: GPL, Artistic
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## note: run 'autospec -u -a6 perl-Shell' to get the list of build requirements.
|
||||
BuildRequires: libperl
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: perl-Lexical-Persistence
|
||||
@ -20,13 +21,12 @@ BuildRequires: perl-PPI
|
||||
BuildRequires: perl-Params-Util
|
||||
BuildRequires: perl-Test-Script
|
||||
Requires: perl >= %perl_major_ver
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Perl::Shell is a Python-style "command line interpreter" for Perl.
|
||||
|
||||
%prep
|
||||
%setup -q -n Perl-Shell-%{version}
|
||||
%setup -q -n Shell-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
@ -53,10 +53,11 @@ done
|
||||
|
||||
%files -f .packlist
|
||||
%defattr(-,root,root)
|
||||
%doc LICENSE
|
||||
## note: eventually add the remaining documents (if any)
|
||||
# %doc README
|
||||
#%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Mon Jan 10 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.73-1mamba
|
||||
- update to 0.73
|
||||
|
||||
* Mon Mar 11 2013 Davide Madrisan <davide.madrisan@gmail.com> 0.04-1mamba
|
||||
- package created by autospec
|
||||
|
Loading…
Reference in New Issue
Block a user