summaryrefslogtreecommitdiffstats
path: root/present/README.md
blob: dbc94bbc2473a29c0bdf8c4ccf83aeab0f18cbc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Present

Present is a really cool project, but it depends on pyfiglet, WHICH IS A BIG
NO-NO legally speaking T-T...

## Instructions

```
sudo dnf install @fedora-packager
sudo dnf builddep present/present.spec python-asciimatics/python-asciimatics.spec python-pyfiglet/python-pyfiglet.spec
rpmdev-setuptree
spectool -gR present/present.spec python-asciimatics/python-asciimatics.spec python-pyfiglet/python-pyfiglet.spec
rpmbuild -ba present/present.spec python-asciimatics/python-asciimatics.spec python-pyfiglet/python-pyfiglet.spec
```

If you wish to update the software or one of its dependencies:

1. Open the spec file with your favorite editor.
2. Change the version in the line beginning with `Version:`.
4. `spectool -gR VVVVVV.spec`
5. `rpmbuild -ba spec_file.spec`