torbrowser-launcher/build_rpm.sh

15 lines
324 B
Bash
Raw Normal View History

2014-05-02 01:29:13 +00:00
#!/bin/sh
2014-07-09 18:10:51 +00:00
VERSION=`cat share/torbrowser-launcher/version`
2014-05-02 01:29:13 +00:00
# clean up from last build
rm -r build dist
# build binary package
2017-01-27 04:22:31 +00:00
python setup.py bdist_rpm --requires="python-twisted, gnupg, fakeroot, pygtk2"
2014-05-02 01:29:13 +00:00
# install it
echo ""
echo "To install, run:"
echo "sudo yum install dist/torbrowser-launcher-$VERSION-1.noarch.rpm"