From 77913082451a159e56ff63d9acae9efbd5023e4ba1fb8a7b4a4191547bf65e83 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 22 Sep 2011 09:14:51 +0000 Subject: [PATCH] - Set license to BSD-3-Clause (SPDX style) - Require python-distribute instead of python-setuptools OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Jinja2?expand=0&rev=6 --- python-Jinja2.changes | 6 ++++++ python-Jinja2.spec | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/python-Jinja2.changes b/python-Jinja2.changes index 7d2add9..aee5256 100644 --- a/python-Jinja2.changes +++ b/python-Jinja2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 22 09:13:19 UTC 2011 - saschpe@suse.de + +- Set license to BSD-3-Clause (SPDX style) +- Require python-distribute instead of python-setuptools + ------------------------------------------------------------------- Tue Sep 20 12:57:24 UTC 2011 - saschpe@suse.de diff --git a/python-Jinja2.spec b/python-Jinja2.spec index 7e54c3e..9d2811d 100644 --- a/python-Jinja2.spec +++ b/python-Jinja2.spec @@ -19,15 +19,15 @@ Name: python-Jinja2 Version: 2.6 -Release: 1 +Release: 0 Url: http://jinja.pocoo.org/ Summary: A fast and easy to use template engine written in pure Python -License: BSD +License: BSD-3-Clause Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/J/Jinja2/Jinja2-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel -BuildRequires: python-setuptools +BuildRequires: python-distribute %if 0%{?suse_version} %py_requires %if 0%{?suse_version} > 1010