summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Ware <ryan.r.ware@intel.com>2012-05-29 17:49:14 -0700
committerRyan Ware <ryan.r.ware@intel.com>2012-05-29 17:49:14 -0700
commitc88eea5343cceab966aee76e1fbbbf87cca7ba6a (patch)
tree03d59776394ee219d055ad429d3ad7815334be94
parent9eaedae60497d3a898b513a7c53844844aecc5b0 (diff)
downloadug-setting-location-efl-c88eea5343cceab966aee76e1fbbbf87cca7ba6a.tar.gz
ug-setting-location-efl-c88eea5343cceab966aee76e1fbbbf87cca7ba6a.tar.bz2
ug-setting-location-efl-c88eea5343cceab966aee76e1fbbbf87cca7ba6a.zip
Add default Smack manifest for ug-setting-location-efl.spec
Change-Id: I1ee8848f58db4a558451029c2cb8794fefd5c440 Signed-off-by: Ryan Ware <ryan.r.ware@intel.com>
-rw-r--r--packaging/ug-setting-location-efl.manifest5
-rw-r--r--packaging/ug-setting-location-efl.spec3
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/ug-setting-location-efl.manifest b/packaging/ug-setting-location-efl.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/ug-setting-location-efl.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/ug-setting-location-efl.spec b/packaging/ug-setting-location-efl.spec
index 47fa287..2a465b3 100644
--- a/packaging/ug-setting-location-efl.spec
+++ b/packaging/ug-setting-location-efl.spec
@@ -5,6 +5,7 @@ Release: 4
Group: TBD
License: Apache 2.0
Source0: %{name}-%{version}.tar.gz
+Source1001: packaging/ug-setting-location-efl.manifest
BuildRequires: pkgconfig(elementary)
BuildRequires: pkgconfig(bundle)
BuildRequires: pkgconfig(ui-gadget)
@@ -24,6 +25,7 @@ ug setting location efl.
%setup -q -n %{name}-%{version}
%build
+cp %{SOURCE1001} .
export LDFLAGS+="-Wl,--rpath=%{_prefix}/lib -Wl,--as-needed -Wl,--hash-style=both"
LDFLAGS="$LDFLAGS" cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix}
@@ -41,6 +43,7 @@ make %{?jobs:-j%jobs}
%files
+%manifest ug-setting-location-efl.manifest
%defattr(-,root,root,-)
/opt/ug/lib/libug-setting-location-efl.so
/opt/ug/lib/libug-setting-location-efl.so.0.1.0