|
|
|
@ -1,11 +1,12 @@
|
|
|
|
|
Name: perl-Imager
|
|
|
|
|
Version: 0.93
|
|
|
|
|
Version: 0.94
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Perl extension for Generating 24 bit Images
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
URL: http://search.cpan.org/dist/Imager/
|
|
|
|
|
Source0: http://www.cpan.org/authors/id/T/TO/TONYC/Imager-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildRequires: perl(Affix::Infix2Postfix)
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
BuildRequires: perl(Image::Math::Constrain)
|
|
|
|
@ -45,6 +46,7 @@ Summary: perl-Imager's Test module
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n Imager-%{version}
|
|
|
|
|
|
|
|
|
|
# fix permissions
|
|
|
|
|
find \( -executable -a -type f \) -exec chmod -x {} \;
|
|
|
|
|
# Adjust shebang
|
|
|
|
@ -81,6 +83,9 @@ make test AUTOMATED_TESTING=1
|
|
|
|
|
%{_mandir}/man3/Imager::Test.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Dec 22 2012 Ralf Corsépius <corsepiu@fedoraproject.org> 0.94-1
|
|
|
|
|
- Upstream update.
|
|
|
|
|
|
|
|
|
|
* Wed Nov 07 2012 Ralf Corsépius <corsepiu@fedoraproject.org> 0.93-1
|
|
|
|
|
- Upstream update.
|
|
|
|
|
- Activate AUTOMATED_TESTING=1.
|
|
|
|
|