summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuchang Woo <suchang.woo@samsung.com>2015-05-21 22:07:53 +0900
committerSuchang Woo <suchang.woo@samsung.com>2015-05-21 22:08:19 +0900
commita81b4fbc70e8b3e09e134bf30f28b8e5e3abf46f (patch)
tree8d7e0785e23a852643c557dcfba1c9940f62ee3b
parent140a2572f419c1c5266f0770cf415f1983753aca (diff)
downloadmodel-config-xu3-a81b4fbc70e8b3e09e134bf30f28b8e5e3abf46f.tar.gz
model-config-xu3-a81b4fbc70e8b3e09e134bf30f28b8e5e3abf46f.tar.bz2
model-config-xu3-a81b4fbc70e8b3e09e134bf30f28b8e5e3abf46f.zip
Signed-off-by: Suchang Woo <suchang.woo@samsung.com> Change-Id: I1782bc8a0e8da524caaa303065dbe76d29e021f6
-rw-r--r--packaging/model-config-xu3.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-xu3.spec
index 50757cc..b617a2b 100644
--- a/packaging/model-config-m0.spec
+++ b/packaging/model-config-xu3.spec
@@ -1,9 +1,11 @@
-Name: model-config-m0
+%define debug_package %{nil}
+
+Name: model-config-xu3
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