263 lines
8.2 KiB
RPMSpec
263 lines
8.2 KiB
RPMSpec
Name: brltty
|
|
Version: 6.7
|
|
Release: 1mamba
|
|
Summary: A background process which provides access to the Linux/Unix console for a blind person
|
|
Group: Applications/Accessibility
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://brltty.app/
|
|
Source: http://mielke.cc/brltty/archive/brltty-%{version}.tar.xz
|
|
Patch0: %{name}-5.4-udev.patch
|
|
Patch1: brltty-6.5-gettext-0.22.patch
|
|
License: GPL, LGPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libXaw-devel
|
|
BuildRequires: libXext-devel
|
|
BuildRequires: libXfixes-devel
|
|
BuildRequires: libXt-devel
|
|
BuildRequires: libXtst-devel
|
|
BuildRequires: libalsa-devel
|
|
BuildRequires: libat-spi2-core-devel
|
|
BuildRequires: libbluetooth-devel
|
|
BuildRequires: libbraille-devel
|
|
BuildRequires: libcap-devel
|
|
BuildRequires: libdbus-devel
|
|
BuildRequires: libespeak-ng-devel
|
|
BuildRequires: libexpat-devel
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libgpm-devel
|
|
BuildRequires: libicu-devel
|
|
BuildRequires: libncurses-devel
|
|
BuildRequires: libpcre2-devel
|
|
BuildRequires: libpolkit-devel
|
|
BuildRequires: libpython311-devel
|
|
BuildRequires: libspeechd-devel
|
|
BuildRequires: libsystemd-devel
|
|
BuildRequires: libudev-devel
|
|
BuildRequires: ocaml-runtime
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: ocaml >= 4.14.1
|
|
BuildConflicts: libat-spi-devel
|
|
#BuildRequires: java_cup
|
|
BuildRequires: libtk-devel
|
|
BuildRequires: Cython >= 0.29.21
|
|
Requires(post): %{_bindir}/mcookie
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
#Requires: java_cup
|
|
|
|
%description
|
|
BRLTTY is a background process (daemon) which provides access to the Linux/Unix console (when in text mode) for a blind person using a refreshable braille display. It drives the braille display, and provides complete screen review functionality. Some speech capability has also been incorporated.
|
|
|
|
%package -n lib%{name}
|
|
Group: System/Libraries
|
|
Summary: Shared library provided by %{name}
|
|
|
|
%description -n lib%{name}
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
%package -n lib%{name}-devel
|
|
Group: Development/Libraries
|
|
Summary: Development files for %{name}
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
Provides: %{name}-devel
|
|
Obsoletes: %{name}-devel < 6.3
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
Requires: ocaml-brlapi-devel = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description -n lib%{name}-devel
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
%package -n ocaml-brlapi
|
|
Group: System/Libraries
|
|
Summary: Ocaml bindings for %{name}
|
|
|
|
%description -n ocaml-brlapi
|
|
This package contains the Ocaml bindings for %{name}.
|
|
|
|
%package -n ocaml-brlapi-devel
|
|
Group: System/Libraries
|
|
Summary: Ocaml development files for %{name}
|
|
Requires: ocaml-brlapi = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description -n ocaml-brlapi-devel
|
|
This package contains the development files for Ocaml bindings for %{name}.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
#-D -T
|
|
#%patch0 -p1
|
|
#%patch 1 -p1 -b .gettext-0.22
|
|
|
|
%build
|
|
#:<< _EOF
|
|
%configure \
|
|
--with-speech-driver=-es \
|
|
--disable-java-bindings \
|
|
PYTHON=%{__python3}
|
|
|
|
%make -j1
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall INSTALL_ROOT=%{buildroot}
|
|
install -D Documents/brltty.conf %{buildroot}%{_sysconfdir}/brltty/brltty.conf
|
|
#install -D Autostart/Udev/udev.rules %{buildroot}/lib/udev/rules.d/90-brltty.rules
|
|
|
|
rm -f %{buildroot}%{_bindir}/brltty-install
|
|
|
|
%find_lang %{name}
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%post
|
|
[ -e /etc/brlapi.key ] || mcookie > /etc/brlapi.key
|
|
:
|
|
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%dir %{_sysconfdir}/brltty
|
|
%{_sysconfdir}/brltty/*
|
|
%config(noreplace) %{_sysconfdir}/brltty/brltty.conf
|
|
%{_sysconfdir}/X11/Xsession.d/90xbrlapi
|
|
%{_bindir}/brltty
|
|
%{_bindir}/brltty-*
|
|
%{_bindir}/eutp
|
|
%{_bindir}/vstp
|
|
%{_bindir}/xbrlapi
|
|
#%{_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
|
|
%{_mandir}/man1/brltty.1*
|
|
%{_mandir}/man1/eutp.1*
|
|
%{_mandir}/man1/vstp.1*
|
|
%{_mandir}/man1/xbrlapi.1*
|
|
|
|
%files -n lib%{name}
|
|
%defattr(-,root,root)
|
|
%{_prefix}/lib/lua/*/brlapi.so
|
|
%{_libdir}/brltty/libbrltty*.so
|
|
%{_libdir}/libbrlapi.so.*
|
|
%{_libdir}/brltty/Emacs/brlapi.so
|
|
%{_libexecdir}/brltty/brltty-pty
|
|
%doc LICENSE-LGPL
|
|
|
|
%files -n lib%{name}-devel
|
|
%defattr(-,root,root)
|
|
%{_includedir}/brlapi.h
|
|
%{_includedir}/brlapi_*.h
|
|
%dir %{_includedir}/brltty
|
|
%{_includedir}/brltty/*.h
|
|
%{_includedir}/brlapi_brldefs.h
|
|
%{_libdir}/libbrlapi.so
|
|
%{_libdir}/libbrlapi.a
|
|
%{_mandir}/man3/brlapi_*3*
|
|
%{_libdir}/pkgconfig/brltty.pc
|
|
#%doc README
|
|
|
|
%files -n ocaml-brlapi
|
|
%defattr(-,root,root)
|
|
%dir %{_libdir}/ocaml/brlapi
|
|
%{_libdir}/ocaml/brlapi/brlapi.cma
|
|
%{_libdir}/ocaml/brlapi/brlapi.cmi
|
|
%{_libdir}/ocaml/brlapi/libbrlapi_stubs.a
|
|
%{_libdir}/ocaml/brlapi/META
|
|
%{_libdir}/ocaml/brlapi/dllbrlapi_stubs.so
|
|
|
|
%files -n ocaml-brlapi-devel
|
|
%defattr(-,root,root)
|
|
%{_libdir}/ocaml/brlapi/brlapi.cmxa
|
|
%{_libdir}/ocaml/brlapi/brlapi.mli
|
|
|
|
%changelog
|
|
* Sat Oct 19 2024 Automatic Build System <autodist@openmamba.org> 6.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jul 30 2023 Automatic Build System <autodist@mambasoft.it> 6.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jul 07 2023 Sdk Build System <sdk@mambasoft.it> 6.5-4mamba
|
|
- rebuilt with ocaml 4.14.1
|
|
|
|
* Sat Oct 08 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 6.5-3mamba
|
|
- added a buildconflict for libat-spi-devel
|
|
|
|
* Fri Oct 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 6.5-2mamba
|
|
- rebuilt without libat-spi
|
|
|
|
* Tue Jun 14 2022 Automatic Build System <autodist@mambasoft.it> 6.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jan 22 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 6.4-2mamba
|
|
- package ocaml bindings apart
|
|
|
|
* Sat Sep 25 2021 Automatic Build System <autodist@mambasoft.it> 6.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 6.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* 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
|
|
|
|
* Sun Feb 24 2019 Automatic Build System <autodist@mambasoft.it> 6.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Mar 16 2018 Automatic Build System <autodist@mambasoft.it> 5.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jun 26 2017 Automatic Build System <autodist@mambasoft.it> 5.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jul 28 2016 Automatic Build System <autodist@mambasoft.it> 5.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jan 16 2016 Automatic Build System <autodist@mambasoft.it> 5.3.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Feb 09 2015 Automatic Build System <autodist@mambasoft.it> 5.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Oct 02 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 5.1-1mamba
|
|
- update to 5.1
|
|
|
|
* Mon Jun 17 2013 Automatic Build System <autodist@mambasoft.it> 4.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Oct 15 2012 Automatic Build System <autodist@mambasoft.it> 4.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Oct 25 2011 Automatic Build System <autodist@mambasoft.it> 4.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jun 29 2010 Automatic Build System <autodist@mambasoft.it> 4.2-2mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Mon May 17 2010 Automatic Build System <autodist@mambasoft.it> 4.2-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sat Oct 17 2009 Automatic Build System <autodist@mambasoft.it> 4.1-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Wed Sep 16 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0-4mamba
|
|
- added udev rules files
|
|
|
|
* Wed Sep 16 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0-3mamba
|
|
- generate brlapi.key on installation
|
|
|
|
* Wed Sep 16 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0-2mamba
|
|
- rebuilt with libbraille, ocaml and tcl
|
|
|
|
* Fri Aug 28 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0-1mamba
|
|
- package created by autospec
|