try to fix rpm build (+debug)

This commit is contained in:
Manuel Domke
2018-10-29 17:05:58 +01:00
parent 10dc196527
commit e452ca038c
3 changed files with 8 additions and 2 deletions

View File

@@ -18,8 +18,14 @@ mkdir -p BUILD SPECS RPMS SRPMS
cp build-scripts/infnoise.spec build-scripts/infnoise-tools.spec SPECS
sed -i -- 's/__VERSION__/'$VERSION'/g' SPECS/infnoise.spec
sed -i -- 's/__RELEASE__/'$RELEASE'/g' SPECS/infnoise.spec
sed -i -- 's/__VERSION__/'$VERSION'/g' SPECS/infnoise-tools.spec
sed -i -- 's/__RELEASE__/'$RELEASE'/g' SPECS/infnoise-tools.spec
pwd
rpmbuild --define "_topdir `pwd`" -ba SPECS/infnoise.spec
pwd
rpmbuild --define "_topdir `pwd`" -ba SPECS/infnoise-tools.spec