forked from pool/python-Sphinx
Accepting request 84427 from devel:languages:python
- Require python-docutils instead of docutils - Change license to BSD-2-Clause (SPDX style, according to LICENSE) OBS-URL: https://build.opensuse.org/request/show/84427 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Sphinx?expand=0&rev=7
This commit is contained in:
@@ -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
|
Wed Aug 31 13:59:59 UTC 2011 - saschpe@suse.de
|
||||||
|
|
||||||
|
@@ -19,18 +19,18 @@
|
|||||||
|
|
||||||
Name: python-Sphinx
|
Name: python-Sphinx
|
||||||
Version: 1.0.7
|
Version: 1.0.7
|
||||||
Release: 5
|
Release: 0
|
||||||
Url: http://sphinx.pocoo.org
|
Url: http://sphinx.pocoo.org
|
||||||
Summary: Python documentation generator
|
Summary: Python documentation generator
|
||||||
License: BSD
|
License: BSD-2-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Source: http://pypi.python.org/packages/source/S/Sphinx/Sphinx-%{version}.tar.gz
|
Source: http://pypi.python.org/packages/source/S/Sphinx/Sphinx-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: docutils
|
BuildRequires: python-docutils
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-distribute
|
BuildRequires: python-distribute
|
||||||
BuildRequires: python-Jinja2
|
BuildRequires: python-Jinja2
|
||||||
Requires: docutils
|
Requires: python-docutils
|
||||||
Requires: python-Jinja2
|
Requires: python-Jinja2
|
||||||
Requires: python-Pygments
|
Requires: python-Pygments
|
||||||
Requires: python-distribute
|
Requires: python-distribute
|
||||||
@@ -61,8 +61,6 @@ come from the power and straightforwardness of reStructuredText and its parsing
|
|||||||
and translating suite, the Docutils.
|
and translating suite, the Docutils.
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
|
|
||||||
|
|
||||||
Summary: Documentation for %{name}
|
Summary: Documentation for %{name}
|
||||||
Group: Documentation/Other
|
Group: Documentation/Other
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
@@ -97,9 +95,6 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
|||||||
%endif
|
%endif
|
||||||
%find_lang sphinx
|
%find_lang sphinx
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f sphinx.lang
|
%files -f sphinx.lang
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS CHANGES LICENSE README TODO
|
%doc AUTHORS CHANGES LICENSE README TODO
|
||||||
|
Reference in New Issue
Block a user