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, 0 insertions, 17 deletions
diff --git a/rpm/README.md b/rpm/README.md
deleted file mode 100644
index d24bb64..0000000
--- a/rpm/README.md
+++ /dev/null
@@ -1,17 +0,0 @@
-
-## 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/).