add manifest file 50/35450/1
authorJehun Lim <jehun.lim@samsung.com>
Mon, 16 Feb 2015 02:49:34 +0000 (11:49 +0900)
committerJehun Lim <jehun.lim@samsung.com>
Mon, 16 Feb 2015 02:50:05 +0000 (11:50 +0900)
Change-Id: Ibc49156afe83df3f8027e6323ecdb60700121860
Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
packaging/org.tizen.source-list-tv-ref.manifest [new file with mode: 0644]
packaging/org.tizen.source-list-tv-ref.spec

diff --git a/packaging/org.tizen.source-list-tv-ref.manifest b/packaging/org.tizen.source-list-tv-ref.manifest
new file mode 100644 (file)
index 0000000..97e8c31
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+       <request>
+               <domain name="_"/>
+       </request>
+</manifest>
index 8aeed29..0e65921 100644 (file)
@@ -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