forked from pool/python-djvulibre
- Fix fdupes call
- Do not explicitly state required devel version for python, useless here OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-djvulibre?expand=0&rev=35
This commit is contained in:
parent
8e3d672d5e
commit
0cb8e5549e
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 6 12:51:38 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Fix fdupes call
|
||||||
|
- Do not explicitly state required devel version for python, useless here
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 17 20:57:59 UTC 2018 - lazy.kent@opensuse.org
|
Wed Oct 17 20:57:59 UTC 2018 - lazy.kent@opensuse.org
|
||||||
|
|
||||||
|
@ -29,18 +29,16 @@ Source1: https://files.pythonhosted.org/packages/source/p/python-djvulibr
|
|||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
BuildRequires: %{python_module Cython >= 0.19}
|
BuildRequires: %{python_module Cython >= 0.19}
|
||||||
BuildRequires: %{python_module Sphinx}
|
BuildRequires: %{python_module Sphinx}
|
||||||
BuildRequires: %{python_module devel >= 2.6}
|
BuildRequires: %{python_module devel}
|
||||||
|
BuildRequires: %{python_module nose}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: djvulibre
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: graphviz
|
BuildRequires: graphviz
|
||||||
BuildRequires: graphviz-gnome
|
BuildRequires: graphviz-gnome
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: pkgconfig(ddjvuapi) >= 3.5.21
|
BuildRequires: pkgconfig(ddjvuapi) >= 3.5.21
|
||||||
# Required for tests.
|
|
||||||
BuildRequires: %{python_module nose}
|
|
||||||
BuildRequires: djvulibre
|
|
||||||
#
|
|
||||||
Requires: djvulibre >= 3.5.21
|
Requires: djvulibre >= 3.5.21
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
@ -72,7 +70,7 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
|
|||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
rm build/sphinx/html/.buildinfo build/sphinx/html/objects.inv
|
rm build/sphinx/html/.buildinfo build/sphinx/html/objects.inv
|
||||||
%fdupes %{buildroot}%{_prefix}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
cd tests/
|
cd tests/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user