automatic version update by autodist [release 1.72-1mamba;Sun Sep 02 2012]

This commit is contained in:
Automatic Build System 2024-01-06 09:02:49 +01:00
parent a213fefcf3
commit 2c94be50a9
2 changed files with 74 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# perl-GD-SecurityImage
GD::SecurityImage - Security image (captcha) generator.

View File

@ -0,0 +1,72 @@
%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 <silvan.calarco@mambasoft.it>
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 <autodist@mambasoft.it> 1.72-1mamba
- automatic version update by autodist
* Sun Sep 04 2011 Automatic Build System <autodist@mambasoft.it> 1.71-1mamba
- automatic version update by autodist
* Tue May 05 2009 Automatic Build System <autodist@mambasoft.it> 1.70-1mamba
- automatic update by autodist
* Thu Feb 05 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.66-1mamba
- automatic update by autodist
* Tue Nov 04 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.63-2mamba
- automatic rebuild by autodist
* Mon Mar 19 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.63-1qilnx
- package created by autospec