From 3b4d5272329f2ae3cae7f5f7d7be353785eb1319 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 23 Sep 2013 11:06:54 -0400 Subject: [PATCH] Install manifest file Change-Id: Ib1e12004e5e2fe20d82270f905f6f1ece3fcd903 Signed-off-by: Anas Nashif --- packaging/osp-speech.manifest | 2 +- packaging/osp-speech.spec | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/packaging/osp-speech.manifest b/packaging/osp-speech.manifest index ae3e6f7..97e8c31 100644 --- a/packaging/osp-speech.manifest +++ b/packaging/osp-speech.manifest @@ -2,4 +2,4 @@ - \ No newline at end of file + diff --git a/packaging/osp-speech.spec b/packaging/osp-speech.spec index 75b3afb..c4a0aab 100755 --- a/packaging/osp-speech.spec +++ b/packaging/osp-speech.spec @@ -5,6 +5,7 @@ License: Apache-2.0 Summary: OSP speech library Group: Graphics & UI Framework/Voice Framework Source0: %{name}-%{version}.tar.gz +Source1001: %{name}.manifest BuildRequires: cmake BuildRequires: osp-appfw-internal-devel BuildRequires: pkgconfig(osp-appfw) @@ -32,6 +33,7 @@ OSP speech library (Internal-DEV) %prep %setup -q +cp %{SOURCE1001} . %build MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'` -- 2.34.1