|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
Name: perl-Image-Info
|
|
|
|
|
Version: 1.33
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Version: 1.37
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Image meta information extraction module for Perl
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
URL: http://search.cpan.org/dist/Image-Info/
|
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/Image-Info-1.33.tar.gz
|
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/Image-Info-%{version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
|
BuildRequires: perl(Compress::Zlib)
|
|
|
|
@ -16,6 +16,7 @@ BuildRequires: perl(File::Spec)
|
|
|
|
|
BuildRequires: perl(Getopt::Long)
|
|
|
|
|
BuildRequires: perl(Image::Xbm)
|
|
|
|
|
BuildRequires: perl(Image::Xpm)
|
|
|
|
|
BuildRequires: perl(IO::Scalar)
|
|
|
|
|
BuildRequires: perl(IO::String)
|
|
|
|
|
BuildRequires: perl(lib)
|
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
@ -54,6 +55,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/*.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Mar 20 2015 Tom Callaway <spot@fedoraproject.org> - 1.37-1
|
|
|
|
|
- update to 1.37
|
|
|
|
|
|
|
|
|
|
* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.33-6
|
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
|
|
|
|
|
|