diff --git a/README.md b/README.md index f4cc7bd..4727438 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,4 @@ # perl-File-Which -File::Which is a portable implementation (in Perl) of 'which', and can -be used to get the absolute filename of an executable program -installed somewhere in your PATH, or just check for its existence. It -includes the command-line utility 'pwhich' which has the same function -as 'which'. +File::Which is a portable implementation (in Perl) of 'which', and can be used to get the absolute filename of an executable program installed somewhere in your PATH, or just check for its existence. It includes the command-line utility 'pwhich' which has the same function as 'which'. diff --git a/perl-File-Which.spec b/perl-File-Which.spec index a50ac46..18deee1 100644 --- a/perl-File-Which.spec +++ b/perl-File-Which.spec @@ -1,28 +1,27 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-File-Which -Version: 1.09 +Version: 1.23 Release: 1mamba -Summary: File::Which - Portable implementation of the `which' utility +Summary: File::Which - Portable implementation of the which utility Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba -Packager: gil +Packager: Silvan Calarco URL: http://www.cpan.org -Source: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/File-Which-%{version}.tar.gz +Source: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-Which-%{version}.tar.gz License: GPL, Artistic +## AUTOBUILDREQ-BEGIN +BuildRequires: libperl +BuildRequires: perl-devel +## AUTOBUILDREQ-END BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Script) -BuildRequires: perl-devel Requires: perl >= %perl_major_ver BuildRoot: %{_tmppath}/%{name}-%{version}-root %description -File::Which is a portable implementation (in Perl) of 'which', and can -be used to get the absolute filename of an executable program -installed somewhere in your PATH, or just check for its existence. It -includes the command-line utility 'pwhich' which has the same function -as 'which'. +File::Which is a portable implementation (in Perl) of 'which', and can be used to get the absolute filename of an executable program installed somewhere in your PATH, or just check for its existence. It includes the command-line utility 'pwhich' which has the same function as 'which'. %prep %setup -q -n File-Which-%{version} @@ -46,12 +45,13 @@ chmod -R u+w %{buildroot}/* %files %defattr(-,root,root) -%{_bindir}/pwhich %{perl_vendorlib}/File/ -%{_mandir}/man1/*.1* -%{_mandir}/man3/*.3pm.gz -%doc Changes LICENSE README +%{_mandir}/man3/*.3pm* +%doc LICENSE %changelog +* Tue Dec 08 2020 Silvan Calarco 1.23-1mamba +- update to 1.23 + * Fri Feb 18 2011 gil 1.09-1mamba - package created by autospec