From: Jehun Lim Date: Mon, 16 Feb 2015 02:49:34 +0000 (+0900) Subject: add manifest file X-Git-Tag: accepted/tizen/tv/20150218.123053~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ccaee57a5d1ee767db79253892dc8ee558c98e8;p=profile%2Ftv%2Fapps%2Fnative%2Fsource.git add manifest file Change-Id: Ibc49156afe83df3f8027e6323ecdb60700121860 Signed-off-by: Jehun Lim --- diff --git a/packaging/org.tizen.source-list-tv-ref.manifest b/packaging/org.tizen.source-list-tv-ref.manifest new file mode 100644 index 0000000..97e8c31 --- /dev/null +++ b/packaging/org.tizen.source-list-tv-ref.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/org.tizen.source-list-tv-ref.spec b/packaging/org.tizen.source-list-tv-ref.spec index 8aeed29..0e65921 100644 --- a/packaging/org.tizen.source-list-tv-ref.spec +++ b/packaging/org.tizen.source-list-tv-ref.spec @@ -5,6 +5,8 @@ Release: 1 Group: Applications/Core Applications License: Apache-2.0 Source0: %{name}-%{version}.tar.gz +Source1: %{name}.manifest + BuildRequires: cmake BuildRequires: pkgconfig(application-common) BuildRequires: gettext-tools @@ -34,6 +36,7 @@ Description: source-list application %prep %setup -q +cp %{SOURCE1} . %build cmake . \ @@ -55,6 +58,7 @@ rm -rf %{buildroot} rm -rf %{buildroot} %files +%manifest %{name}.manifest %defattr(-,root,root,-) %{_bindir}/* %{_imgdir}/*.png