Frank Schreiner 2016-04-12 15:09:42 +00:00 committed by Git OBS Bridge
parent 217417b3f7
commit 17e9286257

View File

@ -38,7 +38,7 @@ BuildRequires: sqlite3-devel
BuildRequires: lzma-devel
BuildRequires: zlib-devel
BuildRequires: bash-completion
BuildRequires: drpm-devel >= 0.1.3
#BuildRequires: drpm-devel >= 0.1.3
%if %{with python3}
BuildRequires: python3-devel
@ -108,7 +108,7 @@ mkdir py3
%endif
%build
%cmake -DENABLE_LEGACY_WEAKTAGS=1
%cmake -DENABLE_LEGACY_WEAKTAGS=1 -DENABLE_DRPM=OFF
make %{?_smp_mflags}
make doc-c