forked from pool/createrepo_c
removed drpm dependencies
OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/createrepo_c?expand=0&rev=3
This commit is contained in:
parent
217417b3f7
commit
17e9286257
@ -38,7 +38,7 @@ BuildRequires: sqlite3-devel
|
|||||||
BuildRequires: lzma-devel
|
BuildRequires: lzma-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: bash-completion
|
BuildRequires: bash-completion
|
||||||
BuildRequires: drpm-devel >= 0.1.3
|
#BuildRequires: drpm-devel >= 0.1.3
|
||||||
|
|
||||||
%if %{with python3}
|
%if %{with python3}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
@ -108,7 +108,7 @@ mkdir py3
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -DENABLE_LEGACY_WEAKTAGS=1
|
%cmake -DENABLE_LEGACY_WEAKTAGS=1 -DENABLE_DRPM=OFF
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
make doc-c
|
make doc-c
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user