File python-turbokid.spec of Package python-turbokid
%define modname TurboKid
Name: python-turbokid
Version: 1.0.4
Release: 1
Summary: Python Template Plugin That Supports Kid Templates
URL: http://www.turbogears.org/
License: MIT
Group: Development/Libraries/Python
Source: %{modname}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-buildroot
%{py_requires}
BuildRequires: python-devel python-setuptools
Requires: python-kid python-setuptools
%description
This package provides a template engine plugin, allowing you to easily use Kid
with TurboGears, Buffet or other systems that support
python.templating.engines.
Authors:
--------
Kevin Dangoor <dangoor+turbogears@gmail.com>
%prep
%setup -q -n %{modname}-%{version}
%build
export CFLAGS="$RPM_OPT_FLAGS"
python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record-rpm=INSTALLED_FILES
%clean
rm -rf %{buildroot}
%files -f INSTALLED_FILES
%defattr(-,root,root)
%doc README.txt
%changelog
* Tue Nov 11 2008 - Ciaran Farrell <cfarrell1980@gmail.com> - 1.0.4-1
- change --record to --record-rpm as per bnc#441794
* Tue Feb 12 2008 - Peter Poeml <poeml@suse.de> - 1.0.4-1
- update to 1.0.4
* Thu Oct 25 2007 - Peter Poeml <poeml@suse.de> - 1.0.3-2
- fix package name (..json -> ..kid)
* Wed Oct 24 2007 - James Oakley <jfunk@funktronics.ca> - 1.0.3-1
- Initial release