Code Monkey home page Code Monkey logo

deluge-rhel's Introduction

deluge-rhel

Forked from https://src.fedoraproject.org/rpms/deluge.git to build for RHEL/CentOS 8

How to build

See https://github.com/chrisdevchroma/build-packages-docker/blob/master/deluge.sh for a automated script.

Manual build

  1. Install the Development tools (includes rpm-build)
sudo dnf group install "Development Tools"
  1. Install rpmdevtools (for spectool)
sudo dnf install rpmdevtools
  1. Install deluge build dependencies
sudo dnf install python3-devel python3-wheel
  1. Build & install dependency rb_libtorrent & rb_libtorrent-python3 -> see https://github.com/chrisdevchroma/rb_libtorrent-rhel
  2. Clone repo with git and cd into the folder
cd deluge-rhel
  1. Create build/SOURCES dir
mkdir -p build/SOURCES
  1. Download deluge source tarball with spectool
spectool -g -C build/SOURCES deluge.spec
  1. Copy *.service files into build/SOURCES
cp *.service build/SOURCES
  1. Build package with rpmbuild
rpmbuild --define "_topdir `pwd`/build" -ba deluge.spec
  1. Install deluge packages
# All packages
sudo dnf install ./build/RPMS/noarch/deluge*.rpm
# Seperate packages
sudo dnf install ./build/RPMS/noarch/deluge-common-*.el8.noarch.rpm
sudo dnf install ./build/RPMS/noarch/deluge-images-*.el8.noarch.rpm
sudo dnf install ./build/RPMS/noarch/deluge-daemon-*.el8.noarch.rpm
sudo dnf install ./build/RPMS/noarch/deluge-web-*.el8.noarch.rpm
sudo dnf install ./build/RPMS/noarch/deluge-gtk-*.el8.noarch.rpm
sudo dnf install ./build/RPMS/noarch/deluge-console-*.el8.noarch.rpm
sudo dnf install ./build/RPMS/noarch/deluge-[[:digit:]]*.el8.noarch.rpm

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.