diff options
Diffstat (limited to 'rpm')
| -rw-r--r-- | rpm/README.md | 17 | ||||
| -rw-r--r-- | rpm/mscp.spec.in | 3 |
2 files changed, 3 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/). diff --git a/rpm/mscp.spec.in b/rpm/mscp.spec.in index 40d0d8e..ec30be3 100644 --- a/rpm/mscp.spec.in +++ b/rpm/mscp.spec.in @@ -38,5 +38,8 @@ make -C build install DESTDIR=%{buildroot} %changelog +* Wed Feb 07 2024 Ryo nakamura <upa@haeena.net> - 0.1.4-0 +- RPM release for v0.1.4 + * Sat Feb 03 2024 Ryo nakamura <upa@haeena.net> - 0.1.3-0 - Initial release for rpm packaging |
