SHA256
1
0
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:
Adrian Schröter 2018-04-05 16:18:17 +00:00 committed by Git OBS Bridge
parent 6e21111983
commit cab9aecee6
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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