diff --git a/.cvsignore b/.cvsignore index e684878..336afd6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -GD-2.23.tar.gz +GD-2.25.tar.gz diff --git a/perl-GD.spec b/perl-GD.spec index 6f2d427..809b4e1 100644 --- a/perl-GD.spec +++ b/perl-GD.spec @@ -1,15 +1,12 @@ -%{!?perl_vendorarch: %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)} - Name: perl-GD -Version: 2.23 -Release: 2 - +Version: 2.25 +Release: 1%{?dist} Summary: Perl interface to the GD graphics library Group: Development/Libraries License: Artistic URL: http://search.cpan.org/dist/GD/ -Source0: http://www.cpan.org/authors/id/L/LD/LDS/GD-2.23.tar.gz +Source0: http://www.cpan.org/authors/id/L/LD/LDS/GD-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl >= 1:5.6.1 @@ -30,6 +27,7 @@ create PNG images on the fly or modify existing files. %{__perl} -pi -e 's|/usr/local/bin/perl\b|%{__perl}|' \ qd.pl bdf_scripts/cvtbdf.pl demos/{*.{pl,cgi},truetype_test} chmod 644 bdf_scripts/* demos/* +chmod 755 qd.pl %build @@ -40,8 +38,8 @@ make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS" %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -type f -a \( -name .packlist \ - -o \( -name '*.bs' -a -empty \) \) -exec rm -f {} ';' +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' +find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* @@ -56,16 +54,20 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc ChangeLog README README.QUICKDRAW qd.pl demos/ bdf_scripts/ +%doc ChangeLog README README.QUICKDRAW demos/ bdf_scripts/ %{_bindir}/* %{perl_vendorarch}/auto/GD %{perl_vendorarch}/GD* +%{perl_vendorarch}/qd.pl %{_mandir}/man1/*.1* %{_mandir}/man3/*.3* %changelog -* Fri Apr 7 2005 Michael Schwendt +* Tue Jul 19 2005 Jose Pedro Oliveira - 2.25-1 +- Update to 2.25. + +* Fri Apr 7 2005 Michael Schwendt - 2.23-2 - rebuilt * Wed Mar 9 2005 Jose Pedro Oliveira - 2.23-1 diff --git a/sources b/sources index f954702..7076694 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -131a84d37921a18c87e7d994d72165b2 GD-2.23.tar.gz +aab3f7730ebc54eb6a2a485bc2aa4864 GD-2.25.tar.gz