automatic version update by autodist [release 1.31-1mamba;Mon Oct 24 2022]
This commit is contained in:
parent
3f9264b699
commit
597fcbfe8f
@ -1,14 +1,14 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
Name: perl-Params-Validate
|
||||
Version: 1.30
|
||||
Version: 1.31
|
||||
Release: 1mamba
|
||||
Summary: Params::Validate - Provides a flexible system for validation method/function call parameters
|
||||
Group: System/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Aleph0 <aleph0@openmamba.org>
|
||||
URL: http://www.cpan.org
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.cpan.org/
|
||||
Source: http://www.cpan.org/modules/by-module/Params/Params-Validate-%{version}.tar.gz
|
||||
License: Artistic
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -22,7 +22,6 @@ BuildRequires: perl-Test-Requires
|
||||
#BuildRequires: perl-Test-Taint
|
||||
#BuildRequires: perl-Readonly-XS
|
||||
Requires: perl >= %perl_major_ver
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
# FIXME:
|
||||
#BuildRequires: perl-Test-Taint
|
||||
@ -56,6 +55,8 @@ for dir in `find %{buildroot} -type d | grep $strid`; do
|
||||
echo "%dir ${dir#%buildroot}" >> .packlist
|
||||
done
|
||||
|
||||
find %{buildroot} -name *.so -exec chmod u+w {} \;
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
rm -f .packlist
|
||||
@ -64,6 +65,9 @@ rm -f .packlist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Mon Oct 24 2022 Automatic Build System <autodist@mambasoft.it> 1.31-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 28 2020 Automatic Build System <autodist@mambasoft.it> 1.30-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user