rpms/perl-GDGraph/devel .cvsignore, 1.2, 1.3 perl-GDGraph.spec, 1.5, 1.6 sources, 1.2, 1.3

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Thu Dec 22 16:02:32 UTC 2005


Author: jpo

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-GDGraph/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 05:00:44 -0000	1.2
+++ .cvsignore	22 Dec 2005 16:02:32 -0000	1.3
@@ -1 +1 @@
-GDGraph-1.43.tar.gz
+GDGraph-1.4305.tar.gz


Index: perl-GDGraph.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-GDGraph/devel/perl-GDGraph.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- perl-GDGraph.spec	6 Apr 2005 22:12:45 -0000	1.5
+++ perl-GDGraph.spec	22 Dec 2005 16:02:32 -0000	1.6
@@ -1,15 +1,12 @@
-%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
-
 Name:           perl-GDGraph
-Version:        1.43
-Release:        4
-
+Version:        1.4305
+Release:        1%{?dist}
 Summary:        Graph generation package for Perl
 
 Group:          Development/Libraries
 License:        GPL or Artistic
 URL:            http://search.cpan.org/dist/GDGraph/
-Source0:        http://www.cpan.org/authors/id/M/MV/MVERB/GDGraph-1.43.tar.gz
+Source0:        http://www.cpan.org/authors/id/B/BW/BWARFIELD/GDGraph-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -23,6 +20,9 @@
 
 %prep
 %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 a-x CHANGES README
 
 
 %build
@@ -37,8 +37,9 @@
 find $RPM_BUILD_ROOT -type d -depth -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 || :
+%check
 make test
 
 
@@ -54,13 +55,16 @@
 
 
 %changelog
-* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+* Thu Dec 22 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.4305-1
+- Update to 1.4305.
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.43-4
 - rebuilt
 
-* Sun Jul 11 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.43-0.fdr.3
+* Sun Jul 11 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.43-0.fdr.3
 - Unowned directory: %%{perl_vendorlib}/GD (see bug 1800 comment #1).
 
-* Wed Jun 30 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.43-0.fdr.2
+* Wed Jun 30 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.43-0.fdr.2
 - Bring up to date with current fedora.us perl spec template.
 - Added the samples directory to the documentation files.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-GDGraph/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 05:00:44 -0000	1.2
+++ sources	22 Dec 2005 16:02:32 -0000	1.3
@@ -1 +1 @@
-cf546f2de827a56458afe288ab0807f2  GDGraph-1.43.tar.gz
+7cba9e4e9fc0c146ab1e34d00f61d932  GDGraph-1.4305.tar.gz




More information about the scm-commits mailing list