15
0
forked from pool/python-Mako

Accepting request 121845 from home:HighwayStar:branches:devel:languages:python

update to 0.7.0 version, python3 package added

OBS-URL: https://build.opensuse.org/request/show/121845
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Mako?expand=0&rev=7
This commit is contained in:
Todd R
2012-05-23 07:13:31 +00:00
committed by Git OBS Bridge
parent 0d63d35623
commit 9dc0d41d08
6 changed files with 97 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Mako
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
Name: python-Mako
Version: 0.5.0
Version: 0.7.0
Release: 0
Url: http://www.makotemplates.org/
Summary: A super-fast Python templating language
@@ -60,14 +60,16 @@ python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
mv %{buildroot}%{_bindir}/mako-render %{buildroot}%{_bindir}/mako-render-python%{py3_ver}
%check
python setup.py test
%files
%defattr(-,root,root,-)
%doc CHANGES LICENSE README README.py3k examples
%{_bindir}/mako-render
%{python_sitelib}/*
%doc CHANGES LICENSE README.rst examples
%{_bindir}/mako-render-python%{py3_ver}
%{python_sitelib}/mako/
%{python_sitelib}/Mako-%{version}-py%{py_ver}.egg-info
%changelog