Commit 5b098ff7 authored by Ivan Mazhukin's avatar Ivan Mazhukin Committed by Vitaly Lipatov

epm repack geogebra-classic: remove python3 deps (eterbug #17865)

parent ac9bae4e
......@@ -7,17 +7,10 @@ SPEC="$2"
PRODUCT=geogebra-classic
PRODUCTDIR=/opt/$PRODUCT
PREINSTALL_PACKAGES="python3 rpm-build-python3"
. $(dirname $0)/common-chromium-browser.sh
move_to_opt
subst '1iBuildRequires:rpm-build-python3' $SPEC
if [ -z "$EPM_RPMBUILD" ] ; then
subst "1i%add_python3_path $PRODUCTDIR" $SPEC
fi
subst "s|/usr/share/$PRODUCT|$PRODUCTDIR|" $BUILDROOT/usr/bin/$PRODUCT
cleanup
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment