resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 16:36:03 +0000 (19:36 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 16:36:03 +0000 (19:36 +0300)
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 97ae645f13bffd474e928dff6bc2986e2760d9d6..2c41eefbb409a6c0f6c8136ed24fe0de3674668e 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"
@@ -125,7 +127,7 @@ chsmack -a 'wrt-commons::db_wrt_custom_handler' /opt/usr/dbspace/.wrt_custom_han
 echo "[WRT] wrt-commons postinst done ..."
 
 %files
-%manifest wrt-commons.manifest
+%manifest %{name}.manifest
 %license  LICENSE
 %{_libdir}/*.so.*
 %{_datadir}/wrt-engine/*
@@ -141,6 +143,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>