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