diff options
author | Suchang Woo <suchang.woo@samsung.com> | 2015-05-21 22:04:22 +0900 |
---|---|---|
committer | Suchang Woo <suchang.woo@samsung.com> | 2015-05-21 22:05:10 +0900 |
commit | 7de9ee95ef4b69c15a9f76eb0ce45caeff97be1a (patch) | |
tree | a7c812e222fffd50474fbfe005c8a0d52eef0129 | |
parent | 8d787e6eb3ef64e204e3ea5e041b083841cf739b (diff) | |
download | model-config-n4-7de9ee95ef4b69c15a9f76eb0ce45caeff97be1a.tar.gz model-config-n4-7de9ee95ef4b69c15a9f76eb0ce45caeff97be1a.tar.bz2 model-config-n4-7de9ee95ef4b69c15a9f76eb0ce45caeff97be1a.zip |
Rename m0 to n4 and revise the spec filesubmit/tizen_mobile/20150521.131606accepted/tizen/mobile/20150522.005835
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 |