diff --git a/perl-Convert-UUlib.spec b/perl-Convert-UUlib.spec index 4796934..8a49759 100644 --- a/perl-Convert-UUlib.spec +++ b/perl-Convert-UUlib.spec @@ -2,19 +2,22 @@ Name: perl-Convert-UUlib Version: 1.71 -Release: 1mamba +Release: 2mamba Summary: Convert::UUlib - Perl interface to the uulib library (a.k.a. uudeview/uuenview) Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -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 License: Artistic, GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libperl +BuildRequires: perl-common-sense +BuildRequires: perl-devel ## AUTOBUILDREQ-END +BuildRequires: perl >= 2:5.36.0 BuildRequires: perl-devel >= %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} %build -perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor +perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor \ + PERL_CANARY_STABILITY_NOPROMPT=1 %make %make test @@ -43,6 +47,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 @@ -51,6 +57,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Mon Apr 17 2023 Sdk Build System 1.71-2mamba +- rebuilt with perl 5.36.0 + * Sun Oct 04 2020 Automatic Build System 1.71-1mamba - automatic update by autodist