SUSE: rpm-packaging fixes
Change-Id: Ic7ddc34bbb2fe414d41a083efd8caf35a12488ab Signed-off-by: Marco Varlese <marco.varlese@suse.de>
This commit is contained in:
Marco Varlese
committed by
Damjan Marion
parent
a74ee1f7aa
commit
aa839cab98
@ -26,7 +26,14 @@ PC=%
|
||||
|
||||
all: RPM
|
||||
|
||||
ifeq ($(filter opensuse,$(OS_ID)),$(OS_ID))
|
||||
# SUSE rolling-release (a.k.a. Tumbleweed)
|
||||
ifeq ($(filter opensuse-tumbleweed,$(OS_ID)),$(OS_ID))
|
||||
SPEC_FILE='vpp-suse.spec'
|
||||
# SUSE osleap15
|
||||
else ifeq ($(filter opensuse-leap,$(OS_ID)),$(OS_ID))
|
||||
SPEC_FILE='vpp-suse.spec'
|
||||
# SUSE leap42.x
|
||||
else ifeq ($(filter opensuse,$(OS_ID)),$(OS_ID))
|
||||
SPEC_FILE='vpp-suse.spec'
|
||||
else
|
||||
SPEC_FILE='vpp.spec'
|
||||
|
@ -157,7 +157,7 @@ This package contains the python bindings for the vpp api
|
||||
export VPP_BUILD_USER=suse
|
||||
export VPP_BUILD_HOST=SUSE
|
||||
|
||||
make V=1 PLATFORM=vpp build-release
|
||||
make V=1 PLATFORM=vpp vpp_uses_cmake=no build-release
|
||||
|
||||
cd %{_vpp_build_dir}/../src/vpp-api/python && %{py2_build}
|
||||
|
||||
|
Reference in New Issue
Block a user