%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-UUID Version: 0.36 Release: 1mamba Summary: UUID - Perl extension for using UUID interfaces as defined in e2fsprogs Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://www.cpan.org Source: https://cpan.metacpan.org/modules/by-module/UUID/UUID-%{version}.tar.gz License: GPL, Artistic ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libperl BuildRequires: perl-devel ## AUTOBUILDREQ-END Requires: perl >= %perl_major_ver %description UUID - Perl extension for using UUID interfaces as defined in e2fsprogs. %prep %setup -q -n UUID-%{version} %build %{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %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 -f $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}" %files -f .packlist %defattr(-,root,root) %changelog * Sun Jun 23 2024 Automatic Build System 0.36-1mamba - automatic version update by autodist * Fri May 31 2024 Automatic Build System 0.35-1mamba - automatic version update by autodist * Tue Apr 30 2024 Automatic Build System 0.34-1mamba - automatic version update by autodist * Sun Mar 17 2024 Automatic Build System 0.33-1mamba - automatic version update by autodist * Wed Dec 13 2023 Automatic Build System 0.32-1mamba - automatic version update by autodist * Tue Nov 07 2023 Automatic Build System 0.31-1mamba - automatic version update by autodist * Wed Nov 01 2023 Automatic Build System 0.30-1mamba - automatic version update by autodist * Sat Oct 28 2023 Automatic Build System 0.29-1mamba - automatic version update by autodist * Wed Feb 24 2021 Automatic Build System 0.28-1mamba - automatic version update by autodist * Tue Dec 16 2014 Silvan Calarco 0.05-1mamba - package created using the webbuild interface