source: git/redhat/README @ 2f30bc

spielwiese
Last change on this file since 2f30bc was 2f30bc, checked in by Hans Schoenemann <hannes@…>, 8 years ago
Revert "refresh redhat material (consistency)" This reverts commit 9b612a512c1ce005e1e97653c532f712a0fb028c.
  • Property mode set to 100644
File size: 445 bytes
Line 
1SINGULAR rpm packages
2=====================
3
4To build Singular rpm packages run (with 4.0.0 replaced by the respective Singular version):
5$ rpmbuild -tb singular-4.0.0.tar.gz
6
7To install the newly created packages run (as superuser, with x86_64 replaced by your architecture and 4.0.0 by the respective Singular version):
8$ cd `rpm --eval '%{_topdir}'`/RPMS
9$ rpm -i x86_64/singular-4.0.0-1.x86_64.rpm noarch/singular-common-4.0.0-1.noarch.rpm
10
Note: See TracBrowser for help on using the repository browser.