rpms/perl-Chart/devel .cvsignore, 1.2, 1.3 perl-Chart.spec, 1.3, 1.4 sources, 1.2, 1.3

Ville Skytta (scop) fedora-extras-commits at redhat.com
Wed Jan 25 16:34:46 UTC 2006


Author: scop

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

Modified Files:
	.cvsignore perl-Chart.spec sources 
Log Message:
* Wed Jan 25 2006 Ville Skyttä <ville.skytta at iki.fi> - 2.4.1-1
- 2.4.1.
- Don't ship rgb.txt in docs.
- Specfile cleanups.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Chart/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	17 Jan 2005 21:07:15 -0000	1.2
+++ .cvsignore	25 Jan 2006 16:34:46 -0000	1.3
@@ -1 +1 @@
-Chart-2.3.tar.gz
+Chart-2.4.1.tar.gz


Index: perl-Chart.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Chart/devel/perl-Chart.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Chart.spec	6 Apr 2005 22:12:43 -0000	1.3
+++ perl-Chart.spec	25 Jan 2006 16:34:46 -0000	1.4
@@ -1,19 +1,16 @@
-%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
-
 Name:           perl-Chart
-Version:        2.3
-Release:        3
-
+Version:        2.4.1
+Release:        1%{?dist}
 Summary:        Perl module for producing many types of charts
 
 Group:          Development/Libraries
 License:        GPL or Artistic
 URL:            http://search.cpan.org/dist/Chart/
-Source0:        http://www.cpan.org/authors/id/C/CH/CHARTGRP/Chart-2.3.tar.gz
+Source0:        http://www.cpan.org/authors/id/C/CH/CHARTGRP/Chart-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl >= 1:5.6.1, perl(GD) >= 1.20
+BuildRequires:  perl(GD) >= 1.20
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -22,7 +19,7 @@
 
 %prep
 %setup -q -n Chart-%{version}
-chmod 644 Chart/*.pm TODO doc/Documentation.pdf
+chmod -c 644 Chart/*.pm TODO Documentation.pdf
 
 
 %build
@@ -38,7 +35,7 @@
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
-%check || :
+%check
 make test
 
 
@@ -48,12 +45,18 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README TODO doc/Documentation.pdf rgb.txt
-%{perl_vendorlib}/Chart
+%doc README TODO Documentation.pdf
+%{perl_vendorlib}/Chart*
+%{_mandir}/man3/Chart.3*
 
 
 %changelog
-* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+* Wed Jan 25 2006 Ville Skyttä <ville.skytta at iki.fi> - 2.4.1-1
+- 2.4.1.
+- Don't ship rgb.txt in docs.
+- Specfile cleanups.
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.3-3
 - rebuilt
 
 * Sun Jul 11 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:2.3-2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Chart/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	17 Jan 2005 21:07:15 -0000	1.2
+++ sources	25 Jan 2006 16:34:46 -0000	1.3
@@ -1 +1 @@
-809540667dd703353af30147ef27b67d  Chart-2.3.tar.gz
+5e7a80badfb8bf6e29b21879689bcc2f  Chart-2.4.1.tar.gz




More information about the fedora-extras-commits mailing list