|
|
|
@ -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 <spot@fedoraproject.org> - 2.56-2
|
|
|
|
|
- do not package bdftogd here, that lives in gd-progs
|
|
|
|
|
|
|
|
|
|
* Tue Dec 2 2014 Paul Howarth <paul@city-fan.org> - 2.56-1
|
|
|
|
|
- Update to 2.56
|
|
|
|
|
- Fix misleading warning message about location of gd.h file
|
|
|
|
|