Updated Modello web samples from upstream
[profile/ivi/sdk/web-sample-build.git] / samples / web / Sample / Tizen / Web App / ModelloAMBSimulator / project / packaging / Modello-AMBSimulator.spec
@@ -1,20 +1,28 @@
-Name:       Modello_AMBSimulator
-Summary:    A proof of concept pure html5 UI
+Name:       Modello-AMBSimulator
+Summary:    Pure html5 UI
 Version:    0.0.2
-Release:    1
-Group:      Applications/System
-License:    Apache 2.0
+Release:    0
+Group:      Automotive/Modello
+License:    Apache-2.0
 URL:        http://www.tizen.org
 Source0:    %{name}-%{version}.tar.bz2
+Source1001: Modello-AMBSimulator.manifest
+
 BuildRequires:  zip
-Requires:   Modello_Common
-BuildRequires: pkgconfig(libtzplatform-config)
+Requires:       Modello-Common
+BuildRequires:  pkgconfig(libtzplatform-config)
+
+BuildArchitectures: noarch
 
 %description
 A proof of concept pure html5 UI
 
 %prep
 %setup -q -n %{name}-%{version}
+cp %{SOURCE1001} .
+
+%build
+#empty
 
 %install
 rm -rf %{buildroot}
@@ -25,5 +33,6 @@ install -m 0644 AMBSimulator_icon.png %{buildroot}%{_datadir}/Modello/Common/ico
 
 %files
 %defattr(-,root,root,-)
-%{TZ_SYS_APP_PREINSTALL}/Modello_AMBSimulator.wgt
+%manifest %{name}.manifest
+%{TZ_SYS_APP_PREINSTALL}/%{name}.wgt
 %{_datadir}/Modello/Common/icons/AMBSimulator_icon.png