From a3c7bccd18ee9f56dc9f94d3926eb9ed29986574b5bb5fc638872f58bc977ec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 7 Jun 2013 09:41:34 +0000 Subject: [PATCH] Accepting request 177035 from home:-miska-:branches:hardware - adjusted include path and claimed orca dir to fix build OBS-URL: https://build.opensuse.org/request/show/177035 OBS-URL: https://build.opensuse.org/package/show/hardware/sbl?expand=0&rev=16 --- sbl.changes | 5 +++++ sbl.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/sbl.changes b/sbl.changes index 9d41b54..47ee55d 100644 --- a/sbl.changes +++ b/sbl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 31 08:32:58 UTC 2013 - mhrusecky@suse.com + +- adjusted include path and claimed orca dir to fix build + ------------------------------------------------------------------- Sun Mar 24 16:01:37 UTC 2013 - schwab@linux-m68k.org diff --git a/sbl.spec b/sbl.spec index 68dce53..2a9045b 100644 --- a/sbl.spec +++ b/sbl.spec @@ -63,12 +63,12 @@ Authors: %prep -%setup -n sbl-3.5.0 +%setup -q %patch1 -p0 %patch2 -p0 %build -make CFLAGS="$RPM_OPT_FLAGS -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE" LIB_CFLAGS="$RPM_OPT_FLAGS -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -fPIC" +make CFLAGS="$RPM_OPT_FLAGS -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE" LIB_CFLAGS="$RPM_OPT_FLAGS -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -fPIC -I%_includedir/speech-dispatcher" %install make LIBINSTPATH=%{_libdir} DESTDIR=$RPM_BUILD_ROOT install @@ -109,6 +109,7 @@ rm -rf $RPM_BUILD_ROOT %files orca %defattr (-,root,root,755) +%dir %{python_sitearch}/orca %{python_sitearch}/orca/brlapi.py* %changelog