update to 0.73 [release 0.73-1mamba;Mon Jan 10 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 09:36:02 +01:00
parent 74e7382553
commit 380ca67cf1

View File

@ -1,18 +1,19 @@
%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-Shell Name: perl-Shell
Version: 0.04 Version: 0.73
Release: 1mamba Release: 1mamba
Summary: Perl::Shell - A Python-style "command line interpreter" for Perl Summary: Perl::Shell - A Python-style "command line interpreter" for Perl
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@gmail.com> 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/Perl-Shell-%{version}.tar.gz Source: https://cpan.metacpan.org/authors/id/F/FE/FERREIRA/Shell-%{version}.tar.gz
License: GPL, Artistic License: GPL, Artistic
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
## note: run 'autospec -u -a6 perl-Shell' to get the list of build requirements. BuildRequires: libperl
BuildRequires: perl-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: perl-devel BuildRequires: perl-devel
BuildRequires: perl-Lexical-Persistence BuildRequires: perl-Lexical-Persistence
@ -20,13 +21,12 @@ BuildRequires: perl-PPI
BuildRequires: perl-Params-Util BuildRequires: perl-Params-Util
BuildRequires: perl-Test-Script BuildRequires: perl-Test-Script
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Perl::Shell is a Python-style "command line interpreter" for Perl. Perl::Shell is a Python-style "command line interpreter" for Perl.
%prep %prep
%setup -q -n Perl-Shell-%{version} %setup -q -n Shell-%{version}
%build %build
%{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@ -53,10 +53,11 @@ done
%files -f .packlist %files -f .packlist
%defattr(-,root,root) %defattr(-,root,root)
%doc LICENSE #%doc LICENSE
## note: eventually add the remaining documents (if any)
# %doc README
%changelog %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 * Mon Mar 11 2013 Davide Madrisan <davide.madrisan@gmail.com> 0.04-1mamba
- package created by autospec - package created by autospec