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

View File

@@ -6,7 +6,7 @@ Group: Applications/Security
License: CC0
URL: https://github.com/13-37-org/infnoise
Vendor: 13-37.org
Source: infnoise.tar.gz
Source: infnoise-%{version}.tar.gz
Prefix: %{_prefix}
Packager: Manuel Domke
BuildRoot: %{_tmppath}/%{name}-root

View File

@@ -6,7 +6,7 @@ Group: Applications/Security
License: CC0
URL: https://github.com/manuel-domke/infnoise
Vendor: 13-37.org
Source: infnoise.tar.gz
Source: infnoise-%{version}.tar.gz
Prefix: %{_prefix}
Packager: Manuel Domke
BuildRoot: %{_tmppath}/%{name}-root