Name: ivi-demo-config Summary: Custom configs for Tizen IVI demos Version: 0.0.6 Release: 1 Group: System Environment/Libraries License: Apache License, Version 2.0 URL: http://www.tizen.org Source0: xorg-dual.conf Source1: configwheeldemo Source2: rundemo.sh Source3: start_video.sh Source4: settings Source5: tizen-base.repo Source6: tizen-ivi-demo.repo Source7: tizen-ivi.repo Source8: wheel.sh %description Provides customizations for Tizen IVI demos %prep %build %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_sysconfdir}/X11 install -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/X11/xorg.conf mkdir -p %{buildroot}%{_sysconfdir}/ambd install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/ambd/config mkdir -p %{buildroot}%{_libdir}/automotive-message-broker/scripts install -m 755 %{SOURCE2} %{buildroot}%{_libdir}/automotive-message-broker/scripts install -m 755 %{SOURCE3} %{buildroot}%{_libdir}/automotive-message-broker/scripts mkdir -p %{buildroot}/var/lib/connman install -m 600 %{SOURCE4} %{buildroot}/var/lib/connman mkdir -p %{buildroot}%{_sysconfdir}/zypp/repos.d install -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/zypp/repos.d install -m 644 %{SOURCE6} %{buildroot}%{_sysconfdir}/zypp/repos.d install -m 644 %{SOURCE7} %{buildroot}%{_sysconfdir}/zypp/repos.d install -m 755 %{SOURCE8} %{buildroot}%{_libdir}/automotive-message-broker/scripts %post # Create a new machine-info file in order to have a friendly name #!/bin/bash if [ ! -e %{_sysconfdir}/machine-info ]; then HOST_ID=$(hostid) cat > %{_sysconfdir}/machine-info <