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:
parent
37c7d3dd27
commit
61fba8f791
@ -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
|
Wed Jul 20 18:03:33 UTC 2011 - saschpe@gmx.de
|
||||||
|
|
||||||
|
@ -19,16 +19,16 @@
|
|||||||
|
|
||||||
Name: python-Flask
|
Name: python-Flask
|
||||||
Version: 0.7.2
|
Version: 0.7.2
|
||||||
Release: 1
|
Release: 0
|
||||||
Url: http://github.com/mitsuhiko/flask/
|
Url: http://github.com/mitsuhiko/flask/
|
||||||
Summary: A microframework based on Werkzeug, Jinja2 and good intentions
|
Summary: A microframework based on Werkzeug, Jinja2 and good intentions
|
||||||
License: BSD
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Source: http://pypi.python.org/packages/source/F/Flask/Flask-%{version}.tar.gz
|
Source: http://pypi.python.org/packages/source/F/Flask/Flask-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-nose
|
BuildRequires: python-nose
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-distribute
|
||||||
Requires: python-werkzeug
|
Requires: python-werkzeug
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%py_requires
|
%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!
|
intentions. And before you ask: It's BSD licensed!
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
|
|
||||||
Summary: Documentation for python-Flask
|
Summary: Documentation for python-Flask
|
||||||
Group: Documentation/Other
|
Group: Documentation/Other
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
@ -64,9 +63,6 @@ python setup.py build
|
|||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS CHANGES LICENSE
|
%doc AUTHORS CHANGES LICENSE
|
||||||
|
Loading…
Reference in New Issue
Block a user