Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > e1208b4c0628934f5eb1ca56c38fe49e > files > 2

python-odf-0.9.3-3.mga3.src.rpm

%define iname	odfpy

Name:		python-odf
Version:	0.9.3
Release:	%mkrel 3
Summary:	Python library for manipulating OpenDocument files
Group:		Development/Python
License:	GPLv2+
URL:		http://forge.osor.eu/projects/odfpy/
Source0:	http://forge.osor.eu/frs/download.php/1501/%{iname}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}
BuildArch:	noarch
BuildRequires:	python-devel 
BuildRequires:	python-setuptools

%description
Odfpy aims to be a complete API for OpenDocument in Python. Unlike
other more convenient APIs, this one is essentially an abstraction
layer just above the XML format. The main focus has been to prevent
the programmer from creating invalid documents. It has checks that
raise an exception if the programmer adds an invalid element, adds an
attribute unknown to the grammar, forgets to add a required attribute
or adds text to an element that doesn't allow it.
 
These checks and the API itself were generated from the RelaxNG
schema, and then hand-edited. Therefore the API is complete and can
handle all ODF constructions, but could be improved in its
understanding of data types.


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

%build
#CFLAGS="%{optflags}" %{__python} -c 'import setuptools; execfile("setup.py")' build
%{__python} setup.py build

%install
rm -rf %{buildroot}
#%{__python} -c 'import setuptools; execfile("setup.py")' install --skip-build --root %{buildroot}
PYTHONDONTWRITEBYTECODE= %{__python} setup.py install --skip-build --root %{buildroot} 
sed -i '/#!\/usr\/bin\/python/d' %{buildroot}%{python_sitelib}/odf/*.py

 
%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc examples
%doc contrib
%{_bindir}/*
%{_mandir}/man1/*
%{python_sitelib}/*egg-info
%{python_sitelib}/odf




%changelog

* Sun Jan 13 2013 umeabot <umeabot> 0.9.3-3.mga3
+ Revision: 379194
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Thu Dec 27 2012 pterjan <pterjan> 0.9.3-2.mga3
+ Revision: 335569
- Fix file list

* Tue Mar 29 2011 philippem <philippem> 0.9.3-1.mga1
+ Revision: 78882
- imported package python-odf