resetting manifest requested domain to floor 98/4498/1
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 14:30:45 +0000 (17:30 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 14:30:45 +0000 (17:30 +0300)
bundle.manifest [deleted file]
packaging/bundle.manifest [new file with mode: 0644]
packaging/bundle.spec

diff --git a/bundle.manifest b/bundle.manifest
deleted file mode 100644 (file)
index 97e8c31..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<manifest>
-       <request>
-               <domain name="_"/>
-       </request>
-</manifest>
diff --git a/packaging/bundle.manifest b/packaging/bundle.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 85cbff6..865b547 100644 (file)
@@ -5,6 +5,7 @@ Release:    1
 Group:      System/Libraries
 License:    Apache License, Version 2.0
 Source0:    bundle-%{version}.tar.gz
+Source1001:    bundle.manifest
 BuildRequires:  cmake
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(dlog)
@@ -22,6 +23,7 @@ Simple string key-val dictionary ADT (devel)
 
 %prep
 %setup -q -n %{name}-%{version}
+cp %{SOURCE1001} .
 
 
 %build
@@ -37,12 +39,13 @@ make %{?jobs:-j%jobs}
 
 
 %files
-%manifest bundle.manifest
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_libdir}/libbundle.so.*
 
 
 %files devel
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_includedir}/bundle.h
 %{_includedir}/SLP_bundle_PG.h