From 380ca67cf1cca75bb9a1d26d27abf4eb5320401e Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 09:36:02 +0100 Subject: [PATCH] update to 0.73 [release 0.73-1mamba;Mon Jan 10 2022] --- perl-Shell.spec | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/perl-Shell.spec b/perl-Shell.spec index 878be5f..c07d1ce 100644 --- a/perl-Shell.spec +++ b/perl-Shell.spec @@ -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 -URL: http://www.cpan.org -Source: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Perl-Shell-%{version}.tar.gz +Packager: Silvan Calarco +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 0.73-1mamba +- update to 0.73 + * Mon Mar 11 2013 Davide Madrisan 0.04-1mamba - package created by autospec