diff --git a/perl-File-Which.spec b/perl-File-Which.spec index 18deee1..dc10c21 100644 --- a/perl-File-Which.spec +++ b/perl-File-Which.spec @@ -1,15 +1,15 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-File-Which -Version: 1.23 +Version: 1.24 Release: 1mamba Summary: File::Which - Portable implementation of the which utility Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.cpan.org -Source: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-Which-%{version}.tar.gz +URL: https://www.cpan.org +Source: https://cpan.metacpan.org/modules/by-module/File/File-Which-%{version}.tar.gz License: GPL, Artistic ## AUTOBUILDREQ-BEGIN BuildRequires: libperl @@ -18,7 +18,6 @@ BuildRequires: perl-devel BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Script) 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'. @@ -50,6 +49,9 @@ chmod -R u+w %{buildroot}/* %doc LICENSE %changelog +* Sat Mar 20 2021 Automatic Build System 1.24-1mamba +- automatic version update by autodist + * Tue Dec 08 2020 Silvan Calarco 1.23-1mamba - update to 1.23