Name: python-coffin Version: 0.3.4 Release: 1 Url: http://pypi.python.org/pypi/Coffin/ Summary: Jinja2 adapter for Django License: BSD Group: Development/Libraries Source: http://pypi.python.org/packages/source/C/Coffin/Coffin-%{version}.tar.gz BuildRequires: python-devel BuildRequires: python-setuptools Requires: Django Requires: python-jinja2 BuildArch: noarch %description Jinja2 adapter for Django. Jinja is a small but fast and easy to use stand-alone template engine written in pure python. %prep %setup -q -n Coffin-%{version} %build export CFLAGS="%{optflags}" %{__python} setup.py build %install %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS README.rst %python_sitelib/coffin* %exclude %python_sitelib/tests* %python_sitelib/*.egg-info %changelog * Mon Apr 25 2011 Rahul Sundaram - 0.3.4-1 - Initial spec for Fedora.