From 77965717a37d019366a4480acb7437c9fd4bd387 Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Aug 05 2013 12:20:28 +0000 Subject: import perl-GD-2.49-1.1.el7.src.rpm --- diff --git a/.perl-GD.metadata b/.perl-GD.metadata new file mode 100644 index 0000000..bc49d79 --- /dev/null +++ b/.perl-GD.metadata @@ -0,0 +1 @@ +41aa7e2a9a10f97e1002d9371d01621dbe79feed SOURCES/GD-2.49.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SOURCES/perl-GD-2.49-skip-2-10.patch b/SOURCES/perl-GD-2.49-skip-2-10.patch new file mode 100644 index 0000000..90c08eb --- /dev/null +++ b/SOURCES/perl-GD-2.49-skip-2-10.patch @@ -0,0 +1,16 @@ +diff -up GD-2.49/t/GD.t.orig GD-2.49/t/GD.t +--- GD-2.49/t/GD.t.orig 2013-06-11 15:19:21.161406687 +0200 ++++ GD-2.49/t/GD.t 2013-06-11 15:20:05.973575005 +0200 +@@ -127,7 +127,11 @@ sub compare { + last if $ok; + $fname = "$file-".++$counter; + } +- print $ok ? "ok $testNo" : "not ok $testNo","\n"; ++ if ($testNo < 2 || $testNo > 10) { ++ print $ok ? "ok $testNo" : "not ok $testNo","\n"; ++ } else { ++ print $ok ? "ok $testNo" : "ok $testNo # skip because change in PNG output ","\n"; ++ } + } + } + diff --git a/SPECS/perl-GD.spec b/SPECS/perl-GD.spec new file mode 100644 index 0000000..0f02082 --- /dev/null +++ b/SPECS/perl-GD.spec @@ -0,0 +1,230 @@ +Name: perl-GD +Version: 2.49 +Release: 1.1%{?dist} +Summary: Perl interface to the GD graphics library +Group: Development/Libraries +License: GPL+ or Artistic +URL: http://search.cpan.org/dist/GD/ +Source0: http://www.cpan.org/authors/id/L/LD/LDS/GD-%{version}.tar.gz +# see http://rt.cpan.org/Public/Bug/Display.html?id=85789 +Patch0: %{name}-2.49-skip-2-10.patch +BuildRequires: gd-devel >= 2.0.28 +BuildRequires: perl +BuildRequires: perl(AutoLoader) +BuildRequires: perl(Carp) +BuildRequires: perl(Config) +BuildRequires: perl(constant) +BuildRequires: perl(DynaLoader) +BuildRequires: perl(Exporter) +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(FileHandle) +BuildRequires: perl(FindBin) +BuildRequires: perl(Getopt::Long) +BuildRequires: perl(lib) +BuildRequires: perl(Math::Trig) +BuildRequires: perl(strict) +BuildRequires: perl(Test) +BuildRequires: perl(vars) +Requires: gd >= 2.0.28 +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) + +%{?perl_default_filter} + +%description +This is a autoloadable interface module for GD, a popular library +for creating and manipulating PNG files. With this library you can +create PNG images on the fly or modify existing files. + +%prep +%setup -q -n GD-%{version} + +%patch0 -p1 + +perl -pi -e 's|/usr/local/bin/perl\b|%{__perl}|' \ + qd.pl demos/{*.{pl,cgi},truetype_test} +chmod -c 644 bdf_scripts/* demos/* +chmod -c 755 qd.pl + +%build +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +make %{?_smp_mflags} OPTIMIZE="%{optflags}" + +%install +make pure_install DESTDIR=%{buildroot} +find %{buildroot} -type f -name .packlist -exec rm -f {} + +find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} + +chmod -R u+w %{buildroot}/* + +%check +%ifarch ppc +: ignored as testsuite fails on ppc +%else +make test +%endif + +%files +%doc ChangeLog README README.QUICKDRAW demos/ +%{_bindir}/* +%{perl_vendorarch}/auto/GD +%{perl_vendorarch}/GD* +%{perl_vendorarch}/qd.pl +%{_mandir}/man1/*.1* +%{_mandir}/man3/*.3* + +%changelog +* Fri Aug 02 2013 Petr Šabata - 2.49-1.1 +- Fix the dependency list +- Fix a bogus date in changelog + +* Tue Jun 11 2013 Remi Collet - 2.49-1 +- update to 2.49 +- ignore GD tests 2..10, results are "visibly" correct #973139 + +* Tue Jun 11 2013 Remi Collet - 2.46-4 +- rebuild for new GD 2.1.0 + +* Thu Feb 14 2013 Fedora Release Engineering - 2.46-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Mon Jan 21 2013 Adam Tkac - 2.46-2 +- rebuild due to "jpeg8-ABI" feature drop + +* Thu Oct 25 2012 Petr Šabata - 2.46-1 +- 2.46 bump +- Specify all dependencies +- Drop command macros +- Modernize the spec and clean whitespace + +* Fri Jul 20 2012 Fedora Release Engineering - 2.44-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Mon Jun 11 2012 Petr Pisar - 2.44-11 +- Perl 5.16 rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 2.44-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Thu Nov 10 2011 Iain Arnell 2.44-9 +- Rebuild for libpng 1.5 + +* Sat Jun 18 2011 Iain Arnell 2.44-8 +- patch to avoid issue with ExtUtils::MakeMaker and CCFLAGS + see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628522 +- clean up spec for modern rpmbuild +- use perl_default_filter + +* Wed Jun 15 2011 Marcela Mašláňová - 2.44-7 +- Perl mass rebuild + +* Tue Feb 08 2011 Fedora Release Engineering - 2.44-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Thu Dec 16 2010 Marcela Maslanova - 2.44-5 +- 661697 rebuild for fixing problems with vendorach/lib + +* Sun May 02 2010 Marcela Maslanova - 2.44-4 +- Mass rebuild with perl-5.12.0 + +* Fri Dec 4 2009 Stepan Kasal - 2.44-3 +- rebuild against perl 5.10.1 + +* Thu Oct 29 2009 Stepan Kasal - 2.44-2 +- give up tests on ppc + +* Mon Oct 5 2009 Stepan Kasal - 2.44-1 +- new upstream version +- run tests always +- do not add bdf_scripts/ to docs +- switch off the test that fails in i686 koji + +* Sat Jul 25 2009 Fedora Release Engineering - 2.41-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Mon Mar 16 2009 Tom "spot" Callaway - 2.41-2 +- fix Makefile.PL to install GD/Group.pm (bz 490429) + +* Fri Mar 13 2009 Tom "spot" Callaway - 2.41-1 +- update to 2.41 + +* Thu Feb 26 2009 Fedora Release Engineering - 2.39-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Mon Jul 21 2008 Tom "spot" Callaway - 2.39-1 +- update to 2.39 + +* Fri Apr 4 2008 Tom "spot" Callaway - 2.35-7 +- tests work fine locally, one fails in mock, maybe needs a desktop? + conditionalized them, default off. + +* Fri Apr 4 2008 Tom "spot" Callaway - 2.35-6 +- license fix + +* Wed Feb 27 2008 Tom "spot" Callaway - 2.35-5 +- Rebuild for perl 5.10 (again) + +* Tue Feb 19 2008 Fedora Release Engineering - 2.35-4 +- Autorebuild for GCC 4.3 + +* Thu Jan 24 2008 Tom "spot" Callaway - 2.35-3 +- rebuild for new perl + +* Mon Oct 15 2007 Tom "spot" Callaway - 2.35-2.1 +- add BR: perl(ExtUtils::MakeMaker) + +* Sun Oct 8 2006 Jose Pedro Oliveira - 2.35-2 +- Removed a duplicate file (bdf_scripts/bdf2gdfont.PLS). + +* Tue Sep 5 2006 Jose Pedro Oliveira - 2.35-1 +- Update to 2.35. + +* Sat Jun 3 2006 Jose Pedro Oliveira - 2.34-1 +- Update to 2.34. + +* Wed Mar 8 2006 Jose Pedro Oliveira - 2.32-1 +- Update to 2.32. + +* Tue Feb 21 2006 Jose Pedro Oliveira - 2.31-1 +- Update to 2.31. + +* Wed Feb 15 2006 Jose Pedro Oliveira - 2.30-3 +- Missing BR: fontconfig-devel. + +* Mon Feb 13 2006 Jose Pedro Oliveira - 2.30-2 +- Modular X (libX11-devel, libXpm-devel). + +* Fri Oct 21 2005 Jose Pedro Oliveira - 2.30-1 +- Update to 2.30. + +* Mon Aug 8 2005 Jose Pedro Oliveira - 2.28-1 +- Update to 2.28. + +* Tue Jul 19 2005 Jose Pedro Oliveira - 2.25-1 +- Update to 2.25. + +* Fri Apr 8 2005 Michael Schwendt - 2.23-2 +- rebuilt + +* Wed Mar 9 2005 Jose Pedro Oliveira - 2.23-1 +- Update to 2.23. + +* Thu Dec 09 2004 Jose Pedro Oliveira - 0:2.19-1 +- Update to 2.19. +- GIF support has been restored in gd 2.0.28. +- Module autoconfigures itself with the gdlib-config program. + +* Mon Jun 28 2004 Jose Pedro Oliveira - 0:2.12-0.fdr.3 +- Avoid RPATH problem in FC1 (bug 1756). +- Replaced hardcoded value by rpmmacro (%%{__perl}) (bug 1756). + +* Mon Jun 14 2004 Jose Pedro Oliveira - 0:2.12-0.fdr.2 +- Bring up to date with current fedora.us perl spec template. + +* Sat Feb 7 2004 Ville Skyttä - 0:2.12-0.fdr.1 +- Update to 2.12. +- Reduce directory ownership bloat. + +* Tue Nov 18 2003 Ville Skyttä - 0:2.11-0.fdr.1 +- Update to 2.11. + +* Sat Oct 11 2003 Ville Skyttä - 0:1.41-0.fdr.1 +- First build.