We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d4f4c1 commit 6104e3fCopy full SHA for 6104e3f
make_rpm
@@ -216,9 +216,13 @@ echo "Done."
216
# Prepare new data directory
217
echo "Prepare data directory"
218
cd data
219
+rm -rf backup
220
rm -rf core.err
221
rm -rf ./etc/certs/*
222
rm -rf foglamp.db*
223
+rm -rf logs
224
+rm -rf scripts
225
+rm -rf support
226
rm -rf var
227
228
# Build the package
packages/RPM/SPECS/foglamp.spec
@@ -1,10 +1,10 @@
1
%define __spec_install_pre /bin/true
2
3
-Name: foglamp
+Name: __NAME__
4
Vendor: Dianomic Systems, Inc. <[email protected]>
5
-Version: 1.7.0
+Version: __VERSION__
6
Release: 1
7
-BuildArch: x86_64
+BuildArch: __ARCH__
8
Summary: FogLAMP, the open source platform for the Internet of Things
9
License: Apache License
10
Group: IOT
0 commit comments