mirror of
https://github.com/lanseyujie/rpmbuild.git
synced 2025-01-23 05:52:19 +08:00
docs: readme
This commit is contained in:
commit
9b4cacfdd5
2
BUILD/.gitignore
vendored
Normal file
2
BUILD/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
2
BUILDROOT/.gitignore
vendored
Normal file
2
BUILDROOT/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
18
README.md
Normal file
18
README.md
Normal 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
2
RPMS/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
1
SOURCES/.gitignore
vendored
Normal file
1
SOURCES/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.deb
|
3
SPECS/.gitignore
vendored
Normal file
3
SPECS/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
*
|
||||
!.gitignore
|
||||
!*.spec
|
2
SRPMS/.gitignore
vendored
Normal file
2
SRPMS/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
Loading…
Reference in New Issue
Block a user