From e013b1148c20027605e8b8b44053b88baacbc59b Mon Sep 17 00:00:00 2001 From: neingeist Date: Sun, 13 Sep 2020 17:45:05 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Make=20a=20RPM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 8fc3e61..eae8d3c 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,14 @@ if ($SIZE < 8192 && /^From:.*myaddress@example.com/ && /^To:.*taskwarrior@/) exit } ~~~ + +Make a RPM +---------- +If needed: +* Update version in `setup.py` +* Commit +* Tag +* Push tags + +Make the RPM: +* `python setup.py bdist_rpm`