%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-OLE-Storage_Lite Version: 0.22 Release: 2mamba Summary: OLE::Storage_Lite - Simple Class for OLE document interface Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://www.cpan.org/ Source: http://search.cpan.org/CPAN/authors/id/J/JM/JMCNAMARA/OLE-Storage_Lite-%{version}.tar.gz License: Artistic, GPL Requires: perl >= %perl_major_ver ## AUTOBUILDREQ-BEGIN BuildRequires: libperl BuildRequires: perl-Scalar-List-Utils BuildRequires: perl-devel ## AUTOBUILDREQ-END BuildRequires: perl >= 2:5.36.0 BuildRequires: perl-devel >= %perl_major_ver %description OLE::Storage_Lite - Simple Class for OLE document interface. %prep %setup -q -n OLE-Storage_Lite-%{version} %build perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor %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 %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" rm -f .packlist %files -f .packlist %defattr(-,root,root) %changelog * Mon Apr 17 2023 Sdk Build System 0.22-2mamba - rebuilt with perl 5.36.0 * Fri Feb 17 2023 Automatic Build System 0.22-1mamba - automatic version update by autodist * Thu Feb 16 2023 Automatic Build System 0.21-1mamba - automatic version update by autodist * Thu Jan 02 2020 Automatic Build System 0.20-1mamba - automatic update by autodist * Mon Nov 12 2012 Silvan Calarco 0.19-2mamba - perl 5.16 mass rebuild * Tue Oct 19 2010 Silvan Calarco 0.19-1mamba - package created by autospec