rebuilt with perl 5.36.0 [release 1.71-2mamba;Mon Apr 17 2023]

This commit is contained in:
Sdk Build System 2024-01-06 08:44:12 +01:00
parent bbba39e38e
commit c0f29a50dd

View File

@ -2,19 +2,22 @@
Name: perl-Convert-UUlib Name: perl-Convert-UUlib
Version: 1.71 Version: 1.71
Release: 1mamba Release: 2mamba
Summary: Convert::UUlib - Perl interface to the uulib library (a.k.a. uudeview/uuenview) Summary: Convert::UUlib - Perl interface to the uulib library (a.k.a. uudeview/uuenview)
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/M/ML/MLEHMANN/Convert-UUlib-%{version}.tar.gz Source: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Convert-UUlib-%{version}.tar.gz
License: Artistic, GPL License: Artistic, GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libperl BuildRequires: libperl
BuildRequires: perl-common-sense
BuildRequires: perl-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: perl >= 2:5.36.0
BuildRequires: perl-devel >= %perl_major_ver BuildRequires: perl-devel >= %perl_major_ver
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
@ -26,7 +29,8 @@ Convert::UUlib - Perl interface to the uulib library (a.k.a. uudeview/uuenview)
%setup -q -n Convert-UUlib-%{version} %setup -q -n Convert-UUlib-%{version}
%build %build
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor \
PERL_CANARY_STABILITY_NOPROMPT=1
%make %make
%make test %make test
@ -43,6 +47,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
@ -51,6 +57,9 @@ rm -f .packlist
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Mon Apr 17 2023 Sdk Build System <sdk@mambasoft.it> 1.71-2mamba
- rebuilt with perl 5.36.0
* Sun Oct 04 2020 Automatic Build System <autodist@mambasoft.it> 1.71-1mamba * Sun Oct 04 2020 Automatic Build System <autodist@mambasoft.it> 1.71-1mamba
- automatic update by autodist - automatic update by autodist