mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
Prevent having 2 spec files in the source tree, it causes troubles with rpmbuild.
This commit is contained in:
parent
c31ccedd1b
commit
e1b1d47543
2 changed files with 2 additions and 1 deletions
|
|
@ -74,4 +74,5 @@ cd ..
|
|||
mkdir -p ${RPM_FOLDER}/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS}
|
||||
tar --transform "s/^${REPO_FOLDER}/${RPM_NAME}/" -czvf ${RPM_FOLDER}/rpmbuild/SOURCES/${RPM_NAME}.tar.gz ${REPO_FOLDER}/
|
||||
|
||||
rpmbuild -bb --define "_topdir $PWD/${RPM_FOLDER}/rpmbuild" build/rpm/qt5.spec
|
||||
rpmbuild -bb --define "_topdir $PWD/${RPM_FOLDER}/rpmbuild" build/rpm/qt5.spec.in
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue