From: Alexandru Cornea Date: Mon, 1 Jul 2013 13:50:58 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.221504~1 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fbase%2Fsys-string-0.git;a=commitdiff_plain;h=9eb1c58f5772f71db39ea9701cd4c330879fcd23 resetting manifest requested domain to floor --- diff --git a/packaging/sys-string.manifest b/packaging/sys-string.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/sys-string.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/sys-string.spec b/packaging/sys-string.spec index f011b5d..b3d9e02 100644 --- a/packaging/sys-string.spec +++ b/packaging/sys-string.spec @@ -5,6 +5,7 @@ Release: 2 Group: TO_BE/FILLED_IN License: Apache License, Version 2.0 Source0: %{name}-%{version}.tar.gz +Source1001: sys-string.manifest BuildRequires: gettext-tools %description @@ -12,6 +13,7 @@ System string package for multilinugual support %prep %setup -q +cp %{SOURCE1001} . %build /usr/bin/msgfmt -o ar.mo ar.po @@ -174,5 +176,6 @@ cp zh_SG.mo %{buildroot}%{_datadir}/locale/zh_SG/LC_MESSAGES/sys_string.mo cp zh_TW.mo %{buildroot}%{_datadir}/locale/zh_TW/LC_MESSAGES/sys_string.mo %files +%manifest %{name}.manifest %defattr(-,root,root,-) %{_datadir}/locale/*/LC_MESSAGES/*