From b289741d1ef8dd03811384b07d557a7c00df179c Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 29 2019 10:57:10 +0000 Subject: import perl-Image-Info-1.33-3.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2a6572a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/Image-Info-1.33.tar.gz diff --git a/.perl-Image-Info.metadata b/.perl-Image-Info.metadata new file mode 100644 index 0000000..3fa377b --- /dev/null +++ b/.perl-Image-Info.metadata @@ -0,0 +1 @@ +47dcf13ac2ae317c29b03582393ab01e780f5a0c SOURCES/Image-Info-1.33.tar.gz diff --git a/SPECS/perl-Image-Info.spec b/SPECS/perl-Image-Info.spec new file mode 100644 index 0000000..265daa1 --- /dev/null +++ b/SPECS/perl-Image-Info.spec @@ -0,0 +1,177 @@ +Name: perl-Image-Info +Version: 1.33 +Release: 3%{?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 +BuildArch: noarch +BuildRequires: perl(Carp) +BuildRequires: perl(Compress::Zlib) +BuildRequires: perl(constant) +BuildRequires: perl(Exporter) +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(File::Spec) +BuildRequires: perl(Getopt::Long) +BuildRequires: perl(Image::Xbm) +BuildRequires: perl(Image::Xpm) +BuildRequires: perl(IO::String) +BuildRequires: perl(lib) +BuildRequires: perl(Test::More) +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) +BuildRequires: perl(XML::LibXML::Reader) +BuildRequires: perl(XML::Simple) +Requires: rgb +Requires: perl(Compress::Zlib) +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) + +%description +This Perl extension allows you to extract meta information from +various types of image files. + +%prep +%setup -q -n Image-Info-%{version} +chmod -c 644 exifdump imgdump + +%build +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +make pure_install DESTDIR=%{buildroot} +find %{buildroot} -type f -name .packlist -exec rm -f {} ';' +%{_fixperms} %{buildroot}/* + +%check +make test + +%files +%doc CHANGES CREDITS README TODO exifdump imgdump +%{perl_vendorlib}/Bundle/ +%{perl_vendorlib}/Image/ +%{_mandir}/man3/*.3pm* + +%changelog +* Fri Dec 27 2013 Daniel Mach - 1.33-3 +- Mass rebuild 2013-12-27 + +* Wed Jan 30 2013 Paul Howarth - 1.33-2 +- Don't BR: perl(Image::TIFF); it's provided by this package + +* Wed Nov 14 2012 Petr Šabata - 1.33-1 +- 1.33 bump +- Get rid of the old cruft +- Fix dependencies +- Update the source URL + +* Fri Jul 20 2012 Fedora Release Engineering - 1.28-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jun 15 2012 Petr Pisar - 1.28-13 +- Perl 5.16 rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 1.28-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Thu Jul 21 2011 Petr Sabata - 1.28-11 +- Perl mass rebuild + +* Tue Jul 19 2011 Petr Sabata - 1.28-10 +- Perl mass rebuild + +* Tue Feb 08 2011 Fedora Release Engineering - 1.28-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Dec 17 2010 Marcela Maslanova - 1.28-8 +- 661697 rebuild for fixing problems with vendorach/lib + +* Sun May 02 2010 Marcela Maslanova - 1.28-7 +- Mass rebuild with perl-5.12.0 + +* Mon Dec 7 2009 Stepan Kasal - 1.28-6 +- rebuild against perl 5.10.1 + +* Mon Nov 09 2009 Adam Jackson 1.28-5 +- Requires: rgb, not Requires: /usr/share/X11/rgb.txt + +* Sun Jul 26 2009 Fedora Release Engineering - 1.28-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 1.28-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 1.28-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Wed Sep 10 2008 Tom "spot" Callaway - 1.28-1 +- update to 1.28 + +* Wed Feb 27 2008 Tom "spot" Callaway - 1.27-3 +- Rebuild for perl 5.10 (again) + +* Mon Jan 28 2008 Tom "spot" Callaway - 1.27-2 +- rebuild for new perl + +* Wed Dec 19 2007 Tom "spot" Callaway - 1.27-1 +- bump to 1.27 + +* Wed May 30 2007 Jose Pedro Oliveira - 1.25-1 +- Update to 1.25. + +* Mon Feb 26 2007 Jose Pedro Oliveira - 1.24-1 +- Update to 1.24. + +* Sat Sep 30 2006 Jose Pedro Oliveira - 1.23-1 +- Update to 1.23. + +* Sun Jul 16 2006 Jose Pedro Oliveira - 1.22-1 +- Update to 1.22. + +* Mon May 1 2006 Jose Pedro Oliveira - 1.21-2 +- Bumping release due to CVS problem. + +* Mon May 1 2006 Jose Pedro Oliveira - 1.21-1 +- Update to 1.21. + +* Mon Mar 13 2006 Jose Pedro Oliveira - 1.20-1 +- Update to 1.20. + +* Wed Mar 8 2006 Jose Pedro Oliveira - 1.19-1 +- Update to 1.19 (broken: cpan tickets: #18020 and #18147). +- Module::Install 0.58 is broken (Image-Info-1.19-inc-Module-Install.pm.patch). +- BR: perl(Image::Xbm), perl(Image::Xpm), perl(XML::Simple). + +* Fri Mar 3 2006 Jose Pedro Oliveira - 1.18-1 +- Update to 1.18 (broken: cpan ticket #6558). +- Dropped patches Image-Info-1.16-X[BP]M.pm.patch (accepted upstream). +- Dropped patch Image-Info-1.16-string.t.patch (test has been rewritten). + +* Mon Feb 20 2006 Jose Pedro Oliveira - 1.17-2 +- BR: perl(Test::Pod), perl(Test::Pod::Coverage). + +* Mon Feb 20 2006 Jose Pedro Oliveira - 1.17-1 +- Update to 1.17. +- New upstream maintainer. + +* Wed Nov 23 2005 Ville Skyttä - 1.16-6 +- Add dependency on rgb.txt, adjust its location for FC5. +- Specfile cleanups. + +* Wed Apr 6 2005 Michael Schwendt - 1.16-4 +- rebuilt + +* Thu Jul 1 2004 Jose Pedro Oliveira - 0:1.16-0.fdr.3 +- Reverted Image::Xbm and Image::Xpm patches. +- Patched Image::Info::XBM.pm and Image::Info::XPM.pm instead. + +* Tue Jun 8 2004 Jose Pedro Oliveira - 0:1.16-0.fdr.2 +- Patched Image::Xbm and Image::Xpm to avoid test failures in this module. + +* Thu Jun 3 2004 Jose Pedro Oliveira - 0:1.16-0.fdr.1 +- Update to version 1.16. +- Bring up to date with current fedora.us perl spec template. + +* Sun Oct 12 2003 Ville Skyttä - 0:1.15-0.fdr.1 +- First build.