|
@@ -4,7 +4,7 @@ Summary: A perl5 interface to Thomas Boutell's gd library
|
|
|
Summary(ja): GD ライブラリの Perl 用インターフェイス
|
|
|
Name: perl-GD
|
|
|
Version: 2.35
|
|
|
-Release: 1%{?_dist_release}
|
|
|
+Release: 2%{?_dist_release}
|
|
|
License: distributable
|
|
|
Group: Development/Libraries
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/L/LD/LDS/GD-%{version}.tar.gz
|
|
@@ -12,6 +12,8 @@ Url: http://search.cpan.org/dist/GD/
|
|
|
BuildRoot: %{_tmppath}/perl-GD-buildroot/
|
|
|
BuildRequires: perl >= 5.6.0, gd-devel >= 2.0.20, libjpeg-devel
|
|
|
BuildRequires: freetype2-devel, libpng-devel, zlib-devel
|
|
|
+BuildRequires: libX11-devel
|
|
|
+BuildRequires: libXpm-devel
|
|
|
Requires: perl >= 5.6.0, gd >= 2.0.12, libjpeg, freetype2
|
|
|
Requires: libpng, zlib
|
|
|
|
|
@@ -74,6 +76,10 @@ find bdf_scripts -type f | xargs perl -pi -e "s|^#!(\s)?/usr/local/bin/perl|#!/u
|
|
|
%dir %{perl_vendorarch}/auto/GD
|
|
|
|
|
|
%changelog
|
|
|
+* Sat Apr 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.35-2
|
|
|
+- rebuild with perl-5.12.3
|
|
|
+- add BuildRequires: libX11-devel, libXpm-devel
|
|
|
+
|
|
|
* Sat Sep 20 2008 Shu KONNO <owa@bg.wakwak.com> 2.35-1vl5
|
|
|
- applied new versioning policy, spec in utf-8
|
|
|
- built with perl-5.10.0
|