15
0
forked from pool/python-Mako

- Added python-nose BuildRequires for testsuite and packages make-render

binary

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Mako?expand=0&rev=2
This commit is contained in:
Sascha Peilicke
2011-09-01 14:11:57 +00:00
committed by Git OBS Bridge
parent 721384684b
commit 52b4b6e362
2 changed files with 9 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Sep 1 14:10:31 UTC 2011 - saschpe@suse.de
- Added python-nose BuildRequires for testsuite and packages make-render
binary
-------------------------------------------------------------------
Thu Sep 1 13:23:11 UTC 2011 - saschpe@suse.de
+3 -1
View File
@@ -19,7 +19,7 @@ Name: python-Mako
Version: 0.4.2
Release: 0
Url: http://www.makotemplates.org/
Summary: A super-fast templating language that borrows the best ideas from the existing templating languages.
Summary: A super-fast Python templating language
License: MIT
Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/M/Mako/Mako-%{version}.tar.gz
@@ -27,6 +27,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-distribute
BuildRequires: python-MarkupSafe
BuildRequires: python-nose
Requires: python-Beaker >= 1.1
Requires: python-MarkupSafe
%if 0%{?suse_version}
@@ -64,6 +65,7 @@ python setup.py test
%files
%defattr(-,root,root,-)
%doc CHANGES LICENSE README README.py3k examples
%{_bindir}/mako-render
%{python_sitelib}/*
%changelog