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
This commit is contained in:
Ismail Dönmez 2013-06-07 09:41:34 +00:00 committed by Git OBS Bridge
parent 7c85f67a5d
commit a3c7bccd18
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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