diff options
author | Suchang Woo <suchang.woo@samsung.com> | 2015-05-21 22:07:53 +0900 |
---|---|---|
committer | Suchang Woo <suchang.woo@samsung.com> | 2015-05-21 22:08:19 +0900 |
commit | a81b4fbc70e8b3e09e134bf30f28b8e5e3abf46f (patch) | |
tree | 8d7e0785e23a852643c557dcfba1c9940f62ee3b | |
parent | 140a2572f419c1c5266f0770cf415f1983753aca (diff) | |
download | model-config-xu3-a81b4fbc70e8b3e09e134bf30f28b8e5e3abf46f.tar.gz model-config-xu3-a81b4fbc70e8b3e09e134bf30f28b8e5e3abf46f.tar.bz2 model-config-xu3-a81b4fbc70e8b3e09e134bf30f28b8e5e3abf46f.zip |
Rename m0 to xu3 and revise the spec filesubmit/tizen_tv/20150521.131749accepted/tizen/tv/20150522.004850
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 |