db076d76aa
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/grafana-pcp#691da46533b77603e7897133fc7e4d70ce62c284
21 lines
461 B
Markdown
21 lines
461 B
Markdown
# grafana-pcp
|
|
|
|
The grafana-pcp package
|
|
|
|
## Build instructions
|
|
```
|
|
VER=2.0.2
|
|
spectool -g grafana-pcp.spec
|
|
./create_dependency_bundle.sh grafana-pcp-$VER.tar.gz grafana-pcp-deps-$VER.tar.xz
|
|
./check_npm_dependencies.py grafana-pcp.spec grafana-pcp-$VER.tar.gz grafana-pcp-deps-$VER.tar.xz
|
|
fedpkg new-sources grafana-pcp-$VER.tar.gz grafana-pcp-deps-$VER.tar.xz
|
|
|
|
fedpkg local
|
|
fedpkg lint
|
|
fedpkg mockbuild
|
|
fedpkg scratch-build --srpm
|
|
|
|
fedpkg build
|
|
fedpkg update
|
|
```
|