Files
mscp/rpm
Ryo Nakamura 306a00ced5 build source rpm inside a container
A new build target `build-srpm` builds mscp src.rpm inside a docker
container. The src.rpm can be published at COPR.
2024-02-04 10:58:11 +09:00
..
2024-02-04 10:58:11 +09:00
2024-02-04 10:58:11 +09:00

Build mscp as src.rpm for publishing at COPR

How to build

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.