https://github.com/superboum/rpm
Fedora RPM built on copr
https://github.com/superboum/rpm
fedora rpm
Last synced: 8 days ago
JSON representation
Fedora RPM built on copr
- Host: GitHub
- URL: https://github.com/superboum/rpm
- Owner: superboum
- Created: 2018-05-19T18:59:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-21T21:12:51.000Z (about 2 years ago)
- Last Synced: 2024-01-21T22:25:11.652Z (about 2 years ago)
- Topics: fedora, rpm
- Language: Makefile
- Homepage: https://copr.fedorainfracloud.org/coprs/superboum/
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# superboum/rpm
[](https://copr.fedorainfracloud.org/coprs/superboum/chez-scheme/package/chez-scheme/)
## Build a RPM
To execute the same script that will be executed by `copr`, it is recommended you build the RPM like that:
```
cd ./
make -f ../.copr/Makefile rpm spec=chez-scheme.spec outdir=../out
```
Then, you will find your RPM file in the `out/` folder in the root directory of the project.
## Contributions
Feel free to propose contributions and evolutions to this copr package.