diff --git a/python-Sphinx.changes b/python-Sphinx.changes index 4ab180e..a7ef36d 100644 --- a/python-Sphinx.changes +++ b/python-Sphinx.changes @@ -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 diff --git a/python-Sphinx.spec b/python-Sphinx.spec index b4691f7..584bfc3 100644 --- a/python-Sphinx.spec +++ b/python-Sphinx.spec @@ -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