1
0

build requires python-distribute

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-djvulibre?expand=0&rev=3
This commit is contained in:
Kyrill Detinov 2011-10-23 08:48:41 +00:00 committed by Git OBS Bridge
parent eaa2bf6d6e
commit 53bf4b7285
2 changed files with 1 additions and 6 deletions

View File

@ -4,8 +4,7 @@ Sat Oct 22 17:28:05 UTC 2011 - lazy.kent@opensuse.org
- Update to 0.3.4.
+ Fix compatibility with Python 3.X (broken in 0.3.3).
+ Update various external documentation URLs.
- Build requires python-distribute instead of python-setuptools in
openSUSE >= 12.1.
- Build requires python-distribute instead of python-setuptools.
- Build doc package. Build requires python-sphinx, graphviz and
graphviz-gnome.

View File

@ -29,11 +29,7 @@ BuildRequires: libdjvulibre-devel
BuildRequires: pkg-config
BuildRequires: python-Cython
BuildRequires: python-devel
%if 0%{?suse_version} >= 1210
BuildRequires: python-distribute
%else
BuildRequires: python-setuptools
%endif
# Starting openSUSE 12.1 the package name is python-Sphinx.
BuildRequires: python-sphinx
BuildRoot: %{_tmppath}/%{name}-%{version}-build