Install manifest file 88/10188/1
authorAnas Nashif <anas.nashif@intel.com>
Mon, 23 Sep 2013 15:06:54 +0000 (11:06 -0400)
committerAnas Nashif <anas.nashif@intel.com>
Mon, 23 Sep 2013 15:08:02 +0000 (11:08 -0400)
Change-Id: Ib1e12004e5e2fe20d82270f905f6f1ece3fcd903
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
packaging/osp-speech.manifest
packaging/osp-speech.spec

index ae3e6f71a699ac232b9b56ff5fa99440db6b490e..97e8c3134908aa65aaf95cec6195b148dff5b49f 100644 (file)
@@ -2,4 +2,4 @@
        <request>
                <domain name="_"/>
        </request>
-</manifest>
\ No newline at end of file
+</manifest>
index 75b3afbb7c4ce7a6b6eedbb969985c1d7e356ed2..c4a0aaba33398414b34d3eb5cbc78af27ae5d849 100755 (executable)
@@ -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}'`