rebuilt with perl 5.36.0 [release 1.08-2mamba;Sun Apr 30 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 09:45:47 +01:00
parent f9581cf3e6
commit 975e1b1952

View File

@ -2,21 +2,23 @@
Name: perl-Test-Taint
Version: 1.08
Release: 1mamba
Release: 2mamba
Summary: Test::Taint - Tools to test taintedness
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org
URL: https://www.cpan.org/
Source: http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/Test-Taint-%{version}.tar.gz
License: GPL, Artistic
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libperl
BuildRequires: perl-Scalar-List-Utils
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl >= 2:5.36.0
Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Test::Taint - Tools to test taintedness.
@ -44,16 +46,18 @@ 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}"
%files -f .packlist
%defattr(-,root,root)
## note: eventually add the remaining documents (if any)
#
%changelog
* Sun Apr 30 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.08-2mamba
- rebuilt with perl 5.36.0
* Tue Jul 23 2019 Automatic Build System <autodist@mambasoft.it> 1.08-1mamba
- automatic update by autodist