Update to last successful build
40829505a3b11d2359f503f7c0a69016db1cf9e4 Add initial .po file set derived from tarballs OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libzypp?expand=0&rev=1331
This commit is contained in:
parent
7e58860732
commit
f20c6947f7
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1bc4ec57eaa00f57d509b535ff4a5226a6540f9ff29ef9dd43c31835d2262ca0
|
||||
size 4859977
|
||||
oid sha256:a9faaf6e560f624f2d2b9f4e269f4e2691a05e0f461153d0db6e6517ca14593a
|
||||
size 4643324
|
||||
|
@ -196,12 +196,6 @@ export CXX=g++-4.6
|
||||
export CFLAGS="$RPM_OPT_FLAGS"
|
||||
export CXXFLAGS="$RPM_OPT_FLAGS"
|
||||
unset EXTRA_CMAKE_OPTIONS
|
||||
# We are moving towards a uniform translation set for SLE and openSUSE.
|
||||
# While separate SLE translations are still present, overlay them.
|
||||
unset TRANSLATION_SET
|
||||
if [ -f ../po/sle-zypp-po.tar.bz2 ]; then
|
||||
export TRANSLATION_SET=sle-zypp
|
||||
fi
|
||||
# No libproxy on SLE11
|
||||
%if 0%{?suse_version} == 1110
|
||||
export EXTRA_CMAKE_OPTIONS="-DDISABLE_LIBPROXY=ON"
|
||||
@ -212,7 +206,6 @@ cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
||||
-DLIB=%{_lib} \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_SKIP_RPATH=1 \
|
||||
-DUSE_TRANSLATION_SET=${TRANSLATION_SET:-zypp} \
|
||||
${EXTRA_CMAKE_OPTIONS} \
|
||||
..
|
||||
make %{?_smp_mflags} VERBOSE=1
|
||||
|
Loading…
Reference in New Issue
Block a user