summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuchang Woo <suchang.woo@samsung.com>2015-05-21 22:04:22 +0900
committerSuchang Woo <suchang.woo@samsung.com>2015-05-21 22:05:10 +0900
commit7de9ee95ef4b69c15a9f76eb0ce45caeff97be1a (patch)
treea7c812e222fffd50474fbfe005c8a0d52eef0129
parent8d787e6eb3ef64e204e3ea5e041b083841cf739b (diff)
downloadmodel-config-n4-7de9ee95ef4b69c15a9f76eb0ce45caeff97be1a.tar.gz
model-config-n4-7de9ee95ef4b69c15a9f76eb0ce45caeff97be1a.tar.bz2
model-config-n4-7de9ee95ef4b69c15a9f76eb0ce45caeff97be1a.zip
Signed-off-by: Suchang Woo <suchang.woo@samsung.com> Change-Id: I7b0ad0b07d4b62a7439bcea9c207f0892d3f7525
-rw-r--r--packaging/model-config-n4.spec (renamed from packaging/model-config-m0.spec)12
1 files changed, 7 insertions, 5 deletions
diff --git a/packaging/model-config-m0.spec b/packaging/model-config-n4.spec
index 50757cc..94cc507 100644
--- a/packaging/model-config-m0.spec
+++ b/packaging/model-config-n4.spec
@@ -1,9 +1,11 @@
-Name: model-config-m0
+%define debug_package %{nil}
+
+Name: model-config-n4
Summary: A Model configuration
Version: 0.0.1
Release: 0
Group: System/Configuration
-License: Apache License, Version 2.0
+License: Apache-2.0
BuildArch: noarch
Source0: %{name}-%{version}.tar.gz
@@ -17,9 +19,9 @@ Model configuration data package
%install
rm -rf %{buildroot}
-mkdir -p %{buildroot}/etc/config
-cp -f model-config.xml %{buildroot}/etc/config/model-config.xml
+mkdir -p %{buildroot}%{_sysconfdir}/config
+cp -f model-config.xml %{buildroot}%{_sysconfdir}/config/model-config.xml
%files
-/etc/config/model-config.xml
+%{_sysconfdir}/config/model-config.xml
%manifest model-config.manifest