try to fix rpm build (+debug)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user