|
@@ -3,7 +3,7 @@
|
|
|
%global upstream_name Sphinx
|
|
|
|
|
|
Name: python-sphinx
|
|
|
-Version: 1.0.5
|
|
|
+Version: 1.0.7
|
|
|
Release: 1%{?_dist_release}
|
|
|
Summary: Python documentation generator
|
|
|
|
|
@@ -21,13 +21,24 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
BuildArch: noarch
|
|
|
BuildRequires: python-devel >= 2.4
|
|
|
BuildRequires: python-setuptools
|
|
|
+%if %{?_dist_release} == "vl5"
|
|
|
+BuildRequires: python-simplejson
|
|
|
+BuildRequires: docutils
|
|
|
+%else
|
|
|
BuildRequires: python-docutils
|
|
|
+%endif
|
|
|
BuildRequires: python-jinja2
|
|
|
BuildRequires: python-nose
|
|
|
+%if %{?_dist_release} == "vl5"
|
|
|
+Requires: docutils
|
|
|
+%else
|
|
|
Requires: python-docutils
|
|
|
+%endif
|
|
|
Requires: python-jinja2
|
|
|
Requires: python-pygments
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
+Distribution: Vine Linux
|
|
|
|
|
|
%description
|
|
|
Sphinx is a tool that makes it easy to create intelligent and
|
|
@@ -152,6 +163,11 @@ popd
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Thu May 5 2011 IWAI, Masaharu <iwai@alib.jp> 1.0.7-1
|
|
|
+- new upstream release
|
|
|
+- add BuildRequires: python-simplejson for Vine5
|
|
|
+- add Vendor and Distribution tags
|
|
|
+
|
|
|
* Wed Dec 01 2010 Shu KONNO <owa@bg.wakwak.com> 1.0.5-1
|
|
|
- update sphinx to 1.0.5
|
|
|
|