Sophie

Sophie

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

python-pyemf-2.0.0-2.mga3.src.rpm

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

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
BuildRequires:	python-devel

%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
%defattr(-,root,root)
%doc ChangeLog LICENSE README examples/
%py_puresitedir/*




%changelog

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

* Sun Apr 24 2011 grenoya <grenoya> 2.0.0-1.mga1
+ Revision: 90145
- imported package python-pyemf