resetting manifest requested domain to floor 57/4557/2 accepted/tizen/20130717.201240 submit/tizen/20130717.201650
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 16:36:03 +0000 (19:36 +0300)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Mon, 8 Jul 2013 17:27:10 +0000 (10:27 -0700)
packaging/wrt-commons.manifest [new file with mode: 0644]
packaging/wrt-commons.spec
wrt-commons.manifest [deleted file]

diff --git a/packaging/wrt-commons.manifest b/packaging/wrt-commons.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 917a682a93df8891b1f52dc0ff2fbba81d971634..6e4b6b4f9a52cd2674910976c02bd7d9bb6abe9f 100644 (file)
@@ -5,6 +5,7 @@ Release:    1
 Group:      System/Libraries
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
+Source1001:    wrt-commons.manifest
 BuildRequires:  cmake
 BuildRequires:  pkgconfig(ecore)
 BuildRequires:  pkgconfig(appcore-efl)
@@ -41,6 +42,7 @@ Wrt common library development headers
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %define with_tests 0
 %if "%{WITH_TESTS}" == "ON" || "%{WITH_TESTS}" == "Y" || "%{WITH_TESTS}" == "YES" || "%{WITH_TESTS}" == "TRUE" || "%{WITH_TESTS}" == "1"
@@ -121,7 +123,7 @@ fi
 echo "[WRT] wrt-commons postinst done ..."
 
 %files
-%manifest wrt-commons.manifest
+%manifest %{name}.manifest
 %license  LICENSE
 %{_libdir}/*.so.*
 %{_datadir}/wrt-engine/*
@@ -137,6 +139,7 @@ echo "[WRT] wrt-commons postinst done ..."
 %endif
 
 %files devel
+%manifest %{name}.manifest
 %{_libdir}/*.so
 %{_includedir}/dpl-efl/*
 %{_libdir}/pkgconfig/*.pc
diff --git a/wrt-commons.manifest b/wrt-commons.manifest
deleted file mode 100644 (file)
index 9b907d3..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<manifest>
-  <define>
-    <domain name="wrt-commons"/>
-    <provide>   
-        <label name="wrt-commons::db_wrt"/>
-        <label name="wrt-commons::db_wrt_custom_handler"/>
-    </provide>
-  </define>
-  <request>
-    <domain name="_"/>
-  </request>
-</manifest>