Accepting request 177975 from hardware
- adjusted include path and claimed orca dir to fix build (forwarded request 177035 from -miska-) OBS-URL: https://build.opensuse.org/request/show/177975 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sbl?expand=0&rev=35
This commit is contained in:
commit
a730271764
@ -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
|
||||
|
||||
|
5
sbl.spec
5
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
|
||||
|
Loading…
Reference in New Issue
Block a user