summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-28 21:15:28 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-06-28 21:15:28 +0300
commit0392b03dc6aa9300440ccc1ba3c204968f738501 (patch)
treed414a487f59c7948fd40b51503fe5cf1f1e7b2fb
parentcbf1fb9abdf13c401642851d55d6738a1c055081 (diff)
downloadheynoti-accepted/tizen_generic.tar.gz
heynoti-accepted/tizen_generic.tar.bz2
heynoti-accepted/tizen_generic.zip
-rw-r--r--heynoti.manifest5
-rw-r--r--packaging/heynoti.manifest5
-rw-r--r--packaging/heynoti.spec5
3 files changed, 9 insertions, 6 deletions
diff --git a/heynoti.manifest b/heynoti.manifest
deleted file mode 100644
index 97e8c31..0000000
--- a/heynoti.manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-<manifest>
- <request>
- <domain name="_"/>
- </request>
-</manifest>
diff --git a/packaging/heynoti.manifest b/packaging/heynoti.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/heynoti.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/heynoti.spec b/packaging/heynoti.spec
index 56295d1..9ae21d2 100644
--- a/packaging/heynoti.spec
+++ b/packaging/heynoti.spec
@@ -7,6 +7,7 @@ License: Apache License, Version 2.0
Summary: HEY (ligHt Easy speedy) notification library
Group: System/Libraries
Source0: %{name}-%{version}.tar.gz
+Source1001: heynoti.manifest
BuildRequires: cmake
BuildRequires: pkgconfig(dlog)
@@ -27,6 +28,7 @@ heynoti API (devel)
%prep
%setup -q
+cp %{SOURCE1001} .
%build
@@ -46,7 +48,7 @@ mkdir -p %{buildroot}/opt/share/noti
%files
-%manifest heynoti.manifest
+%manifest %{name}.manifest
%defattr(-,root,root,-)
%{_libdir}/libheynoti.so.0
%{_libdir}/libheynoti.so.0.0.2
@@ -55,6 +57,7 @@ mkdir -p %{buildroot}/opt/share/noti
%files devel
+%manifest %{name}.manifest
%defattr(-,root,root,-)
%{_includedir}/heynoti/SLP_Heynoti_PG.h
%{_includedir}/heynoti/heynoti.h