Skip to content

Commit

Permalink
try to fix rpm build (+debug)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-domke committed Oct 29, 2018
1 parent 10dc196 commit e452ca0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions software/build-scripts/build-rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion software/build-scripts/infnoise-tools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion software/build-scripts/infnoise.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e452ca0

Please sign in to comment.