rpms/perl-GD/FC-3 .cvsignore, 1.4, 1.5 perl-GD.spec, 1.4, 1.5 sources, 1.4, 1.5

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Tue Jul 19 12:17:26 UTC 2005


Author: jpo

Update of /cvs/extras/rpms/perl-GD/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5853/FC-3

Modified Files:
	.cvsignore perl-GD.spec sources 
Log Message:
Update to 2.25.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-GD/FC-3/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	10 Mar 2005 15:19:20 -0000	1.4
+++ .cvsignore	19 Jul 2005 12:17:24 -0000	1.5
@@ -1 +1 @@
-GD-2.23.tar.gz
+GD-2.25.tar.gz


Index: perl-GD.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-GD/FC-3/perl-GD.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-GD.spec	10 Mar 2005 15:19:20 -0000	1.4
+++ perl-GD.spec	19 Jul 2005 12:17:24 -0000	1.5
@@ -1,14 +1,12 @@
-%{!?perl_vendorarch: %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)}
-
 Name:           perl-GD
-Version:        2.23
-Release:        1
+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
@@ -29,6 +27,7 @@
 %{__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
@@ -39,8 +38,8 @@
 %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/*
 
@@ -55,15 +54,19 @@
 
 %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
+* Tue Jul 19 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.25-1
+- Update to 2.25.
+
 * Wed Mar  9 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.23-1
 - Update to 2.23.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-GD/FC-3/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	10 Mar 2005 15:19:20 -0000	1.4
+++ sources	19 Jul 2005 12:17:24 -0000	1.5
@@ -1 +1 @@
-131a84d37921a18c87e7d994d72165b2  GD-2.23.tar.gz
+aab3f7730ebc54eb6a2a485bc2aa4864  GD-2.25.tar.gz




More information about the fedora-extras-commits mailing list