commit f2311aa5f11be1e37ca7420d3e4b28a6dec95b4a
Author: Tom Callaway <s...@fedoraproject.org>
Date:   Mon Jan 12 15:16:53 2015 -0500

    do not include bdftogd in perl-GD, that lives in gd-progs now

 perl-GD.spec |   10 ++++++++--
 1 files 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 <s...@fedoraproject.org> - 2.56-2
+- do not package bdftogd here, that lives in gd-progs
+
 * Tue Dec  2 2014 Paul Howarth <p...@city-fan.org> - 2.56-1
 - Update to 2.56
   - Fix misleading warning message about location of gd.h file
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to