Add RPM package SPEC (#23)

This commit is contained in:
udarnik386
2021-07-05 09:02:19 +03:00
committed by GitHub
parent dcb9882978
commit 2ca5dbf071
5 changed files with 179 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# librespeedgo-rpm
Librespeedtest Go version package (tested for el7)
upstream: https://github.com/librespeed/speedtest-go
custom rpmmacro vars:
* hk_version - define version
* hk_build - define build
* godir - change default GOPATH
example:
```
rpmbuild -D 'hk_build 3' -D 'hk_version 1.1.3' -D 'godir %{_builddir}/%{name}/.go' -bb SPECS/librespeedgo.spec
```