Changes of Revision 4
[-] | Changed | python-sphinx.spec |
x 1
2 Source0: Sphinx-%{version}.tar.bz2 3 BuildRoot: %{_tmppath}/%{name}-%{version}-root 4 BuildRequires: python-distribute 5 -%if 0%{?suse_version} 6 BuildRequires: python 7 -%else 8 BuildRequires: python-devel 9 -%endif 10 11 %description 12 Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects. 13 |