Add manifest file for app-installers 38/48138/1
authorWonYoung Choi <wy80.choi@samsung.com>
Tue, 15 Sep 2015 02:52:45 +0000 (11:52 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Tue, 15 Sep 2015 02:52:45 +0000 (11:52 +0900)
Change-Id: Idc5d54280e6ade6533a3c7d10076048633c1778a

packaging/app-installers.manifest [new file with mode: 0644]
packaging/app-installers.spec

diff --git a/packaging/app-installers.manifest b/packaging/app-installers.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 3348357..4c1b92c 100644 (file)
@@ -8,6 +8,7 @@ Release:        1
 Group:          Application Framework/Package Management
 License:        Apache-2.0
 Source0:        %{name}-%{version}.tar.gz
+Source1000:     app-installers.manifest
 Source1001:     wgt-backend.manifest
 Source1002:     tpk-backend.manifest
 Source1003:     app-installers-tests.manifest
@@ -64,6 +65,7 @@ Unit tests for al modules of app-installers
 %prep
 %setup -q
 
+cp %{SOURCE1000} .
 cp %{SOURCE1001} .
 cp %{SOURCE1002} .
 cp %{SOURCE1003} .
@@ -93,6 +95,7 @@ chmod 0700 %{_bindir}/pkgdir_maker_impl.sh
 
 %files
 %defattr(-,root,root)
+%manifest app-installers.manifest
 %{_libdir}/libcommon-installer.so*
 %{_bindir}/pkgdir_maker_impl.sh
 %{_bindir}/pkgdir_maker