https://github.com/lanseyujie/rpmbuild
Packaging for Fedora 40/41
https://github.com/lanseyujie/rpmbuild
deb dingtalk fedora rpm typora wechat
Last synced: about 1 month 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 (12 months ago)
- Default Branch: dev
- Last Pushed: 2024-12-25T10:03:11.000Z (5 months ago)
- Last Synced: 2025-03-20T07:51:35.546Z (about 2 months ago)
- Topics: deb, dingtalk, fedora, rpm, typora, wechat
- Language: Shell
- Homepage:
- Size: 31.3 KB
- Stars: 8
- Watchers: 2
- 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
```