From 003f62b989e3374c415c0f31c114069ea3fb9f6f84a6afcc60012d7cbfbc5782 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Thu, 1 Sep 2011 15:27:26 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/python-Sphinx revision 6.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=359c53777350534903acdb28a7377c58 --- python-Sphinx.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-Sphinx.spec b/python-Sphinx.spec index 1375cc4..b4691f7 100644 --- a/python-Sphinx.spec +++ b/python-Sphinx.spec @@ -19,7 +19,7 @@ Name: python-Sphinx Version: 1.0.7 -Release: 3 +Release: 5 Url: http://sphinx.pocoo.org Summary: Python documentation generator License: BSD From 541ed438250d22076e330ecb85dd413c7bdba4f2f4cbe564f5cc5e8ccd5755b4 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 22 Sep 2011 10:59:46 +0000 Subject: [PATCH 2/2] - 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 --- python-Sphinx.changes | 6 ++++++ python-Sphinx.spec | 13 ++++--------- 2 files changed, 10 insertions(+), 9 deletions(-) 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