https://github.com/alunux/rpm-specfiles
My RPM spec files
https://github.com/alunux/rpm-specfiles
fedora rpm rpm-packages rpmbuild
Last synced: 3 days ago
JSON representation
My RPM spec files
- Host: GitHub
- URL: https://github.com/alunux/rpm-specfiles
- Owner: alunux
- Created: 2017-04-02T22:51:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-11T15:36:37.000Z (almost 5 years ago)
- Last Synced: 2024-01-28T17:38:59.017Z (over 1 year ago)
- Topics: fedora, rpm, rpm-packages, rpmbuild
- Homepage:
- Size: 193 KB
- Stars: 10
- Watchers: 4
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rpm-specfiles
My RPM spec files for Fedora**How to use:**
- Prepare development tools: `$ sudo dnf install gcc git rpmdevtools`
- Setup RPM build tree: `$ rpmdev-setuptree`
- Clone this git repo: `$ git clone https://github.com/alunux/rpm-specfiles.git && cd rpm-specfiles`
- Copy spec file which you want to build, for example budgie-desktop-git: `$ cp budgie-desktop-git.spec ~/rpmbuild/SPECS`
- Enter ~/rpmbuild/SPECS directory: `$ cd ~/rpmbuild/SPECS`
- Install all build requirements: `$ sudo dnf builddep budgie-desktop-git.spec`
- Build the package: `$ rpmbuild -bb budgie-desktop-git.spec`
- When done, you’ll see the binary RPM in the ~/rpmbuild/RPMS directory:**For Copr repo, visit:** https://copr.fedorainfracloud.org/coprs/alunux