Creating a Singular Fedora package - BrentBaccala/Singular GitHub Wiki
To create a Singular Fedora package proceed as follows. These instructions were tested with version 4.0.0. Replace this in the following by the current version string. We assume that you followed the [instructions to compile Singular](Installation from GitHub on Fedora).
-
Install the necessary packages:
sudo yum install rpm-buildsudo yum install byacc
-
Create the source tar-file:
cd $HOME/git/Singular4/Sourcesmake dist
-
Build the package:
rpmbuild -tb singular-4.0.0.tar.gz