forked from pool/createrepo_c
osc copypac from project:home:adrianSuSE:branches:system:packagemanager package:createrepo_c revision:2, using keep-link
OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/createrepo_c?expand=0&rev=25
This commit is contained in:
parent
6e21111983
commit
cab9aecee6
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 5 15:50:28 UTC 2018 - adrian@suse.de
|
||||
|
||||
- fix spelling of old weakdeps feature switch (bsc#1088328)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 21 15:58:06 UTC 2018 - FSchreiner@suse.com
|
||||
|
||||
|
@ -146,7 +146,7 @@ sed -i -e '/HTML_TIMESTAMP/d' doc/Doxyfile.in.in
|
||||
%build
|
||||
%define __builddir build
|
||||
%cmake \
|
||||
-DENABLE_LEGACY_WEAKTAGS=1 \
|
||||
-DENABLE_LEGACY_WEAKDEPS=1 \
|
||||
%{!?with_drpm:-DENABLE_DRPM=OFF} \
|
||||
%{!?with_python2:-DENABLE_PYTHON=OFF}
|
||||
make %{?_smp_mflags}
|
||||
@ -156,7 +156,7 @@ make %{?_smp_mflags} doc-c
|
||||
cd ..
|
||||
%define __builddir build-py3
|
||||
%cmake \
|
||||
-DENABLE_LEGACY_WEAKTAGS=1 \
|
||||
-DENABLE_LEGACY_WEAKDEPS=1 \
|
||||
%{!?with_drpm:-DENABLE_DRPM=OFF} \
|
||||
%{!?with_python3:-DENABLE_PYTHON=OFF} \
|
||||
-DPYTHON_DESIRED:str=3
|
||||
|
Loading…
Reference in New Issue
Block a user