rpms/pychart/devel pychart.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Thu Sep 22 18:15:43 UTC 2005


Author: spot

Update of /cvs/extras/rpms/pychart/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23382/devel

Modified Files:
	.cvsignore sources 
Added Files:
	pychart.spec 
Log Message:
auto-import pychart-1.38-2 on branch devel from pychart-1.38-2.src.rpm


--- NEW FILE pychart.spec ---
%{!?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}
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
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	ghostscript-devel
BuildArch:	noarch

%description
PyChart is a Python library for creating high quality Encapsulated Postscript,
PDF, PNG, or SVG charts. It currently supports line plots, bar plots, 
range-fill plots, and pie charts. Because it is based on Python, you can make 
full use of Python's scripting power.

%package doc
Summary: Documentation for using pychart in python programs
Group: Documentation
Requires: %{name} = %{version}-%{release}

%description doc
PyChart is a Python library for creating high quality Encapsulated Postscript,
PDF, PNG, or SVG charts. It currently supports line plots, bar plots,
range-fill plots, and pie charts. Because it is based on Python, you can make
full use of Python's scripting power.

Install this package if you want the developers' documentation and examples
that tell you how to program with the pychart library.

%prep
%setup -q -n PyChart-%{version}

%build
%{__python} setup.py build
cd doc/
make

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install --skip-build --root=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc COPYING
%{python_sitelib}/pychart/

%files doc
%defattr(-,root,root,-)
%doc doc/examples doc/pychart

%changelog
* Mon Sep 19 2005 Toshio Kuratomi <toshio at tiki-lounge.com> 1.38-2
- Create a doc subpackage with the developers documentation

* Sat Sep 17 2005 Tom "spot" Callaway <tcallawa at redhat.com> 1.38-1
- initial package for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pychart/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 Sep 2005 18:15:05 -0000	1.1
+++ .cvsignore	22 Sep 2005 18:15:41 -0000	1.2
@@ -0,0 +1 @@
+PyChart-1.38.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pychart/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 Sep 2005 18:15:05 -0000	1.1
+++ sources	22 Sep 2005 18:15:41 -0000	1.2
@@ -0,0 +1 @@
+30b41cb4e0cd4957a8e54b0a58ee48a2  PyChart-1.38.tar.gz




More information about the fedora-extras-commits mailing list