mirror of
https://github.com/ben-grande/qusal.git
synced 2025-08-14 17:05:34 -04:00
Fail
This commit is contained in:
parent
f345ebc8a1
commit
6fb526768f
7 changed files with 73 additions and 35 deletions
|
@ -26,7 +26,8 @@ spec_gen="./scripts/spec-gen.sh"
|
|||
"${spec_gen}" "${project}"
|
||||
sudo dnf build-dep "${spec}"
|
||||
rpmlint "${spec}"
|
||||
rpmdev-setuptree
|
||||
mkdir -p ~/rpmbuild/BUILD ~/rpmbuild/BUILDROOT ~/rpmbuild/RPMS \
|
||||
~/rpmbuild/SOURCES ~/rpmbuild/SPECS ~/rpmbuild/SRPMS
|
||||
cp -r "${group}/${project}" ~/rpmbuild/BUILD/"${group}-${project}"
|
||||
cp -r "${group}/${project}" ~/rpmbuild/SOURCES/"${group}-${project}"
|
||||
rpmbuild -ba "${spec}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue