From bf79317d962fa3f7aba7d9b18194a1478379d860 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Mon, 1 Jul 2013 16:29:52 +0300 Subject: [PATCH] resetting manifest requested domain to floor Change-Id: I703521cf4a79fc8f24f0e9e6d59578b7a4a6de2c --- message-port.manifest | 5 ----- packaging/message-port.manifest | 5 +++++ packaging/message-port.spec | 4 ++++ 3 files changed, 9 insertions(+), 5 deletions(-) delete mode 100644 message-port.manifest create mode 100644 packaging/message-port.manifest diff --git a/message-port.manifest b/message-port.manifest deleted file mode 100644 index 75b0fa5..0000000 --- a/message-port.manifest +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/packaging/message-port.manifest b/packaging/message-port.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/message-port.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/message-port.spec b/packaging/message-port.spec index f84c57d..e99fb83 100755 --- a/packaging/message-port.spec +++ b/packaging/message-port.spec @@ -5,6 +5,7 @@ Release: 1 Group: TO_BE/FILLED_IN License: Apache License, Version 2.0 Source0: %{name}-%{version}.tar.gz +Source1001: message-port.manifest BuildRequires: cmake BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(bundle) @@ -35,6 +36,7 @@ Message Port library (DEV) %prep %setup -q +cp %{SOURCE1001} . %build MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'` @@ -58,11 +60,13 @@ install LICENSE.APLv2 %{buildroot}/usr/share/license/%{name} %files +%manifest %{name}.manifest %{_libdir}/libmessage-port.so.* %manifest message-port.manifest /usr/share/license/%{name} %files devel +%manifest %{name}.manifest %{_includedir}/appfw/*.h %{_libdir}/pkgconfig/*.pc %{_libdir}/libmessage-port.so -- 2.7.4