summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-07-01 18:25:39 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-07-01 18:25:39 +0300
commit4bd13accbb88fa2b884b764ccbc592a0642d0c98 (patch)
treebbb85da5e4d226e240fbb3fa861159b5c5310ea4
parent0e0520b3a3752af319cc35ba4ecf3963b21fafa9 (diff)
downloadui-gadget-1-4bd13accbb88fa2b884b764ccbc592a0642d0c98.tar.gz
ui-gadget-1-4bd13accbb88fa2b884b764ccbc592a0642d0c98.tar.bz2
ui-gadget-1-4bd13accbb88fa2b884b764ccbc592a0642d0c98.zip
resetting manifest requested domain to floor
-rw-r--r--packaging/ui-gadget-1.manifest5
-rwxr-xr-xpackaging/ui-gadget-1.spec5
-rw-r--r--ui-gadget-1.manifest5
3 files changed, 9 insertions, 6 deletions
diff --git a/packaging/ui-gadget-1.manifest b/packaging/ui-gadget-1.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/ui-gadget-1.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/ui-gadget-1.spec b/packaging/ui-gadget-1.spec
index fa250f9..6533105 100755
--- a/packaging/ui-gadget-1.spec
+++ b/packaging/ui-gadget-1.spec
@@ -6,6 +6,7 @@ Release: 1
Group: System/Libraries
License: Apache License, Version 2.0
Source0: %{name}-%{version}.tar.gz
+Source1001: ui-gadget-1.manifest
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
BuildRequires: pkgconfig(utilX)
@@ -33,6 +34,7 @@ Development files for %{name}
%prep
%setup -q
+cp %{SOURCE1001} .
%build
%cmake .
@@ -50,7 +52,7 @@ ln -sf /usr/bin/ug-client /usr/bin/ug-launcher
%postun -p /sbin/ldconfig
%files
-%manifest ui-gadget-1.manifest
+%manifest %{name}.manifest
%defattr(-,root,root,-)
%{_libdir}/*.so.*
%{_libdir}/lib%{name}-efl-engine.so
@@ -60,6 +62,7 @@ ln -sf /usr/bin/ug-client /usr/bin/ug-launcher
/opt/etc/smack/accesses.d/ui-gadget-1.rule
%files devel
+%manifest %{name}.manifest
%defattr(-,root,root,-)
%{_includedir}/ug-1/*.h
%{_libdir}/libui-gadget-1.so
diff --git a/ui-gadget-1.manifest b/ui-gadget-1.manifest
deleted file mode 100644
index 97e8c31..0000000
--- a/ui-gadget-1.manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-<manifest>
- <request>
- <domain name="_"/>
- </request>
-</manifest>