%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Shell 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: 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 BuildRequires: libperl BuildRequires: perl-devel ## AUTOBUILDREQ-END BuildRequires: perl-devel BuildRequires: perl-Lexical-Persistence BuildRequires: perl-PPI BuildRequires: perl-Params-Util BuildRequires: perl-Test-Script Requires: perl >= %perl_major_ver %description Perl::Shell is a Python-style "command line interpreter" for Perl. %prep %setup -q -n Shell-%{version} %build %{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %make %make test %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall_perl packlist=`find %{buildroot} -name .packlist` [ -z "$packlist" ] && exit 1 || cat $packlist | \ sed "s,%{buildroot},,g;s,.*/man/.*,&.gz,g" | \ sort -u > .packlist && rm -f $packlist strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'` for dir in `find %{buildroot} -type d | grep $strid`; do echo "%dir ${dir#%buildroot}" >> .packlist done %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files -f .packlist %defattr(-,root,root) #%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