rpms/pychart/FC-4 pychart-1.39-mkhowto.patch, NONE, 1.1 pychart.spec, 1.1, 1.2 sources, 1.2, 1.3

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Jan 9 23:00:33 UTC 2006


Author: spot

Update of /cvs/extras/rpms/pychart/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17011/FC-4

Modified Files:
	pychart.spec sources 
Added Files:
	pychart-1.39-mkhowto.patch 
Log Message:

Bump to 1.39.


pychart-1.39-mkhowto.patch:

--- NEW FILE pychart-1.39-mkhowto.patch ---
--- PyChart/doc/Makefile.BAD	2006-01-09 16:16:34.000000000 -0600
+++ PyChart/doc/Makefile	2006-01-09 16:17:00.000000000 -0600
@@ -1,5 +1,5 @@
 PYCHART_DIR=..
-PYTHON_DOC_DIR=$(HOME)/Python-2.4.2/Doc
+PYTHON_DOC_DIR=$(PYCHART_DIR)/Doc
 all: pychart examples
 
 pychart: pychart.tex


Index: pychart.spec
===================================================================
RCS file: /cvs/extras/rpms/pychart/FC-4/pychart.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pychart.spec	22 Sep 2005 18:15:41 -0000	1.1
+++ pychart.spec	9 Jan 2006 23:00:33 -0000	1.2
@@ -1,16 +1,22 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:		pychart
-Version:	1.38
-Release:	2%{?dist}
+Version:	1.39
+Release:	1%{?dist}
 License:	GPL
 Group:		System Environment/Libraries
 Summary:	Python library for generating chart images
 URL:		http://home.gna.org/pychart/
-Source0:	http://download.gna.org/pychart/PyChart-%{version}.tar.gz
+# This is the good upstream source. Unfortunately, we need to remove the dot to make latex2html happy.
+# Source0:	http://download.gna.org/pychart/PyChart-%{version}.tar.gz
+Source0:	PyChart-1_39.tar.gz
+# Fedora Core Python doesn't include the Doc/* directory in any binary package, so we can't build without
+# it as an addon source tarball. This is BZ #177350
+Source1:	python-2.4.2-Doc.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	ghostscript-devel
 BuildArch:	noarch
+Patch0:		pychart-1.39-mkhowto.patch
 
 %description
 PyChart is a Python library for creating high quality Encapsulated Postscript,
@@ -33,11 +39,14 @@
 that tell you how to program with the pychart library.
 
 %prep
-%setup -q -n PyChart-%{version}
+%setup -q -n PyChart-1_39 -T -b 0 -a 1
+%patch0 -p1
 
 %build
 %{__python} setup.py build
-cd doc/
+cd demos/
+make colorps colorpdf colorpng
+cd ../doc
 make
 
 %install
@@ -57,6 +66,9 @@
 %doc doc/examples doc/pychart
 
 %changelog
+* Mon Jan  9 2006 Tom "spot" Callaway <tcallawa at redhat.com> 1.39-1
+- bump to 1.39
+
 * Mon Sep 19 2005 Toshio Kuratomi <toshio at tiki-lounge.com> 1.38-2
 - Create a doc subpackage with the developers documentation
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pychart/FC-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	22 Sep 2005 18:15:41 -0000	1.2
+++ sources	9 Jan 2006 23:00:33 -0000	1.3
@@ -1 +1,2 @@
-30b41cb4e0cd4957a8e54b0a58ee48a2  PyChart-1.38.tar.gz
+6e5aa0836a3ccfb2c558072e067fd5a6  PyChart-1_39.tar.gz
+d5db2c4d2c0af6c3fc84ce013954ce4c  python-2.4.2-Doc.tar.gz




More information about the fedora-extras-commits mailing list