- 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
This commit is contained in:
Sascha Peilicke 2011-09-22 09:14:51 +00:00 committed by Git OBS Bridge
parent 96288d096f
commit 7791308245
2 changed files with 9 additions and 3 deletions

View File

@ -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 Tue Sep 20 12:57:24 UTC 2011 - saschpe@suse.de

View File

@ -19,15 +19,15 @@
Name: python-Jinja2 Name: python-Jinja2
Version: 2.6 Version: 2.6
Release: 1 Release: 0
Url: http://jinja.pocoo.org/ Url: http://jinja.pocoo.org/
Summary: A fast and easy to use template engine written in pure Python Summary: A fast and easy to use template engine written in pure Python
License: BSD License: BSD-3-Clause
Group: Development/Languages/Python Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/J/Jinja2/Jinja2-%{version}.tar.gz Source: http://pypi.python.org/packages/source/J/Jinja2/Jinja2-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-setuptools BuildRequires: python-distribute
%if 0%{?suse_version} %if 0%{?suse_version}
%py_requires %py_requires
%if 0%{?suse_version} > 1010 %if 0%{?suse_version} > 1010