update to 6.2 [release 6.2-1mamba;Thu Jan 21 2021]
This commit is contained in:
parent
0d3260f71a
commit
677d76f381
16
brltty.spec
16
brltty.spec
@ -1,5 +1,5 @@
|
||||
Name: brltty
|
||||
Version: 6.1
|
||||
Version: 6.2
|
||||
Release: 1mamba
|
||||
Summary: A background process which provides access to the Linux/Unix console for a blind person
|
||||
Group: Applications/Accessibility
|
||||
@ -28,6 +28,7 @@ BuildRequires: libatk-devel
|
||||
BuildRequires: libbluetooth-devel
|
||||
BuildRequires: libbonobo-devel
|
||||
BuildRequires: libbraille-devel
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libdbus-devel
|
||||
BuildRequires: libespeak-ng-devel
|
||||
BuildRequires: libexpat-devel
|
||||
@ -37,14 +38,14 @@ BuildRequires: libicu-devel
|
||||
BuildRequires: libncurses-devel
|
||||
BuildRequires: libpcre-devel
|
||||
BuildRequires: libpolkit-devel
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: libspeechd-devel
|
||||
BuildRequires: libsystemd-devel
|
||||
BuildRequires: ocaml-runtime
|
||||
BuildRequires: python3
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: java_cup
|
||||
BuildRequires: ocaml
|
||||
BuildRequires: ocaml = 4.11.1
|
||||
BuildRequires: libtk-devel
|
||||
BuildRequires: Cython >= 0.29.21
|
||||
Requires(pre): %{_bindir}/mcookie
|
||||
@ -76,9 +77,11 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#-D -T
|
||||
#%patch0 -p1
|
||||
|
||||
%build
|
||||
#:<< _EOF
|
||||
%configure \
|
||||
--with-speech-driver=-es \
|
||||
--disable-java-bindings \
|
||||
@ -117,7 +120,7 @@ rm -f %{buildroot}%{_bindir}/brltty-install
|
||||
%{_bindir}/eutp
|
||||
%{_bindir}/vstp
|
||||
%{_bindir}/xbrlapi
|
||||
%{_datadir}/polkit-1/actions/org.a11y.brlapi.policy
|
||||
#%{_datadir}/polkit-1/actions/org.a11y.brlapi.policy
|
||||
%{_datadir}/gdm/greeter/autostart/xbrlapi.desktop
|
||||
%{python3_sitearch}/Brlapi-*-py*.egg-info
|
||||
%{python3_sitearch}/brlapi.cpython-*.so
|
||||
@ -137,7 +140,7 @@ rm -f %{buildroot}%{_bindir}/brltty-install
|
||||
%{_libdir}/ocaml/brlapi/dllbrlapi_stubs.so
|
||||
#%{_libdir}/brlapi-*/libbrlapi_tcl.so
|
||||
#%{_libdir}/brlapi-*/pkgIndex.tcl
|
||||
%doc LICENSE-LGPL
|
||||
#%doc LICENSE-LGPL
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
@ -152,6 +155,9 @@ rm -f %{buildroot}%{_bindir}/brltty-install
|
||||
#%doc README
|
||||
|
||||
%changelog
|
||||
* Thu Jan 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 6.2-1mamba
|
||||
- update to 6.2
|
||||
|
||||
* Fri Oct 09 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 6.1-1mamba
|
||||
- update to 6.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user