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