From e17885f65fdc41573e6755f442e3a5a951040627 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 10:48:25 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/haptic-module-tizen.manifest | 5 +++++ packaging/haptic-module-tizen.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/haptic-module-tizen.manifest diff --git a/packaging/haptic-module-tizen.manifest b/packaging/haptic-module-tizen.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/haptic-module-tizen.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/haptic-module-tizen.spec b/packaging/haptic-module-tizen.spec index 361b198..d2a6667 100644 --- a/packaging/haptic-module-tizen.spec +++ b/packaging/haptic-module-tizen.spec @@ -6,6 +6,7 @@ Release: 9 Group: System/Libraries License: APLv2 Source0: %{name}-%{version}.tar.gz +Source1001: haptic-module-tizen.manifest BuildRequires: cmake BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(vconf) @@ -19,6 +20,7 @@ Requires(postun): /sbin/ldconfig %prep %setup -q +cp %{SOURCE1001} . %build %if 0%{?simulator} @@ -40,4 +42,5 @@ rm -rf %{buildroot} %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %{_libdir}/libhaptic-module.so -- 2.7.4