Name: python-excelerator Version: 0.6.4.1 Release: 2mamba Summary: A module to work with Excel 97+ files Group: System/Libraries/Python Vendor: openmamba Distribution: openmamba Packager: Stefano Cotta Ramusino URL: http://sourceforge.net/projects/pyexcelerator/ Source: http://downloads.sourceforge.net/project/pyexcelerator/pyExcelerator/%{version}/pyexcelerator-%{version}.zip License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: libpython-devel ## AUTOBUILDREQ-END Requires: python >= %python_version BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildArch: noarch %description PyExcelerator generate Excel 97+ files, import Excel 95+ files, dump Excel and OLE2 files. %prep %setup -q -n pyexcelerator-%{version} %build python setup.py build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" python setup.py install \ --root="%{buildroot}" \ --install-headers=%{_includedir}/python \ --install-lib=%{python_sitearch} %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %{python_sitearch}/pyExcelerator-*.egg-info %{python_sitearch}/pyExcelerator %changelog * Fri May 17 2013 Silvan Calarco 0.6.4.1-2mamba - python 2.7 mass rebuild * Tue Jan 05 2010 Stefano Cotta Ramusino 0.6.4.1-1mamba - package created by autospec