resetting manifest requested domain to floor 13/4413/1 accepted/tizen/20130710.221314 submit/tizen/20130710.124648
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 08:23:38 +0000 (11:23 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 08:23:38 +0000 (11:23 +0300)
libslp-pm.manifest [deleted file]
packaging/libslp-pm.manifest [new file with mode: 0644]
packaging/libslp-pm.spec

diff --git a/libslp-pm.manifest b/libslp-pm.manifest
deleted file mode 100644 (file)
index 41a9320..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<manifest>
-    <request>
-        <domain name="_"/>
-    </request>
-</manifest>
-
diff --git a/packaging/libslp-pm.manifest b/packaging/libslp-pm.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index fdb975a..bf0575b 100755 (executable)
@@ -5,6 +5,7 @@ Release:    2.1
 Group:      TO_BE/FILLED_IN
 License:    TO BE FILLED IN
 Source0:    libslp-pm-%{version}.tar.bz2
+Source1001:    libslp-pm.manifest
 BuildRequires:  cmake
 
 
@@ -25,6 +26,7 @@ SLP power manager client library (devel)
 
 %prep
 %setup -q 
+cp %{SOURCE1001} .
 
 
 %build
@@ -45,12 +47,14 @@ rm -rf %{buildroot}
 
 
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %manifest libslp-pm.manifest
 %{_libdir}/libpmapi.so.1.2
 
 
 %files devel
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_includedir}/pmapi.h
 %{_includedir}/pmapi_managed.h