Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkgstore-old/linux-rpm-make
https://github.com/pkgstore-old/linux-rpm-make
linux make pkgstore rpm rpm-package rpm-packages rpm-spec
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pkgstore-old/linux-rpm-make
- Owner: pkgstore-old
- License: gpl-3.0
- Created: 2021-06-30T09:55:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-31T11:15:05.000Z (almost 3 years ago)
- Last Synced: 2024-02-23T11:54:36.164Z (11 months ago)
- Topics: linux, make, pkgstore, rpm, rpm-package, rpm-packages, rpm-spec
- Size: 3.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Make
A GNU tool for controlling the generation of executables and other non-source files of a program from the program's source files. Make allows users to build and install packages without any significant knowledge about the details of the build process. The details about how the program should be built are provided for make in the program's makefile.
## Install
### Fedora COPR
```
$ dnf copr enable pkgstore/build
$ dnf install -y make
```### Open Build Service (OBS)
```
# Work in Progress
```## Update
```
$ dnf upgrade -y make
```## Remove
```
$ dnf erase -y make
$ dnf copr remove pkgstore/build
```## How to Build
1. Get source from [src.fedoraproject.org](https://src.fedoraproject.org/rpms/make).
2. Write last commit SHA from [src.fedoraproject.org](https://src.fedoraproject.org/rpms/make) to [CHANGELOG](CHANGELOG).
3. Modify & update source (and `*.spec`).
4. Build SRPM & RPM.