summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorYoungjae Shin <yj99.shin@samsung.com>2018-12-11 11:02:00 +0900
committerYoungjae Shin <yj99.shin@samsung.com>2018-12-11 11:02:18 +0900
commit9834eb6496b47ee3d63a2bd75dc167ab0b0ef6f8 (patch)
tree11aa959d40124a6ca69d7a6a5354b38844a73645 /packaging
parentefa8e2066db366306c19604ddb3b8d5bc676959e (diff)
downloadunified-model-config-9834eb6496b47ee3d63a2bd75dc167ab0b0ef6f8.tar.gz
unified-model-config-9834eb6496b47ee3d63a2bd75dc167ab0b0ef6f8.tar.bz2
unified-model-config-9834eb6496b47ee3d63a2bd75dc167ab0b0ef6f8.zip
Change-Id: Ieaed08c991ce69063f466e6af3905633185142f3
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/unified-model-config.spec44
1 files changed, 1 insertions, 43 deletions
diff --git a/packaging/unified-model-config.spec b/packaging/unified-model-config.spec
index 72afaa0..fa12a8f 100755
--- a/packaging/unified-model-config.spec
+++ b/packaging/unified-model-config.spec
@@ -13,12 +13,6 @@ Source1001: %{name}.manifest
%description
Model configuration data package
-%package -n model-config-emulator-profile_common
-Summary: A Model configuration for common profile
-Provides: model-config
-%description -n model-config-emulator-profile_common
-Model configuiration data pacakge (emulator/common)
-
%package -n model-config-emulator-profile_mobile
Summary: A Model configuration for mobile profile
Provides: model-config
@@ -73,24 +67,12 @@ Provides: model-config
%description -n model-config-tw3
Model configuiration data pacakge(tw3)
-%package -n model-config-xu3-profile_common
-Summary: Model configuration of XU3 for common profiles
-Provides: model-config
-%description -n model-config-xu3-profile_common
-Model configuration data package main body supporting common profiles
-
%package -n model-config-xu3-profile_tv
Summary: Model configuration of XU3 for TV profile
Provides: model-config
%description -n model-config-xu3-profile_tv
Model configuration data package main body supporting TV profile
-%package -n model-config-rpi3-profile_common
-Summary: Model configuration of RPi3 for common profile
-Provides: model-config
-%description -n model-config-rpi3-profile_common
-Model configuration data package main body supporting common profile
-
%package -n model-config-rpi3-profile_tv
Summary: Model configuration of RPi3 for TV profile
Provides: model-config
@@ -109,7 +91,6 @@ rm -rf %{buildroot}
mkdir -p %{buildroot}%{_sysconfdir}/config
###### For emulator ######
-cp -f emulator/model-config.xml %{buildroot}%{_sysconfdir}/config/emul_common.xml
cp -f emulator/model-config_wearable.xml %{buildroot}%{_sysconfdir}/config/emul_wearable.xml
%ifarch x86_64
@@ -120,7 +101,7 @@ cp -f emulator/model-config_tv.xml %{buildroot}%{_sysconfdir}/config/emul_tv.xml
cp -f emulator/model-config_mobile.xml %{buildroot}%{_sysconfdir}/config/emul_mobile.xml
%endif
-###### For generic ######
+###### For generic & iot ######
cp -f generic/model-config.xml %{buildroot}%{_sysconfdir}/config/generic.xml
cp -f generic/model-config-iot.xml %{buildroot}%{_sysconfdir}/config/iot.xml
@@ -137,21 +118,12 @@ cp -f tw2/model-config.xml %{buildroot}%{_sysconfdir}/config/tw2.xml
cp -f tw3/model-config.xml %{buildroot}%{_sysconfdir}/config/tw3.xml
###### For xu3 ######
-cp -f xu3/model-config.xml %{buildroot}%{_sysconfdir}/config/xu3.xml
cp -f xu3/model-config_tv.xml %{buildroot}%{_sysconfdir}/config/xu3_tv.xml
###### For rpi3 ######
-cp -f rpi3/model-config.xml %{buildroot}%{_sysconfdir}/config/rpi3.xml
cp -f rpi3/model-config_tv.xml %{buildroot}%{_sysconfdir}/config/rpi3_tv.xml
-%post -n model-config-emulator-profile_common
-ln -sf emul_common.xml %{_sysconfdir}/config/model-config.xml
-%files -n model-config-emulator-profile_common
-%manifest %{name}.manifest
-%config %{_sysconfdir}/config/emul_common.xml
-%license LICENSE.Apache-2.0
-
%post -n model-config-emulator-profile_mobile
ln -sf emul_mobile.xml %{_sysconfdir}/config/model-config.xml
%files -n model-config-emulator-profile_mobile
@@ -215,13 +187,6 @@ ln -sf tw3.xml %{_sysconfdir}/config/model-config.xml
%config %{_sysconfdir}/config/tw3.xml
%license LICENSE.Apache-2.0
-%post -n model-config-xu3-profile_common
-ln -sf xu3.xml %{_sysconfdir}/config/model-config.xml
-%files -n model-config-xu3-profile_common
-%manifest %{name}.manifest
-%config %{_sysconfdir}/config/xu3.xml
-%license LICENSE.Apache-2.0
-
%post -n model-config-xu3-profile_tv
ln -sf xu3_tv.xml %{_sysconfdir}/config/model-config.xml
%files -n model-config-xu3-profile_tv
@@ -229,13 +194,6 @@ ln -sf xu3_tv.xml %{_sysconfdir}/config/model-config.xml
%config %{_sysconfdir}/config/xu3_tv.xml
%license LICENSE.Apache-2.0
-%post -n model-config-rpi3-profile_common
-ln -sf rpi3.xml %{_sysconfdir}/config/model-config.xml
-%files -n model-config-rpi3-profile_common
-%manifest %{name}.manifest
-%config %{_sysconfdir}/config/rpi3.xml
-%license LICENSE.Apache-2.0
-
%post -n model-config-rpi3-profile_tv
ln -sf rpi3_tv.xml %{_sysconfdir}/config/model-config.xml
%files -n model-config-rpi3-profile_tv