Name: perl-Image-Base Version: 1.17 Release: 1%{?_dist_release} Summary: Base class for loading, manipulating and saving images in Perl Group: Development/Libraries License: LGPLv2+ URL: http://search.cpan.org/dist/Image-Base/ Source0: http://www.cpan.org/authors/id/S/SU/SUMMER/Image-Base-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description %{summary}. %prep %setup -q -n Image-Base-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README %{perl_vendorlib}/Image/ %{_mandir}/man3/*.3pm* %changelog * Fri Dec 12 2014 Ryoichi INAGAKI - 1.17-1 - updated to 1.17 - built with perl 5.16.3 * Fri Mar 09 2012 MATSUBAYASHI Kohji - 1.07-1 - initial build for Vine Linux * Fri Jan 13 2012 Fedora Release Engineering - 1.07-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Fri Jun 17 2011 Marcela Mašláňová - 1.07-17 - Perl mass rebuild * Tue Feb 08 2011 Fedora Release Engineering - 1.07-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Fri Dec 17 2010 Marcela Maslanova - 1.07-15 - 661697 rebuild for fixing problems with vendorach/lib * Sun May 02 2010 Marcela Maslanova - 1.07-14 - Mass rebuild with perl-5.12.0 * Mon Dec 7 2009 Stepan Kasal - 1.07-13 - rebuild against perl 5.10.1 * Sun Jul 26 2009 Fedora Release Engineering - 1.07-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 1.07-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 1.07-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Wed Feb 27 2008 Tom "spot" Callaway - 1.07-9 - Rebuild for perl 5.10 (again) * Mon Jan 28 2008 Tom "spot" Callaway - 1.07-8 - rebuild for new perl * Tue Oct 16 2007 Tom "spot" Callaway - 1.07-7.1 - correct license tag - add BR: perl(ExtUtils::MakeMaker) * Thu Sep 7 2006 Jose Pedro Oliveira - 1.07-7 - Rebuild for FC6. * Thu Feb 16 2006 Jose Pedro Oliveira - 1.07-6 - Rebuild for FC5 (perl 5.8.8). * Fri Dec 30 2005 Jose Pedro Oliveira - 1.07-5 - Dist tag. * Fri Apr 7 2005 Michael Schwendt - 1.07-4 - rebuilt * Thu Jun 3 2004 Jose Pedro Oliveira - 0:1.07-0.fdr.3 - Added the perl(:MODULE_COMPAT_xxx) requirement. - Replaced the source URL by the canonical one. * Thu Jun 3 2004 Ville Skyttä - 0:1.07-0.fdr.2 - Bring up to date with current fedora.us perl spec template. * Sun Oct 12 2003 Ville Skyttä - 0:1.07-0.fdr.1 - First build.