From f2311aa5f11be1e37ca7420d3e4b28a6dec95b4a Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 12 Jan 2015 15:16:53 -0500 Subject: [PATCH] do not include bdftogd in perl-GD, that lives in gd-progs now --- perl-GD.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/perl-GD.spec b/perl-GD.spec index c25c8f8..a6773d7 100644 --- a/perl-GD.spec +++ b/perl-GD.spec @@ -1,6 +1,6 @@ Name: perl-GD Version: 2.56 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl interface to the GD graphics library Group: Development/Libraries License: GPL+ or Artistic 2.0 @@ -65,6 +65,9 @@ rm %{buildroot}%{_bindir}/bdf2gdfont.PLS \ %{buildroot}%{_bindir}/README \ %{buildroot}%{_mandir}/man1/bdf2gdfont.PLS.1* +# This binary is in gd-progs +rm %{buildroot}%{_bindir}/bdftogd + %check ./Build test @@ -72,7 +75,7 @@ rm %{buildroot}%{_bindir}/bdf2gdfont.PLS \ %license LICENSE %doc ChangeLog README README.QUICKDRAW demos/ %{_bindir}/bdf2gdfont.pl -%{_bindir}/bdftogd +# %%{_bindir}/bdftogd %{_bindir}/cvtbdf.pl %{perl_vendorarch}/auto/GD/ %{perl_vendorarch}/GD.pm @@ -85,6 +88,9 @@ rm %{buildroot}%{_bindir}/bdf2gdfont.PLS \ %{_mandir}/man3/GD::Simple.3* %changelog +* Mon Jan 12 2015 Tom Callaway - 2.56-2 +- do not package bdftogd here, that lives in gd-progs + * Tue Dec 2 2014 Paul Howarth - 2.56-1 - Update to 2.56 - Fix misleading warning message about location of gd.h file