resetting manifest requested domain to floor 45/5145/1
authorAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 13:52:36 +0000 (16:52 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 13:52:36 +0000 (16:52 +0300)
libshortcut.manifest [deleted file]
packaging/libshortcut.manifest [new file with mode: 0644]
packaging/libshortcut.spec

diff --git a/libshortcut.manifest b/libshortcut.manifest
deleted file mode 100644 (file)
index 2407763..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<manifest>
-       <request>
-               <domain name="_"/>
-       </request>
-
-</manifest>
diff --git a/packaging/libshortcut.manifest b/packaging/libshortcut.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 54d12f3..c91e516 100644 (file)
@@ -5,6 +5,7 @@ Release: 0
 Group: HomeTF/Framework
 License: Apache License
 Source0: %{name}-%{version}.tar.gz
+Source1001:    libshortcut.manifest
 
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
@@ -32,6 +33,7 @@ Requires:   %{name} = %{version}-%{release}
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 %cmake .
@@ -49,7 +51,7 @@ touch %{buildroot}/opt/dbspace/.shortcut_service.db-journal
 %postun
 
 %files -n libshortcut
-%manifest libshortcut.manifest
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_libdir}/*.so*
 %{_prefix}/etc/package-manager/parserlib/*
@@ -58,6 +60,7 @@ touch %{buildroot}/opt/dbspace/.shortcut_service.db-journal
 %attr(640,root,app) /opt/dbspace/.shortcut_service.db-journal
 
 %files devel
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_includedir}/shortcut/shortcut_PG.h
 %{_includedir}/shortcut/shortcut.h