From: Anas Nashif Date: Mon, 23 Sep 2013 15:06:54 +0000 (-0400) Subject: Install manifest file X-Git-Tag: submit/tizen/20130925.035219~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b4d5272329f2ae3cae7f5f7d7be353785eb1319;p=platform%2Fframework%2Fnative%2Fspeech.git Install manifest file Change-Id: Ib1e12004e5e2fe20d82270f905f6f1ece3fcd903 Signed-off-by: Anas Nashif --- 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}'`