%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-GD-SecurityImage Version: 1.72 Release: 1mamba Summary: GD::SecurityImage - Security image (captcha) generator Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.cpan.org Source: http://search.cpan.org/CPAN/authors/id/B/BU/BURAK/GD-SecurityImage-%{version}.tar.gz License: GPL, Artistic Requires: perl >= %perl_major_ver BuildRequires: perl-devel >= %perl_major_ver BuildRequires: perl-GD >= 2.35 BuildRequires: perl-Image-Magick >= 6.3.3 BuildRoot: %{_tmppath}/%{name}-%{version}-root %description GD::SecurityImage - Security image (captcha) generator. %prep %setup -q -n GD-SecurityImage-%{version} %build perl Makefile.PL %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall_perl # cleanup unpackaged files find %{buildroot}%{_libdir} \ -type f \( -name perllocal.pod -o -name .packlist \) -exec rm -f {} \; # remove empty directories #find %{buildroot}%{perl_sitelib} \ # -type d -depth -exec rmdir {} 2>/dev/null \; find %{buildroot} \( -type f -or -type l \) | \ sed "s@%buildroot@@g;s@.*/man./.*@&.gz@g" | \ sort -u > .packlist find %{buildroot} -type d | \ grep "%{perl_sitearch}/" | \ sed "s@%buildroot@@g;s@.*@%dir &@g" >> .packlist %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" rm -f .packlist %files -f .packlist %defattr(-,root,root) %changelog * Sun Sep 02 2012 Automatic Build System 1.72-1mamba - automatic version update by autodist * Sun Sep 04 2011 Automatic Build System 1.71-1mamba - automatic version update by autodist * Tue May 05 2009 Automatic Build System 1.70-1mamba - automatic update by autodist * Thu Feb 05 2009 Silvan Calarco 1.66-1mamba - automatic update by autodist * Tue Nov 04 2008 Silvan Calarco 1.63-2mamba - automatic rebuild by autodist * Mon Mar 19 2007 Silvan Calarco 1.63-1qilnx - package created by autospec