|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Imager
|
|
|
|
|
Version: 0.79
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.80
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Perl extension for Generating 24 bit Images
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -8,7 +8,6 @@ URL: http://search.cpan.org/dist/Imager/
|
|
|
|
|
Source0: http://www.cpan.org/authors/id/T/TO/TONYC/Imager-%{version}.tar.gz
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
BuildRequires: perl(Affix::Infix2Postfix)
|
|
|
|
|
BuildRequires: perl(ExtUtils::Depends)
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
BuildRequires: perl(Image::Math::Constrain)
|
|
|
|
|
BuildRequires: perl(Inline)
|
|
|
|
@ -16,16 +15,20 @@ BuildRequires: perl(Parse::RecDescent)
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.47
|
|
|
|
|
BuildRequires: perl(Test::Pod) >= 1.00
|
|
|
|
|
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
|
|
|
|
|
|
|
|
|
|
BuildRequires: freetype-devel
|
|
|
|
|
BuildRequires: gdbm-devel
|
|
|
|
|
BuildRequires: giflib-devel
|
|
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
|
BuildRequires: libpng-devel
|
|
|
|
|
BuildRequires: libtiff-devel
|
|
|
|
|
BuildRequires: libungif-devel
|
|
|
|
|
BuildRequires: t1lib-devel
|
|
|
|
|
# rgb.txt, c.f. lib/Imager/Color.pm
|
|
|
|
|
BuildRequires: rgb
|
|
|
|
|
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
%{?perl_default_filter}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Imager is a module for creating and altering images. It can read and
|
|
|
|
|
write various image formats, draw primitive shapes like lines,and
|
|
|
|
@ -34,15 +37,10 @@ render text and more.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n Imager-%{version}
|
|
|
|
|
|
|
|
|
|
%{__perl} -pi -e 's/my \$resp = <STDIN>/my \$resp = "n"/g' Makefile.PL
|
|
|
|
|
|
|
|
|
|
# Quiet rpmlint.
|
|
|
|
|
find . -type f \( -perm +100 -o -name '*.pl' \) \
|
|
|
|
|
-exec perl -pi -e 's,^(\#\!)perl,$1%{__perl}, if ($.==1);' {} \;
|
|
|
|
|
find . -type f -name '*.pm' \
|
|
|
|
|
-exec perl -pi -e '$_=undef if ($.==1 and /^\#\!.*perl/)' {} \;
|
|
|
|
|
chmod a-x samples/*
|
|
|
|
|
# fix permissions
|
|
|
|
|
find \( -executable -a -type f \) -exec chmod -x {} \;
|
|
|
|
|
# Adjust shebang
|
|
|
|
|
sed -i -e "s,#!perl,#! %{__perl}," samples/*
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
|
|
|
|
@ -67,13 +65,18 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc Changes* README
|
|
|
|
|
%doc samples/
|
|
|
|
|
%doc Changes README samples
|
|
|
|
|
%{perl_vendorarch}/auto/*
|
|
|
|
|
%{perl_vendorarch}/Imager*
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jan 21 2011 Ralf Corsépius <corsepiu@fedoraproject.org> 0.80-1
|
|
|
|
|
- Upstream update.
|
|
|
|
|
- BR: giflib-devel instead of libungif-devel.
|
|
|
|
|
- spec file massage.
|
|
|
|
|
- Add perl_default_filter.
|
|
|
|
|
|
|
|
|
|
* Fri Dec 17 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.79-2
|
|
|
|
|
- 661697 rebuild for fixing problems with vendorach/lib
|
|
|
|
|
|
|
|
|
|