From ade3e6c7ffbe8d1952ad65d5309bce3ccae5ddbe Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 17:56:32 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/sys-string.manifest | 5 +++++ packaging/sys-string.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/sys-string.manifest 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/* -- 2.7.4