Update to last successful build

12c3fac87b0270d941fa330068732b5ffbd76802 Translation: updated .pot file

OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libzypp?expand=0&rev=2270
This commit is contained in:
ZYpp Developers 2021-01-12 18:36:40 +00:00 committed by Git OBS Bridge
parent a8f233c3f3
commit 3c170adfcb
2 changed files with 7 additions and 10 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c1b22b83650b7d3fcfec5c25e06974a498640950b1447faa928ee67c11fda6d5
size 4791101
oid sha256:dc17e63bf1c4142d78b15fd3d4fd2131ca9eeaa541f6d60d2a47962e390a4477
size 4835796

View File

@ -73,12 +73,9 @@ BuildRequires: doxygen
BuildRequires: gcc-c++ >= 7
BuildRequires: gettext-devel
BuildRequires: graphviz
BuildRequires: libproxy-devel
BuildRequires: libxml2-devel
BuildRequires: yaml-cpp-devel
%if 0%{?suse_version} != 1110
# No libproxy on SLES
BuildRequires: libproxy-devel
%endif
%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
BuildRequires: pkgconfig
@ -240,10 +237,10 @@ cd build
export CFLAGS="%{optflags}"
export CXXFLAGS="%{optflags}"
unset EXTRA_CMAKE_OPTIONS
# No libproxy on SLE11
%if 0%{?suse_version} == 1110
export EXTRA_CMAKE_OPTIONS="-DDISABLE_LIBPROXY=ON"
%endif
%if 0%{?sle_version} == 150300
export CXXFLAGS="$CXXFLAGS -DZYPPNEWSPPSWENPPYZ"
endif
cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DENABLE_BUILD_DOCS=TRUE \