From 61fba8f7910f0f60b8f98633e769200e646b40c44ada0b583a0965ec5b1e1064 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 26 Sep 2011 08:11:45 +0000 Subject: [PATCH] Accepting request 84392 from devel:languages:python - Set license to BSD-3-Clause (SPDX style) - Require python-distribute instead of python-setuptools - Remove %clean section OBS-URL: https://build.opensuse.org/request/show/84392 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Flask?expand=0&rev=3 --- python-Flask.changes | 7 +++++++ python-Flask.spec | 10 +++------- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/python-Flask.changes b/python-Flask.changes index 15f4b88..94ea256 100644 --- a/python-Flask.changes +++ b/python-Flask.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Sep 22 09:14:52 UTC 2011 - saschpe@suse.de + +- Set license to BSD-3-Clause (SPDX style) +- Require python-distribute instead of python-setuptools +- Remove %clean section + ------------------------------------------------------------------- Wed Jul 20 18:03:33 UTC 2011 - saschpe@gmx.de diff --git a/python-Flask.spec b/python-Flask.spec index 0d208f7..3697192 100644 --- a/python-Flask.spec +++ b/python-Flask.spec @@ -19,16 +19,16 @@ Name: python-Flask Version: 0.7.2 -Release: 1 +Release: 0 Url: http://github.com/mitsuhiko/flask/ Summary: A microframework based on Werkzeug, Jinja2 and good intentions -License: BSD +License: BSD-3-Clause Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/F/Flask/Flask-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-nose -BuildRequires: python-setuptools +BuildRequires: python-distribute Requires: python-werkzeug %if 0%{?suse_version} %py_requires @@ -45,7 +45,6 @@ Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. And before you ask: It's BSD licensed! %package doc - Summary: Documentation for python-Flask Group: Documentation/Other Requires: %{name} = %{version} @@ -64,9 +63,6 @@ python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root,-) %doc AUTHORS CHANGES LICENSE