Summary: Genshi Name: python-genshi Version: 0.5.1 Release: 1 License: GPL Group: System/Base BuildRequires: python BuildArch: noarch Source: Genshi-%{version}.tar.bz2 %description Genshi is a Python library that provides an integrated set of components for parsing, generating, and processing HTML, XML or other textual content for output generation on the web. %prep %setup -q -n Genshi-%{version} %build %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install --skip-build \ --root $RPM_BUILD_ROOT \ --single-version-externally-managed %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) /