- Require python-docutils instead of docutils

- Change license to BSD-2-Clause (SPDX style, according to LICENSE)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=7
This commit is contained in:
Sascha Peilicke 2011-09-22 10:59:46 +00:00 committed by Git OBS Bridge
parent 003f62b989
commit 541ed43825
2 changed files with 10 additions and 9 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Sep 22 10:58:02 UTC 2011 - saschpe@suse.de
- Require python-docutils instead of docutils
- Change license to BSD-2-Clause (SPDX style, according to LICENSE)
-------------------------------------------------------------------
Wed Aug 31 13:59:59 UTC 2011 - saschpe@suse.de

View File

@ -19,18 +19,18 @@
Name: python-Sphinx
Version: 1.0.7
Release: 5
Release: 0
Url: http://sphinx.pocoo.org
Summary: Python documentation generator
License: BSD
License: BSD-2-Clause
Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/S/Sphinx/Sphinx-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: docutils
BuildRequires: python-docutils
BuildRequires: python-devel
BuildRequires: python-distribute
BuildRequires: python-Jinja2
Requires: docutils
Requires: python-docutils
Requires: python-Jinja2
Requires: python-Pygments
Requires: python-distribute
@ -61,8 +61,6 @@ come from the power and straightforwardness of reStructuredText and its parsing
and translating suite, the Docutils.
%package doc
Summary: Documentation for %{name}
Group: Documentation/Other
Requires: %{name} = %{version}
@ -97,9 +95,6 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%endif
%find_lang sphinx
%clean
rm -rf %{buildroot}
%files -f sphinx.lang
%defattr(-,root,root,-)
%doc AUTHORS CHANGES LICENSE README TODO