docs: readme

This commit is contained in:
wildlife 2024-05-28 10:52:31 +08:00
commit 9b4cacfdd5
7 changed files with 30 additions and 0 deletions

2
BUILD/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*
!.gitignore

2
BUILDROOT/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*
!.gitignore

18
README.md Normal file
View File

@ -0,0 +1,18 @@
# rpmbuild
- [x] DingTalk
- [x] Typora
- [x] WeChat
Packaging for Fedora 40
```shell
cd ~/rpmbuild
sudo dnf builddep ./SPECS/<package>.spec
spectool -gR ./SPECS/<package>.spec
rpmbuild -ba ./SPECS/<package>.spec
```

2
RPMS/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*
!.gitignore

1
SOURCES/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.deb

3
SPECS/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*
!.gitignore
!*.spec

2
SRPMS/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*
!.gitignore