update to 1.23 [release 1.23-1mamba;Tue Dec 08 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 09:01:13 +01:00
parent c4e85ddf17
commit ef5df6eb39
2 changed files with 15 additions and 19 deletions

View File

@ -1,8 +1,4 @@
# perl-File-Which # perl-File-Which
File::Which is a portable implementation (in Perl) of 'which', and can 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'.
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'.

View File

@ -1,28 +1,27 @@
%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-File-Which Name: perl-File-Which
Version: 1.09 Version: 1.23
Release: 1mamba Release: 1mamba
Summary: File::Which - Portable implementation of the `which' utility Summary: File::Which - Portable implementation of the which utility
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: gil <puntogil@libero.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org 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 License: GPL, Artistic
## AUTOBUILDREQ-BEGIN
BuildRequires: libperl
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::Script) BuildRequires: perl(Test::Script)
BuildRequires: perl-devel
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
File::Which is a portable implementation (in Perl) of 'which', and can 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'.
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 %prep
%setup -q -n File-Which-%{version} %setup -q -n File-Which-%{version}
@ -46,12 +45,13 @@ chmod -R u+w %{buildroot}/*
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/pwhich
%{perl_vendorlib}/File/ %{perl_vendorlib}/File/
%{_mandir}/man1/*.1* %{_mandir}/man3/*.3pm*
%{_mandir}/man3/*.3pm.gz %doc LICENSE
%doc Changes LICENSE README
%changelog %changelog
* Tue Dec 08 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.23-1mamba
- update to 1.23
* Fri Feb 18 2011 gil <puntogil@libero.it> 1.09-1mamba * Fri Feb 18 2011 gil <puntogil@libero.it> 1.09-1mamba
- package created by autospec - package created by autospec