Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lanseyujie/rpmbuild
Packaging for Fedora 40/41
https://github.com/lanseyujie/rpmbuild
deb dingtalk fedora rpm typora wechat
Last synced: about 2 months ago
JSON representation
Packaging for Fedora 40/41
- Host: GitHub
- URL: https://github.com/lanseyujie/rpmbuild
- Owner: lanseyujie
- Created: 2024-05-24T02:20:10.000Z (7 months ago)
- Default Branch: dev
- Last Pushed: 2024-11-04T07:57:18.000Z (about 2 months ago)
- Last Synced: 2024-11-04T08:32:14.838Z (about 2 months ago)
- Topics: deb, dingtalk, fedora, rpm, typora, wechat
- Language: Shell
- Homepage:
- Size: 21.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rpmbuild
- [x] DingTalk
- [x] Typora
- [x] WeChatPackaging for Fedora 40/41
```shell
cd ~/rpmbuild
sudo dnf install rpmdevtools
sudo dnf builddep ./SPECS/.spec
spectool -gR ./SPECS/.spec
rpmbuild -ba ./SPECS/.spec
```