--- /dev/null
+Name: org.tizen.message
+#VCS_FROM: profile/mobile/apps/native/message#5d835724004dee23d573083f1363d6c1af44503c
+#RS_Ver: 20160419_1
+Summary: Messageapplication
+Version: 1.0.0
+Release: 1
+Group: Applications/Messaging
+License: Apache-2.0
+Source0: %{name}-%{version}.tar.gz
+
+BuildRequires: pkgconfig(libtzplatform-config)
+Requires(post): /usr/bin/tpk-backend
+
+%define preload_tpk_path %{TZ_SYS_RO_APP}/.preload-tpk
+
+%ifarch i386 i486 i586 i686 x86_64
+%define target i386
+%else
+%ifarch arm armv7l aarch64
+%define target arm
+%else
+%define target noarch
+%endif
+%endif
+
+%description
+This is a container package which have preload TPK files
+
+%prep
+%setup -q
+
+%build
+
+%install
+rm -rf %{buildroot}
+mkdir -p %{buildroot}/%{preload_tpk_path}
+install %{name}-%{version}-%{target}.tpk %{buildroot}/%{preload_tpk_path}/
+
+%post
+
+%files
+%defattr(-,root,root,-)
+%{preload_tpk_path}/*
+++ /dev/null
-Name: org.tizen.message
-#VCS_FROM: profile/mobile/apps/native/message#5d835724004dee23d573083f1363d6c1af44503c
-#RS_Ver: 20160419_1
-Summary: Messageapplication
-Version: 1.0.0
-Release: 1
-Group: Applications/Messaging
-License: Apache-2.0
-Source0: %{name}-%{version}.tar.gz
-
-BuildRequires: pkgconfig(libtzplatform-config)
-Requires(post): /usr/bin/tpk-backend
-
-%define preload_tpk_path %{TZ_SYS_RO_APP}/.preload-tpk
-
-%ifarch i386 i486 i586 i686 x86_64
-%define target i386
-%else
-%ifarch arm armv7l aarch64
-%define target arm
-%else
-%define target noarch
-%endif
-%endif
-
-%description
-This is a container package which have preload TPK files
-
-%prep
-%setup -q
-
-%build
-
-%install
-rm -rf %{buildroot}
-mkdir -p %{buildroot}/%{preload_tpk_path}
-install %{name}-%{version}-%{target}.tpk %{buildroot}/%{preload_tpk_path}/
-
-%post
-
-%files
-%defattr(-,root,root,-)
-%{preload_tpk_path}/*