resetting manifest requested domain to floor 73/5173/1
authorAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 16:10:53 +0000 (19:10 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 16:10:53 +0000 (19:10 +0300)
packaging/capi-base-common.manifest [new file with mode: 0644]
packaging/capi-base-common.spec

diff --git a/packaging/capi-base-common.manifest b/packaging/capi-base-common.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index b1ba39d..0dcc591 100644 (file)
@@ -5,6 +5,7 @@ License:        Apache-2.0
 Summary:        Common header files of Tizen Native API
 Group:          API/C API
 Source0:        %{name}-%{version}.tar.gz
+Source1001:    capi-base-common.manifest
 BuildRequires:  cmake
 
 %description
@@ -21,6 +22,7 @@ Common header files of Tizen Native API
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 %cmake .
@@ -30,8 +32,10 @@ make %{?_smp_mflags}
 %make_install
 
 %files
+%manifest %{name}.manifest
 
 %files devel
+%manifest %{name}.manifest
 %{_includedir}/*.h
 %{_libdir}/pkgconfig/capi-base-common.pc