File python-pyexcelerator.spec of Package python-pyexcelerator
# norootforbuild
Name: python-pyexcelerator
Version: 0.6.4.1
Release: 1.0
License: BSD License
Group: Development/Libraries/Python
Url: http://sourceforge.net/projects/pyexcelerator/
Source: http://downloads.sourceforge.net/pyexcelerator/pyexcelerator-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
%py_requires
Summary: Library for manipulating MS Excel files
%description
Generating Excel 97+ files with Python 2.4+ (need decorators), importing Excel 95+ files, support for UNICODE in Excel files, using variety of formatting features and printing options, Excel files and OLE2 compound files dumper. No need in Windows/COM
%prep
%setup -qn pyexcelerator-%{version}
%build
%{__python} setup.py build
%install
%{__python} setup.py install --root=%{buildroot} --prefix=%{_prefix} --record-rpm=INSTALLED_FILES
%clean
test "%{buildroot}" != "/" && %__rm -rf %{buildroot}
%files -f INSTALLED_FILES
%defattr(-,root,root)
%doc CHANGES.txt