%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Convert-UUlib Version: 1.71 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: 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 %description Convert::UUlib - Perl interface to the uulib library (a.k.a. uudeview/uuenview) %prep %setup -q -n Convert-UUlib-%{version} %build perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor \ PERL_CANARY_STABILITY_NOPROMPT=1 %make %make test %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall_perl packlist=`find %{buildroot} -name .packlist` [ -z "$packlist" ] && exit 1 || cat $packlist | \ sed "s,%buildroot,,g;s,.*/man/.*,&.gz,g" | \ sort -u > .packlist && rm $packlist strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'` 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 %files -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 * Sat Feb 22 2020 Automatic Build System 1.62-1mamba - automatic update by autodist * Wed Nov 09 2016 Silvan Calarco 1.34-3mamba - rebuilt with perl 5.24 * Sat Nov 10 2012 Silvan Calarco 1.34-2mamba - perl 5.16 rebuild * Mon Dec 20 2010 Automatic Build System 1.34-1mamba - automatic update by autodist * Thu Jan 14 2010 Automatic Build System 1.33-1mamba - automatic update by autodist * Sat Sep 19 2009 Automatic Build System 1.32-1mamba - automatic update by autodist * Mon Apr 27 2009 Silvan Calarco 1.12-1mamba - package created by autospec