X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=build_rpm.sh;h=07e8692e0b3427872ed6bb35d02e8a3040390bf9;hb=be7c600d9e63c0e1815c8e7981fa64d19b261602;hp=998465a9cbf1e4b06d766af459a1238723f11c5c;hpb=8241eb34f6ab5bdbcaa67e2767210e3d950f7c8d;p=torbrowser-launcher.git diff --git a/build_rpm.sh b/build_rpm.sh index 998465a..07e8692 100755 --- a/build_rpm.sh +++ b/build_rpm.sh @@ -1,14 +1,14 @@ #!/bin/sh -VERSION=`cat version` +VERSION=`cat share/torbrowser-launcher/version` # clean up from last build rm -r build dist # build binary package -python setup.py bdist_rpm --requires="python-psutil, python-twisted, wmctrl, gnupg, fakeroot" +python3 setup.py bdist_rpm --requires="python3-qt5, python3-gpg, python3-requests, python3-pysocks, gnupg2" # install it echo "" echo "To install, run:" -echo "sudo yum install dist/torbrowser-launcher-$VERSION-1.noarch.rpm" +echo "sudo dnf install dist/torbrowser-launcher-$VERSION-1.noarch.rpm"