summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-28 12:26:46 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-06-28 12:26:46 +0300
commitf28b3340832b7f343ae30e45540eace26b12f336 (patch)
treed64db4d6c3371479946829199694ca9f7dcda05f
parentc47a6cccf811a602509ef8147f391355203b1f49 (diff)
downloadug-setting-location-efl-f28b3340832b7f343ae30e45540eace26b12f336.tar.gz
ug-setting-location-efl-f28b3340832b7f343ae30e45540eace26b12f336.tar.bz2
ug-setting-location-efl-f28b3340832b7f343ae30e45540eace26b12f336.zip
-rw-r--r--packaging/ug-setting-location-efl.manifest5
-rw-r--r--packaging/ug-setting-location-efl.spec4
-rw-r--r--ug-setting-location-efl.manifest5
3 files changed, 8 insertions, 6 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 780bb8a..48755ac 100644
--- a/packaging/ug-setting-location-efl.spec
+++ b/packaging/ug-setting-location-efl.spec
@@ -5,6 +5,7 @@ Release: 1
Group: System/Libraries
License: Flora Software License
Source0: %{name}-%{version}.tar.gz
+Source1001: ug-setting-location-efl.manifest
BuildRequires: pkgconfig(elementary)
BuildRequires: pkgconfig(edje)
BuildRequires: pkgconfig(bundle)
@@ -23,6 +24,7 @@ ug setting location efl.
%prep
%setup -q -n %{name}-%{version}
+cp %{SOURCE1001} .
%build
export LDFLAGS+="-Wl,--rpath=%{_prefix}/lib -Wl,--as-needed -Wl,--hash-style=both"
@@ -46,7 +48,7 @@ ln -sf /usr/bin/ug-client /usr/ug/bin/setting-location-efl
%files
-%manifest ug-setting-location-efl.manifest
+%manifest %{name}.manifest
%defattr(-,root,root,-)
/usr/ug/lib/libug-setting-location-efl.so*
/usr/share/packages/ug-setting-location-efl.xml
diff --git a/ug-setting-location-efl.manifest b/ug-setting-location-efl.manifest
deleted file mode 100644
index a76fdba..0000000
--- a/ug-setting-location-efl.manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-<manifest>
- <request>
- <domain name="_" />
- </request>
-</manifest>