resetting manifest requested domain to floor 92/4492/1
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 14:10:45 +0000 (17:10 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 14:10:45 +0000 (17:10 +0300)
capi-appfw-app-manager.manifest [deleted file]
packaging/capi-appfw-app-manager.manifest [new file with mode: 0644]
packaging/capi-appfw-app-manager.spec

diff --git a/capi-appfw-app-manager.manifest b/capi-appfw-app-manager.manifest
deleted file mode 100755 (executable)
index 75b0fa5..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<manifest>
-    <request>
-        <domain name="_"/>
-    </request>
-</manifest>
diff --git a/packaging/capi-appfw-app-manager.manifest b/packaging/capi-appfw-app-manager.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 77096fc..03bca96 100755 (executable)
@@ -5,6 +5,7 @@ Release:    22
 Group:      API/C API
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
+Source1001:    capi-appfw-app-manager.manifest
 BuildRequires:  cmake
 BuildRequires:  pkgconfig(dlog)
 BuildRequires:  pkgconfig(vconf)
@@ -29,6 +30,7 @@ The Application Manager API provides functions to get information about running
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 
 %build
@@ -47,10 +49,12 @@ rm -rf %{buildroot}
 
 
 %files
+%manifest %{name}.manifest
 %{_libdir}/libcapi-appfw-app-manager.so.*
 %manifest capi-appfw-app-manager.manifest
 
 %files devel
+%manifest %{name}.manifest
 %{_includedir}/appfw/*.h
 %{_libdir}/libcapi-appfw-app-manager.so
 %{_libdir}/pkgconfig/*.pc