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:
parent
a8f233c3f3
commit
3c170adfcb
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:c1b22b83650b7d3fcfec5c25e06974a498640950b1447faa928ee67c11fda6d5
|
oid sha256:dc17e63bf1c4142d78b15fd3d4fd2131ca9eeaa541f6d60d2a47962e390a4477
|
||||||
size 4791101
|
size 4835796
|
||||||
|
13
libzypp.spec
13
libzypp.spec
@ -73,12 +73,9 @@ BuildRequires: doxygen
|
|||||||
BuildRequires: gcc-c++ >= 7
|
BuildRequires: gcc-c++ >= 7
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: graphviz
|
BuildRequires: graphviz
|
||||||
|
BuildRequires: libproxy-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: yaml-cpp-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}
|
%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -240,10 +237,10 @@ cd build
|
|||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
export CXXFLAGS="%{optflags}"
|
export CXXFLAGS="%{optflags}"
|
||||||
unset EXTRA_CMAKE_OPTIONS
|
unset EXTRA_CMAKE_OPTIONS
|
||||||
# No libproxy on SLE11
|
|
||||||
%if 0%{?suse_version} == 1110
|
%if 0%{?sle_version} == 150300
|
||||||
export EXTRA_CMAKE_OPTIONS="-DDISABLE_LIBPROXY=ON"
|
export CXXFLAGS="$CXXFLAGS -DZYPPNEWSPPSWENPPYZ"
|
||||||
%endif
|
endif
|
||||||
|
|
||||||
cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
||||||
-DENABLE_BUILD_DOCS=TRUE \
|
-DENABLE_BUILD_DOCS=TRUE \
|
||||||
|
Loading…
Reference in New Issue
Block a user