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
This commit is contained in:
Sascha Peilicke 2011-09-26 08:11:45 +00:00 committed by Git OBS Bridge
parent 37c7d3dd27
commit 61fba8f791
2 changed files with 10 additions and 7 deletions

View File

@ -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

View File

@ -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