rpms/perl-GDGraph/devel .cvsignore, 1.6, 1.7 perl-GDGraph.spec, 1.9, 1.10 sources, 1.6, 1.7

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Sat May 5 16:16:09 UTC 2007


Author: jpo

Update of /cvs/extras/rpms/perl-GDGraph/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14939/devel

Modified Files:
	.cvsignore perl-GDGraph.spec sources 
Log Message:
Update to 1.44.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-GDGraph/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	18 May 2006 18:28:29 -0000	1.6
+++ .cvsignore	5 May 2007 16:15:35 -0000	1.7
@@ -1 +1 @@
-GDGraph-1.4308.tar.gz
+GDGraph-1.44.tar.gz


Index: perl-GDGraph.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-GDGraph/devel/perl-GDGraph.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- perl-GDGraph.spec	18 May 2006 18:28:29 -0000	1.9
+++ perl-GDGraph.spec	5 May 2007 16:15:35 -0000	1.10
@@ -1,6 +1,7 @@
 Name:           perl-GDGraph
-Version:        1.4308
+Version:        1.44
 Release:        1%{?dist}
+Epoch:          1
 Summary:        Graph generation package for Perl
 
 Group:          Development/Libraries
@@ -10,7 +11,6 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl >= 1:5.6.1
 BuildRequires:  perl(GD), perl(GD::Text)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -22,7 +22,6 @@
 %setup -q -n GDGraph-%{version}
 %{__perl} -pi -e 's{^#!/usr/local/bin/perl\b}{#!%{__perl}}' samples/sample1A.pl
 %{__perl} -pi -e 's/\r\n/\n/' samples/sample64.pl
-chmod -c a-x CHANGES README Graph/bars.pm
 
 
 %build
@@ -34,10 +33,9 @@
 rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
-find $RPM_BUILD_ROOT -type f -name "*\.pm\.orig" -exec rm -f {} ';'
 
 %check
 make test
@@ -55,6 +53,9 @@
 
 
 %changelog
+* Sat May  5 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1:1.44-1
+- Update to 1.44.
+
 * Thu May 18 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.4308-1
 - Update to 1.4308.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-GDGraph/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	18 May 2006 18:28:29 -0000	1.6
+++ sources	5 May 2007 16:15:35 -0000	1.7
@@ -1 +1 @@
-fcdd34d5e09ae917b5d264887734b3b1  GDGraph-1.4308.tar.gz
+a8a4ab62741258803b5744cb8882e68c  GDGraph-1.44.tar.gz




More information about the fedora-extras-commits mailing list