Sophie

Sophie

distrib > Mandriva > current > x86_64 > by-pkgid > 239ad88bdc3a163b76af56c2a5626151 > files > 2

python-pyemf-2.0.0-1mdv2010.1.src.rpm

%define module	pyemf
%define name	python-%{module}
%define version 2.0.0
%define release %mkrel 1

Summary:	Pure Python Enhanced Metafile Library
Name:		%{name}
Version:	%{version}
Release:	%{release}
Source0:	%{module}-%{version}.tar.gz
License:	LGPLv2.1
Group:		Development/Python
Url:		http://pyemf.sourceforge.net/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
%py_requires -d

%description
pyemf is a pure python module that provides bindings for an ECMA-234
compliant vector graphics library. ECMA-234 is the published interface
for the Windows GDI used in the Microsoft windows environment and,
more importantly, natively supported by the OpenOffice suite of tools.

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

%install
%__rm -rf %{buildroot}
%__python setup.py install --root=%{buildroot} --record=FILE_LIST

%clean
%__rm -rf %{buildroot}

%files -f FILE_LIST
%defattr(-,root,root)
%doc ChangeLog LICENSE README examples/


%changelog
* Sun Jan 10 2010 Lev Givon <lev@mandriva.org> 2.0.0-1mdv2010.1
+ Revision: 488867
- import python-pyemf