|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-GD
|
|
|
|
|
Version: 2.49
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 2.50
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Perl interface to the GD graphics library
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
@ -32,6 +32,8 @@ create PNG images on the fly or modify existing files.
|
|
|
|
|
|
|
|
|
|
%patch0 -p1
|
|
|
|
|
|
|
|
|
|
sed -i 's|-Wformat=0||g' Makefile.PL
|
|
|
|
|
|
|
|
|
|
perl -pi -e 's|/usr/local/bin/perl\b|%{__perl}|' \
|
|
|
|
|
qd.pl demos/{*.{pl,cgi},truetype_test}
|
|
|
|
|
chmod -c 644 bdf_scripts/* demos/*
|
|
|
|
@ -65,6 +67,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/*.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Dec 12 2013 Tom Callaway <spot@fedoraproject.org> - 2.50-1
|
|
|
|
|
- update to 2.50
|
|
|
|
|
|
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.49-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|