|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: perl-Imager
|
|
|
|
Name: perl-Imager
|
|
|
|
Version: 1.010
|
|
|
|
Version: 1.011
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Perl extension for Generating 24 bit Images
|
|
|
|
Summary: Perl extension for Generating 24 bit Images
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
@ -89,14 +89,14 @@ Summary: perl-Imager's Test module
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n Imager-%{version}
|
|
|
|
%setup -q -n Imager-%{version}
|
|
|
|
find \( -executable -a -type f \) -exec chmod -x {} \;
|
|
|
|
find \( -executable -a -type f \) -exec chmod -x {} \;
|
|
|
|
sed -i -e "s,#!perl,#! %{__perl}," samples/*
|
|
|
|
sed -i -e "s,#!perl,%(perl -MConfig -e 'print $Config{startperl}')," samples/*
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1 NO_PERLLOCAL=1
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
%{make_build}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
%{make_install}
|
|
|
|
find %{buildroot} -type f -name '*.bs' -size 0 -delete
|
|
|
|
find %{buildroot} -type f -name '*.bs' -size 0 -delete
|
|
|
|
%{_fixperms} %{buildroot}/*
|
|
|
|
%{_fixperms} %{buildroot}/*
|
|
|
|
|
|
|
|
|
|
|
@ -117,6 +117,9 @@ make test
|
|
|
|
%{_mandir}/man3/Imager::Test.3pm*
|
|
|
|
%{_mandir}/man3/Imager::Test.3pm*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Mar 07 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.011-1
|
|
|
|
|
|
|
|
- 1.011 bump
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 18 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.010-1
|
|
|
|
* Mon Feb 18 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.010-1
|
|
|
|
- 1.010 bump
|
|
|
|
- 1.010 bump
|
|
|
|
|
|
|
|
|
|
|
|