|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-Imager
|
|
|
|
|
Version: 0.92
|
|
|
|
|
Version: 0.93
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Perl extension for Generating 24 bit Images
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
@ -15,6 +15,7 @@ BuildRequires: perl(Scalar::Util)
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.47
|
|
|
|
|
BuildRequires: perl(Test::Pod) >= 1.00
|
|
|
|
|
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
|
|
|
|
|
BuildRequires: perl(CPAN::Meta)
|
|
|
|
|
|
|
|
|
|
BuildRequires: freetype-devel
|
|
|
|
|
BuildRequires: giflib-devel
|
|
|
|
@ -63,7 +64,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
|
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
make test
|
|
|
|
|
make test AUTOMATED_TESTING=1
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
@ -80,6 +81,10 @@ make test
|
|
|
|
|
%{_mandir}/man3/Imager::Test.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Nov 07 2012 Ralf Corsépius <corsepiu@fedoraproject.org> 0.93-1
|
|
|
|
|
- Upstream update.
|
|
|
|
|
- Activate AUTOMATED_TESTING=1.
|
|
|
|
|
|
|
|
|
|
* Fri Aug 17 2012 Ralf Corsépius <corsepiu@fedoraproject.org> 0.92-1
|
|
|
|
|
- Upstream update.
|
|
|
|
|
|
|
|
|
|