rpms/python-pycha/devel chavier.desktop, NONE, 1.1 import.log, NONE, 1.1 python-pycha.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ionuț Arțăriși mapleoin at fedoraproject.org
Wed Mar 31 12:05:58 UTC 2010


Author: mapleoin

Update of /cvs/pkgs/rpms/python-pycha/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27578/devel

Modified Files:
	.cvsignore sources 
Added Files:
	chavier.desktop import.log python-pycha.spec 
Log Message:
initial release



--- NEW FILE chavier.desktop ---
[Desktop Entry]
Name=Chavier
GenericName=Chavier
Comment=Graph plotting visualization
Exec=chavier
Icon=
Terminal=false
Type=Application
Categories=Graphics;

--- NEW FILE import.log ---
python-pycha-0_5_2-2_fc12:HEAD:python-pycha-0.5.2-2.fc12.src.rpm:1270037027


--- NEW FILE python-pycha.spec ---
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}

%global shortname pycha

Name:           python-pycha
Version:        0.5.2
Release:        2%{?dist}
Summary:        A library for drawing charts with Python and Cairo

Group:          Development/Libraries
License:        LGPLv3+
URL:            http://bitbucket.org/lgs/pycha/wiki/Home
Source0:        http://pypi.python.org/packages/source/p/%{shortname}/%{shortname}-%{version}.tar.gz
Source1:        chavier.desktop
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  desktop-file-utils
BuildRequires:  pycairo
BuildRequires:  python2-devel
BuildRequires:  python-setuptools
Requires:       pycairo

%description
Pycha is a very simple Python package for drawing charts using the great Cairo
library. Its goals are:
    * Lightweight
    * Simple to use
    * Nice looking with default values
    * Customization 
It won't try to draw any possible chart on earth but draw the most common ones
nicely.

%package -n     chavier
Summary:        GUI application for exploring the pycha library
Group:          Development/Tools
Requires:       %{name} = %{version}-%{release}

%description -n chavier
Chavier allows the user to generate random data sets or use existing data to
test the various options that %{shortname} provides in an interactive GUI
application. Various chart types can be plotted and their options adjusted
from the interface.

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

%build
%{__python} setup.py build


%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}

desktop-file-install \
--dir=%{buildroot}%{_datadir}/applications %{SOURCE1}

%clean
rm -rf %{buildroot}

%check
%{__python} setup.py test

%files
%defattr(-,root,root,-)
%doc examples/ COPYING AUTHORS README.txt
%{python_sitelib}/%{shortname}
%{python_sitelib}/%{shortname}-*.egg-info

%files -n chavier
%defattr(-,root,root,-)
%{_bindir}/chavier
%{_datadir}/applications/chavier.desktop
%{python_sitelib}/chavier

%changelog
* Sat Mar 27 2010 Ionuț C. Arțăriși <mapleoin at fedoraproject.org> - 0.5.2-2
- changed license from LGPLv3 to LGPLv3+
- fixed spelling error in %%description
- capitalized chavier package %%summary
- added pycairo Requires
- removed tests

* Tue Mar 23 2010 Ionuț C. Arțăriși <mapleoin at fedoraproject.org> - 0.5.2-1
- first Fedora release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-pycha/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	30 Mar 2010 21:51:15 -0000	1.1
+++ .cvsignore	31 Mar 2010 12:05:57 -0000	1.2
@@ -0,0 +1 @@
+pycha-0.5.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-pycha/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	30 Mar 2010 21:51:15 -0000	1.1
+++ sources	31 Mar 2010 12:05:57 -0000	1.2
@@ -0,0 +1 @@
+d020809e39be6a491a61d58f59bc7fe5  pycha-0.5.2.tar.gz



More information about the scm-commits mailing list