Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# rpmbuild

- [x] DingTalk
- [x] Typora
- [x] WeChat

Packaging for Fedora 40/41

```shell
cd ~/rpmbuild
sudo dnf install rpmdevtools
sudo dnf builddep ./SPECS/.spec
spectool -gR ./SPECS/.spec
rpmbuild -ba ./SPECS/.spec
```