Update to 1.02. BR Test::More, Test::CPAN::Meta, and Test::MinimumVersion.

Set AUTOMATED_TESTING so we run the pod and meta tests.
f38
Steven Pritchard 16 years ago
parent 2ac2282792
commit 4350e9bc9c

@ -1 +1 @@
Image-Math-Constrain-1.01.tar.gz
Image-Math-Constrain-1.02.tar.gz

@ -1,6 +1,6 @@
Name: perl-Image-Math-Constrain
Version: 1.01
Release: 2%{?dist}
Version: 1.02
Release: 1%{?dist}
Summary: Scaling math used in image size constraining (such as thumbnails)
License: GPL+ or Artistic
Group: Development/Libraries
@ -9,7 +9,10 @@ Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/Image-Math-Constrain-%
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod) >= 1.26
BuildRequires: perl(Test::More) >= 0.47
BuildRequires: perl(Test::CPAN::Meta) >= 0.12
BuildRequires: perl(Test::MinimumVersion) >= 0.008
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
@ -37,7 +40,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
%clean
rm -rf $RPM_BUILD_ROOT
@ -49,6 +52,11 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Tue Aug 05 2008 Steven Pritchard <steve@kspei.com> 1.02-1
- Update to 1.02.
- BR Test::More, Test::CPAN::Meta, and Test::MinimumVersion.
- Set AUTOMATED_TESTING so we run the pod and meta tests.
* Wed Mar 05 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.01-2
- rebuild for new perl

@ -1 +1 @@
92980c42977b0dfe9dba715d405313b0 Image-Math-Constrain-1.01.tar.gz
74edb272d148b26e9ac60ce25d960a92 Image-Math-Constrain-1.02.tar.gz

Loading…
Cancel
Save