summaryrefslogtreecommitdiff
path: root/rpm/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'rpm/README.md')
-rw-r--r--rpm/README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/rpm/README.md b/rpm/README.md
new file mode 100644
index 0000000..d24bb64
--- /dev/null
+++ b/rpm/README.md
@@ -0,0 +1,17 @@
+
+## Build mscp as src.rpm for publishing at COPR
+
+### How to build
+
+```shell-session
+cd mscp
+mkdir build && cd build
+
+cmake .. make build-srpm
+```
+
+`make build-srpm` builds mscp src.rpm inside a docker container.
+
+After that, there is `mscp-0.1.3-1.el9.src.rpm` under the `build`
+directory. The next step for publishing is to upload the src.rpm to
+[coprs/upaaa/mscp](https://copr.fedorainfracloud.org/coprs/upaaa/mscp/build/6983569/).