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