ca33b6
%define pkg_version 6.3
ca33b6
%define api_version 0.8.2
ca33b6
ca33b6
%if 0%{?rhel} && 0%{?rhel} <= 7
ca33b6
# disable python3 by default
ca33b6
%bcond_with python3
ca33b6
%else
ca33b6
%bcond_without python3
ca33b6
%endif
ca33b6
ca33b6
%if 0%{?rhel} > 7 || 0%{?fedora} > 28
ca33b6
# disable python2 by default
ca33b6
%bcond_with python2
ca33b6
%else
ca33b6
%bcond_without python2
ca33b6
%endif
ca33b6
ca33b6
%{!?tcl_version: %global tcl_version %(echo 'puts $tcl_version' | tclsh)}
ca33b6
%{!?tcl_sitearch: %global tcl_sitearch %{_prefix}/%{_lib}/tcl%{tcl_version}}
ca33b6
ca33b6
# with speech dispatcher iff on Fedora:
ca33b6
%define with_speech_dispatcher 0%{?fedora}
ca33b6
ca33b6
# with espeak support iff on Fedora:
ca33b6
%define with_espeak 0%{?fedora}
ca33b6
ca33b6
%global with_ocaml 1
ca33b6
ca33b6
# Filter private libraries
ca33b6
%global _privatelibs libbrltty.+\.so.*
ca33b6
%global __provides_exclude ^(%{_privatelibs})$
ca33b6
%global __requires_exclude ^(%{_privatelibs})$
ca33b6
ca33b6
Name: brltty
ca33b6
Version: %{pkg_version}
ca33b6
Release: 4%{?dist}
ca33b6
License: LGPLv2+
ca33b6
URL: http://brltty.app/
ca33b6
Source0: http://brltty.app/archive/%{name}-%{version}.tar.xz
ca33b6
Source1: brltty.service
ca33b6
Source2: brlapi-config.h
ca33b6
Source3: brlapi-forbuild.h
ca33b6
Patch1: brltty-6.3-loadLibrary.patch
ca33b6
# libspeechd.h moved in latest speech-dispatch (NOT sent upstream)
ca33b6
Patch2: brltty-6.3-libspeechd.patch
ca33b6
Summary: Braille display driver for Linux/Unix
ca33b6
BuildRequires: byacc, glibc-kernheaders, bluez-libs-devel, systemd
ca33b6
BuildRequires: gettext, at-spi2-core-devel, alsa-lib-devel
ca33b6
%if %{with_espeak}
ca33b6
BuildRequires: espeak-devel
ca33b6
%endif
ca33b6
BuildRequires: espeak-ng-devel
ca33b6
BuildRequires: autoconf, automake
ca33b6
BuildRequires: polkit-devel
ca33b6
BuildRequires: libicu-devel
ca33b6
BuildRequires: doxygen
ca33b6
BuildRequires: linuxdoc-tools
ca33b6
%if %{with python2}
ca33b6
BuildRequires: python2-docutils
ca33b6
%endif
ca33b6
%if %{with python3}
ca33b6
BuildRequires: python3-docutils
ca33b6
%endif
ca33b6
ca33b6
# work around a bug in the install process:
ca33b6
Requires(post): coreutils
ca33b6
Requires(post): systemd
ca33b6
Requires(preun): systemd
ca33b6
Requires(postun): systemd
ca33b6
ca33b6
%description
ca33b6
BRLTTY is a background process (daemon) which provides
ca33b6
access to the Linux/Unix console (when in text mode)
ca33b6
for a blind person using a refreshable braille display.
ca33b6
It drives the braille display and provides complete
ca33b6
screen review functionality.
ca33b6
%if %{with_speech_dispatcher}
ca33b6
BRLTTY can also work with speech synthesizers; if you want to use it with
ca33b6
Speech Dispatcher, please install also package %{name}-speech-dispatcher.
ca33b6
ca33b6
%package speech-dispatcher
ca33b6
Summary: Speech Dispatcher driver for BRLTTY
ca33b6
License: LGPLv2+
ca33b6
BuildRequires: speech-dispatcher-devel
ca33b6
Requires: %{name}%{?_isa} = %{pkg_version}-%{release}
ca33b6
%description speech-dispatcher
ca33b6
This package provides the Speech Dispatcher driver for BRLTTY.
ca33b6
%endif
ca33b6
ca33b6
%package docs
ca33b6
Summary: Documentation for BRLTTY
ca33b6
License: LGPLv2+
ca33b6
Requires: %{name} = %{pkg_version}-%{release}
ca33b6
BuildArch: noarch
ca33b6
%description docs
ca33b6
This package provides the documentation for BRLTTY.
ca33b6
ca33b6
%package xw
ca33b6
Summary: XWindow driver for BRLTTY
ca33b6
License: LGPLv2+
ca33b6
BuildRequires: libSM-devel libICE-devel libX11-devel libXaw-devel libXext-devel libXt-devel libXtst-devel
ca33b6
Requires: %{name}%{?_isa} = %{pkg_version}-%{release}
ca33b6
Requires: xorg-x11-fonts-misc, ucs-miscfixed-fonts
ca33b6
%description xw
ca33b6
This package provides the XWindow driver for BRLTTY.
ca33b6
ca33b6
%package at-spi2
ca33b6
Summary: AtSpi2 driver for BRLTTY
ca33b6
License: LGPLv2+
ca33b6
Requires: %{name}%{?_isa} = %{pkg_version}-%{release}
ca33b6
%description at-spi2
ca33b6
This package provides the AtSpi2 driver for BRLTTY.
ca33b6
ca33b6
%if %{with_espeak}
ca33b6
%package espeak
ca33b6
Summary: eSpeak driver for BRLTTY
ca33b6
License: LGPLv2+
ca33b6
Requires: %{name}%{?_isa} = %{pkg_version}-%{release}
ca33b6
%description espeak
ca33b6
This package provides the eSpeak driver for BRLTTY.
ca33b6
%endif
ca33b6
ca33b6
%package espeak-ng
ca33b6
Summary: eSpeak-NG driver for BRLTTY
ca33b6
License: LGPLv2+
ca33b6
Requires: %{name}%{?_isa} = %{pkg_version}-%{release}
ca33b6
%if ! %{with_espeak}
ca33b6
Obsoletes: brltty-espeak <= 5.6-5
ca33b6
%endif
ca33b6
%description espeak-ng
ca33b6
This package provides the eSpeak-NG driver for BRLTTY.
ca33b6
ca33b6
%package -n brlapi
ca33b6
Version: %{api_version}
ca33b6
License: LGPLv2+
ca33b6
Summary: Application Programming Interface for BRLTTY
ca33b6
Recommends: %{name} = %{pkg_version}-%{release}
ca33b6
Requires(pre): glibc-common, shadow-utils
ca33b6
Requires(post): coreutils, util-linux
ca33b6
%description -n brlapi
ca33b6
This package provides the run-time support for the Application
ca33b6
Programming Interface to BRLTTY.
ca33b6
ca33b6
Install this package if you have an application which directly accesses
ca33b6
a refreshable braille display.
ca33b6
ca33b6
%package -n brlapi-devel
ca33b6
Version: %{api_version}
ca33b6
License: LGPLv2+
ca33b6
Requires: brlapi%{?_isa} = %{api_version}-%{release}
ca33b6
Summary: Headers, static archive, and documentation for BrlAPI
ca33b6
ca33b6
%description -n brlapi-devel
ca33b6
This package provides the header files, static archive, shared object
ca33b6
linker reference, and reference documentation for BrlAPI (the
ca33b6
Application Programming Interface to BRLTTY).  It enables the
ca33b6
implementation of applications which take direct advantage of a
ca33b6
refreshable braille display in order to present information in ways
ca33b6
which are more appropriate for blind users and/or to provide user
ca33b6
interfaces which are more specifically attuned to their needs.
ca33b6
ca33b6
Install this package if you are developing or maintaining an application
ca33b6
which directly accesses a refreshable braille display.
ca33b6
ca33b6
%package -n tcl-brlapi
ca33b6
Version: %{api_version}
ca33b6
License: LGPLv2+
ca33b6
Requires: brlapi%{?_isa} = %{api_version}-%{release}
ca33b6
BuildRequires: tcl-devel
ca33b6
Summary: Tcl binding for BrlAPI
ca33b6
%description -n tcl-brlapi
ca33b6
This package provides the Tcl binding for BrlAPI.
ca33b6
ca33b6
%if %{with python2}
ca33b6
%package -n python2-brlapi
ca33b6
%{?python_provide:%python_provide python2-brlapi}
ca33b6
Version: %{api_version}
ca33b6
License: LGPLv2+
ca33b6
Requires: brlapi%{?_isa} = %{api_version}-%{release}
ca33b6
BuildRequires: Cython
ca33b6
BuildRequires: python2-devel
ca33b6
BuildRequires: python2-setuptools
ca33b6
Summary: Python binding for BrlAPI
ca33b6
%description -n python2-brlapi
ca33b6
This package provides the Python 2 binding for BrlAPI.
ca33b6
%endif
ca33b6
ca33b6
%if %{with python3}
ca33b6
%package -n python3-brlapi
ca33b6
%{?python_provide:%python_provide python3-brlapi}
ca33b6
Version: %{api_version}
ca33b6
License: LGPLv2+
ca33b6
Requires: brlapi%{?_isa} = %{api_version}-%{release}
ca33b6
BuildRequires: python3-Cython
ca33b6
BuildRequires: python3-devel
ca33b6
%if %{without python2}
ca33b6
Obsoletes:     python2-brlapi < %{api_version}-%{release}
ca33b6
Obsoletes:     python-brlapi < %{api_version}-%{release}
ca33b6
%endif
ca33b6
Summary: Python 3 binding for BrlAPI
ca33b6
%description -n python3-brlapi
ca33b6
This package provides the Python 3 binding for BrlAPI.
ca33b6
%endif
ca33b6
ca33b6
%package -n brlapi-java
ca33b6
Version: %{api_version}
ca33b6
License: LGPLv2+
ca33b6
Requires: brlapi%{?_isa} = %{api_version}-%{release}
ca33b6
BuildRequires: jpackage-utils
ca33b6
BuildRequires: java-devel
ca33b6
Summary: Java binding for BrlAPI
ca33b6
%description -n brlapi-java
ca33b6
This package provides the Java binding for BrlAPI.
ca33b6
ca33b6
%if 0%{?with_ocaml}
ca33b6
%package -n ocaml-brlapi
ca33b6
Version: %{api_version}
ca33b6
License: LGPLv2+
ca33b6
Requires: brlapi%{?_isa} = %{api_version}-%{release}
ca33b6
BuildRequires: ocaml
ca33b6
BuildRequires: make
ca33b6
Summary: OCaml binding for BrlAPI
ca33b6
%description -n ocaml-brlapi
ca33b6
This package provides the OCaml binding for BrlAPI.
ca33b6
%endif
ca33b6
ca33b6
%package dracut
ca33b6
Summary: brltty module for Dracut
ca33b6
Requires: %{name}%{?_isa} = %{pkg_version}-%{release}
ca33b6
Requires: dracut
ca33b6
%description dracut
ca33b6
This package provides brltty module for Dracut.
ca33b6
ca33b6
%define version %{pkg_version}
ca33b6
ca33b6
%prep
ca33b6
%setup -qc
ca33b6
mv %{name}-%{version} python2
ca33b6
ca33b6
pushd python2
ca33b6
%patch1 -p1 -b .loadLibrary
ca33b6
%patch2 -p1 -b .libspeechd
ca33b6
ca33b6
# remove packaged binary file
ca33b6
rm -f Programs/brltty-ktb
ca33b6
popd
ca33b6
ca33b6
# Make a copy of the source tree for building the Python 3 module
ca33b6
# Make it all time, we just gonna ignore python2 or python3 when not needed
ca33b6
cp -a python2 python3
ca33b6
ca33b6
ca33b6
%build
ca33b6
# If MAKEFLAGS=-jN is set it would break local builds.
ca33b6
unset MAKEFLAGS
ca33b6
ca33b6
# Add the openjdk include directories to CPPFLAGS
ca33b6
for i in -I/usr/lib/jvm/java/include{,/linux}; do
ca33b6
      java_inc="$java_inc $i"
ca33b6
done
ca33b6
export CPPFLAGS="$java_inc"
ca33b6
ca33b6
export LDFLAGS="%{?build_ldflags}"
ca33b6
export CFLAGS="%{optflags} -fno-strict-aliasing $LDFLAGS"
ca33b6
export CXXFLAGS="%{optflags} -fno-strict-aliasing $LDFLAGS"
ca33b6
ca33b6
# there is no curses packages in BuildRequires, so the package builds
ca33b6
# without them in mock; let's express this decision explicitly
ca33b6
configure_opts=" \
ca33b6
  --disable-stripping \
ca33b6
  --without-curses \
ca33b6
%if %{with_speech_dispatcher}
ca33b6
  --with-speechd=%{_prefix} \
ca33b6
%endif
ca33b6
%if ! %{with_espeak}
ca33b6
  --without-espeak \
ca33b6
%endif
ca33b6
  --with-install-root=$RPM_BUILD_ROOT \
ca33b6
  JAVA_JAR_DIR=%{_jnidir} \
ca33b6
  JAVA_JNI_DIR=%{_libdir}/brltty \
ca33b6
  JAVA_JNI=yes"
ca33b6
ca33b6
export PYTHONCOERCECLOCALE=0
ca33b6
ca33b6
PYTHONS=
ca33b6
ca33b6
%if %{with python2}
ca33b6
# First build everything with Python 2 support
ca33b6
pushd python2
ca33b6
./autogen
ca33b6
%configure $configure_opts PYTHON=%{__python2}
ca33b6
# Parallel build seems broken, thus disabling it
ca33b6
make
ca33b6
ca33b6
# documents
ca33b6
pushd Documents
ca33b6
make
ca33b6
popd
ca33b6
ca33b6
popd
ca33b6
PYTHONS="$PYTHONS python2"
ca33b6
%endif
ca33b6
ca33b6
%if %{with python3}
ca33b6
# ... and then do it again for the Python 3 module
ca33b6
pushd python3
ca33b6
./autogen
ca33b6
%configure $configure_opts PYTHON=%{__python3} CYTHON=%{_bindir}/cython
ca33b6
make
ca33b6
ca33b6
# documents
ca33b6
pushd Documents
ca33b6
make
ca33b6
popd
ca33b6
ca33b6
popd
ca33b6
PYTHONS="$PYTHONS python3"
ca33b6
%endif
ca33b6
ca33b6
for python in $PYTHONS
ca33b6
  do pushd $python
ca33b6
    find . -name '*.sgml' |
ca33b6
    while read file; do
ca33b6
       iconv -f iso8859-1 -t utf-8 $file > $file.conv && mv -f $file.conv $file
ca33b6
    done
ca33b6
    find . -name '*.txt' |
ca33b6
    while read file; do
ca33b6
       iconv -f iso8859-1 -t utf-8 $file > $file.conv && mv -f $file.conv $file
ca33b6
    done
ca33b6
    find . -name 'README*' |
ca33b6
    while read file; do
ca33b6
       iconv -f iso8859-1 -t utf-8 $file > $file.conv && mv -f $file.conv $file
ca33b6
    done
ca33b6
ca33b6
    find . \( -path ./doc -o -path ./Documents \) -prune -o \
ca33b6
      \( -name 'README*' -o -name '*.txt' -o -name '*.html' -o \
ca33b6
         -name '*.sgml' -o -name '*.patch' -o \
ca33b6
         \( -path './Bootdisks/*' -type f -perm /ugo=x \) \) -print |
ca33b6
    while read file; do
ca33b6
       mkdir -p ../doc/${file%/*} && cp -rp $file ../doc/$file || exit 1
ca33b6
    done
ca33b6
  popd
ca33b6
done
ca33b6
ca33b6
%install
ca33b6
%if 0%{?with_ocaml}
ca33b6
mkdir -p $RPM_BUILD_ROOT%{_libdir}/ocaml/stublibs
ca33b6
%endif
ca33b6
ca33b6
%if %{with python2}
ca33b6
# Python 2
ca33b6
pushd python2
ca33b6
make install JAVA_JAR_DIR=%{_jnidir} \
ca33b6
             JAVA_JNI_DIR=%{_libdir}/brltty \
ca33b6
             JAVA_JNI=yes
ca33b6
popd
ca33b6
%endif
ca33b6
ca33b6
%if %{with python3}
ca33b6
# Python 3
ca33b6
pushd python3
ca33b6
make install JAVA_JAR_DIR=%{_jnidir} \
ca33b6
             JAVA_JNI_DIR=%{_libdir}/brltty \
ca33b6
             JAVA_JNI=yes
ca33b6
popd
ca33b6
%endif
ca33b6
ca33b6
%if %{with python3}
ca33b6
# just use the higher number here
ca33b6
pushd python3
ca33b6
%else
ca33b6
pushd python2
ca33b6
%endif
ca33b6
ca33b6
# install polkit rules
ca33b6
pushd Authorization/Polkit
ca33b6
make install
ca33b6
popd
ca33b6
ca33b6
install -d -m 755 "${RPM_BUILD_ROOT}%{_sysconfdir}" "$RPM_BUILD_ROOT%{_mandir}/man5"
ca33b6
install -m 644 Documents/brltty.conf "${RPM_BUILD_ROOT}%{_sysconfdir}"
ca33b6
echo ".so man1/brltty.1" > $RPM_BUILD_ROOT%{_mandir}/man5/brltty.conf.5
ca33b6
ca33b6
install -Dpm 644 %{SOURCE1} $RPM_BUILD_ROOT%{_unitdir}/brltty.service
ca33b6
ca33b6
cp -p LICENSE* ../
ca33b6
ca33b6
# clean up the manuals:
ca33b6
rm Documents/Manual-*/*/{*.mk,*.made,Makefile*}
ca33b6
mv Documents/BrlAPIref/{html,BrlAPIref}
ca33b6
ca33b6
for i in Drivers/Speech/SpeechDispatcher/README \
ca33b6
         Documents/ChangeLog Documents/TODO \
ca33b6
         Documents/Manual-BRLTTY \
ca33b6
         Drivers/Braille/XWindow/README \
ca33b6
         Drivers/Braille/XWindow/README \
ca33b6
         Documents/Manual-BrlAPI \
ca33b6
         Documents/BrlAPIref/BrlAPIref \
ca33b6
; do
ca33b6
   mkdir -p ../${i%/*} && cp -rp $i ../$i || exit 1
ca33b6
done
ca33b6
ca33b6
# Don't want static lib
ca33b6
rm -rf $RPM_BUILD_ROOT/%{_libdir}/libbrlapi.a
ca33b6
ca33b6
# ghost brlapi.key
ca33b6
touch ${RPM_BUILD_ROOT}%{_sysconfdir}/brlapi.key
ca33b6
chmod 0640 ${RPM_BUILD_ROOT}%{_sysconfdir}/brlapi.key
ca33b6
ca33b6
# disable xbrlapi gdm autostart, there is already orca
ca33b6
rm -f ${RPM_BUILD_ROOT}%{_datadir}/gdm/greeter/autostart/xbrlapi.desktop
ca33b6
ca33b6
# make brltty-config executable
ca33b6
chmod 755 ${RPM_BUILD_ROOT}%{_bindir}/brltty-config.sh
ca33b6
ca33b6
# fix multilib
ca33b6
pushd %{buildroot}%{_includedir}/brltty
ca33b6
for f in config forbuild
ca33b6
do
ca33b6
  mv ./$f.h ./$f-$(getconf LONG_BIT).h
ca33b6
done
ca33b6
install -p -m 0644 %{SOURCE2} ./config.h
ca33b6
install -p -m 0644 %{SOURCE3} ./forbuild.h
ca33b6
popd
ca33b6
ca33b6
# handle locales
ca33b6
%find_lang %{name}
ca33b6
cp -p %{name}.lang ../
ca33b6
ca33b6
# install dracut module
ca33b6
make install-dracut
ca33b6
ca33b6
popd
ca33b6
ca33b6
# drop documentation already instaled by the dracut subpackage
ca33b6
rm -f doc/Initramfs/Dracut/README*
ca33b6
rmdir doc/Initramfs/Dracut doc/Initramfs
ca33b6
ca33b6
%post
ca33b6
%systemd_post brltty.service
ca33b6
ca33b6
%preun
ca33b6
%systemd_preun brltty.service
ca33b6
ca33b6
%postun
ca33b6
%systemd_postun_with_restart brltty.service
ca33b6
ca33b6
%pre -n brlapi
ca33b6
getent group brlapi >/dev/null || groupadd -r brlapi >/dev/null
ca33b6
ca33b6
%post -n brlapi
ca33b6
if [ ! -e %{_sysconfdir}/brlapi.key ]; then
ca33b6
  mcookie > %{_sysconfdir}/brlapi.key
ca33b6
  chgrp brlapi %{_sysconfdir}/brlapi.key
ca33b6
  chmod 0640 %{_sysconfdir}/brlapi.key
ca33b6
fi
ca33b6
%{?ldconfig}
ca33b6
ca33b6
%ldconfig_postun -n brlapi
ca33b6
ca33b6
%files -f %{name}.lang
ca33b6
%config(noreplace) %{_sysconfdir}/brltty.conf
ca33b6
%{_sysconfdir}/brltty/
ca33b6
%exclude %{_sysconfdir}/brltty/Initramfs
ca33b6
%{_unitdir}/brltty.service
ca33b6
%{_bindir}/brltty
ca33b6
%{_bindir}/brltty-*
ca33b6
%{_libdir}/brltty/
ca33b6
%exclude %{_libdir}/brltty/libbrlttybba.so
ca33b6
%exclude %{_libdir}/brltty/libbrlttybxw.so
ca33b6
%exclude %{_libdir}/brltty/libbrlttyxa2.so
ca33b6
%exclude %{_libdir}/brltty/libbrlttysen.so
ca33b6
%exclude %{_libdir}/brltty/libbrlttyses.so
ca33b6
%exclude %{_libdir}/brltty/libbrlapi_java.so
ca33b6
%if %{with_speech_dispatcher}
ca33b6
%exclude %{_libdir}/brltty/libbrlttyssd.so
ca33b6
%endif
ca33b6
%license LICENSE-LGPL
ca33b6
%doc %{_mandir}/man[15]/brltty.*
ca33b6
%{_sysconfdir}/X11/Xsession.d/90xbrlapi
ca33b6
%{_datadir}/polkit-1/actions/org.a11y.brlapi.policy
ca33b6
%{_datadir}/polkit-1/rules.d/org.a11y.brlapi.rules
ca33b6
ca33b6
ca33b6
%if %{with_speech_dispatcher}
ca33b6
%files speech-dispatcher
ca33b6
%doc Drivers/Speech/SpeechDispatcher/README
ca33b6
%{_libdir}/brltty/libbrlttyssd.so
ca33b6
%endif
ca33b6
ca33b6
%files docs
ca33b6
%doc Documents/ChangeLog Documents/TODO
ca33b6
%doc Documents/Manual-BRLTTY/
ca33b6
%doc doc/*
ca33b6
ca33b6
%files xw
ca33b6
%doc Drivers/Braille/XWindow/README
ca33b6
%{_libdir}/brltty/libbrlttybxw.so
ca33b6
ca33b6
%files at-spi2
ca33b6
%{_libdir}/brltty/libbrlttyxa2.so
ca33b6
ca33b6
%if %{with_espeak}
ca33b6
%files espeak
ca33b6
%{_libdir}/brltty/libbrlttyses.so
ca33b6
%endif
ca33b6
ca33b6
%files espeak-ng
ca33b6
%{_libdir}/brltty/libbrlttysen.so
ca33b6
ca33b6
%files -n brlapi
ca33b6
%{_bindir}/vstp
ca33b6
%{_bindir}/eutp
ca33b6
%{_bindir}/xbrlapi
ca33b6
%{_libdir}/brltty/libbrlttybba.so
ca33b6
%{_libdir}/libbrlapi.so.*
ca33b6
%ghost %verify(not group) %{_sysconfdir}/brlapi.key
ca33b6
%doc Drivers/Braille/XWindow/README
ca33b6
%doc Documents/Manual-BrlAPI/
ca33b6
%doc %{_mandir}/man1/xbrlapi.*
ca33b6
%doc %{_mandir}/man1/vstp.*
ca33b6
%doc %{_mandir}/man1/eutp.*
ca33b6
ca33b6
%files -n brlapi-devel
ca33b6
%{_libdir}/libbrlapi.so
ca33b6
%{_includedir}/brltty
ca33b6
%{_includedir}/brlapi*.h
ca33b6
%{_libdir}/pkgconfig/brltty.pc
ca33b6
%doc %{_mandir}/man3/brlapi_*.3*
ca33b6
%doc Documents/BrlAPIref/BrlAPIref/
ca33b6
ca33b6
%files -n tcl-brlapi
ca33b6
%{tcl_sitearch}/brlapi-%{api_version}
ca33b6
ca33b6
%if %{with python2}
ca33b6
%files -n python2-brlapi
ca33b6
%{python2_sitearch}/brlapi.so
ca33b6
%{python2_sitearch}/Brlapi-%{api_version}-*.egg-info
ca33b6
%endif
ca33b6
ca33b6
%if %{with python3}
ca33b6
%files -n python3-brlapi
ca33b6
%{python3_sitearch}/brlapi.cpython-*.so
ca33b6
%{python3_sitearch}/Brlapi-%{api_version}-*.egg-info
ca33b6
%endif
ca33b6
ca33b6
%files -n brlapi-java
ca33b6
%{_libdir}/brltty/libbrlapi_java.so
ca33b6
%{_jnidir}/brlapi.jar
ca33b6
ca33b6
%if 0%{?with_ocaml}
ca33b6
%files -n ocaml-brlapi
ca33b6
%{_libdir}/ocaml/brlapi/
ca33b6
%{_libdir}/ocaml/stublibs/
ca33b6
%endif
ca33b6
ca33b6
%files dracut
ca33b6
%{_prefix}/lib/dracut/modules.d/99brltty/
ca33b6
%dir %{_sysconfdir}/brltty/Initramfs
ca33b6
%config(noreplace) %verify(not size md5 mtime) %{_sysconfdir}/brltty/Initramfs/dracut.conf
ca33b6
%config(noreplace) %verify(not size md5 mtime) %{_sysconfdir}/brltty/Initramfs/cmdline
ca33b6
ca33b6
%changelog
ca33b6
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 6.3-4
ca33b6
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
ca33b6
  Related: rhbz#1991688
ca33b6
ca33b6
* Tue Jun 22 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 6.3-3
ca33b6
- Fixed brlapi multilib
ca33b6
  Resolves: rhbz#1915335
ca33b6
ca33b6
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 6.3-2
ca33b6
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
ca33b6
ca33b6
* Mon Feb  1 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 6.3-1
ca33b6
- New version
ca33b6
  Resolves: rhbz#1910328
ca33b6
ca33b6
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 6.1-13
ca33b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
ca33b6
ca33b6
* Tue Oct 20 2020 Jaroslav Škarvada <jskarvad@redhat.com> - 6.1-12
ca33b6
- Fixed brlapi.key to pass the RPM verification
ca33b6
ca33b6
* Tue Sep 01 2020 Richard W.M. Jones <rjones@redhat.com> - 6.1-11
ca33b6
- OCaml 4.11.1 rebuild
ca33b6
ca33b6
* Fri Aug 21 2020 Richard W.M. Jones <rjones@redhat.com> - 6.1-10
ca33b6
- OCaml 4.11.0 rebuild
ca33b6
ca33b6
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.1-9
ca33b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
ca33b6
ca33b6
* Thu Jul 16 2020 Jaroslav Škarvada <jskarvad@redhat.com> - 6.1-8
ca33b6
- Dropped explicit brlapi dependency (brltty) and relaxed brltty
ca33b6
  dependency (brlapi)
ca33b6
  Related: rhbz#1765611
ca33b6
ca33b6
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 6.1-7
ca33b6
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
ca33b6
ca33b6
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 6.1-6
ca33b6
- Rebuilt for Python 3.9
ca33b6
ca33b6
* Wed May 20 2020 Jaroslav Škarvada <jskarvad@redhat.com> - 6.1-5
ca33b6
- Added missing missing -o option to the brltty man page
ca33b6
ca33b6
* Mon May 04 2020 Richard W.M. Jones <rjones@redhat.com> - 6.1-4
ca33b6
- OCaml 4.11.0+dev2-2020-04-22 rebuild
ca33b6
ca33b6
* Tue Apr 21 2020 Richard W.M. Jones <rjones@redhat.com> - 6.1-3
ca33b6
- OCaml 4.11.0 pre-release attempt 2
ca33b6
ca33b6
* Fri Apr 17 2020 Richard W.M. Jones <rjones@redhat.com> - 6.1-2
ca33b6
- OCaml 4.11.0 pre-release
ca33b6
ca33b6
* Mon Apr 06 2020 Gwyn Ciesla <gwync@protonmail.com> - 6.1-1
ca33b6
- 6.1
ca33b6
ca33b6
* Thu Apr 02 2020 Richard W.M. Jones <rjones@redhat.com> - 6.0-14
ca33b6
- Update all OCaml dependencies for RPM 4.16.
ca33b6
ca33b6
* Wed Feb 26 2020 Richard W.M. Jones <rjones@redhat.com> - 6.0-13
ca33b6
- OCaml 4.10.0 final.
ca33b6
ca33b6
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.0-12
ca33b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
ca33b6
ca33b6
* Sat Jan 18 2020 Richard W.M. Jones <rjones@redhat.com> - 6.0-11
ca33b6
- OCaml 4.10.0+beta1 rebuild.
ca33b6
ca33b6
* Wed Jan 08 2020 Richard W.M. Jones <rjones@redhat.com> - 6.0-10
ca33b6
- OCaml 4.09.0 for riscv64
ca33b6
ca33b6
* Fri Dec 06 2019 Richard W.M. Jones <rjones@redhat.com> - 6.0-9
ca33b6
- OCaml 4.09.0 (final) rebuild.
ca33b6
ca33b6
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 6.0-8
ca33b6
- Rebuilt for Python 3.8
ca33b6
ca33b6
* Fri Aug 16 2019 Richard W.M. Jones <rjones@redhat.com> - 6.0-7
ca33b6
- OCaml 4.08.1 (final) rebuild.
ca33b6
ca33b6
* Wed Jul 31 2019 Richard W.M. Jones <rjones@redhat.com> - 6.0-6
ca33b6
- OCaml 4.08.1 (rc2) rebuild.
ca33b6
ca33b6
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.0-5
ca33b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
ca33b6
ca33b6
* Thu Jun 27 2019 Richard W.M. Jones <rjones@redhat.com> - 6.0-4
ca33b6
- OCaml 4.08.0 (final) rebuild.
ca33b6
ca33b6
* Fri Jun  7 2019 Jaroslav Škarvada <jskarvad@redhat.com> - 6.0-3
ca33b6
- Fixed build with alsa-1.1.9
ca33b6
  Resolves: rhbz#1716389
ca33b6
ca33b6
* Mon Apr 29 2019 Richard W.M. Jones <rjones@redhat.com> - 6.0-2
ca33b6
- OCaml 4.08.0 (beta 3) rebuild.
ca33b6
ca33b6
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.6-32
ca33b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
ca33b6
ca33b6
* Tue Dec 11 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-31
ca33b6
- Do not package documentation for dracut module twice
ca33b6
ca33b6
* Tue Dec 11 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-30
ca33b6
- Rebased dracut support to upstream version
ca33b6
- Added requires to subpackages
ca33b6
ca33b6
* Wed Dec  5 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-29
ca33b6
- Improved CFLAGS handling when building Ocaml bindings
ca33b6
ca33b6
* Wed Dec  5 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-28
ca33b6
- Built OCaml bindings with distribution CFLAGS and consolidated patches
ca33b6
- Fixed Cython build requires
ca33b6
- Used macro for python3 path
ca33b6
ca33b6
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.6-27
ca33b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
ca33b6
ca33b6
* Wed Jul 11 2018 Richard W.M. Jones <rjones@redhat.com> - 5.6-26
ca33b6
- OCaml 4.07.0 (final) rebuild.
ca33b6
ca33b6
* Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 5.6-25
ca33b6
- Rebuilt for Python 3.7
ca33b6
ca33b6
* Thu Jun 21 2018 Paolo Bonzini <pbonzini@redhat.com> - 5.6-24
ca33b6
- Remove unnecessary dependency from brlapi and brltty-docs to brltty
ca33b6
ca33b6
* Wed Jun 20 2018 Richard W.M. Jones <rjones@redhat.com> - 5.6-23
ca33b6
- OCaml 4.07.0-rc1 rebuild.
ca33b6
ca33b6
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 5.6-22
ca33b6
- Rebuilt for Python 3.7
ca33b6
ca33b6
* Mon Jun 11 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-21
ca33b6
- Improved brltty service to start before display manager and getty
ca33b6
ca33b6
* Fri Jun  8 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-20
ca33b6
- Fixed installation of multiple drivers and text tables in Dracut module
ca33b6
  if environment variables are used
ca33b6
ca33b6
* Mon Jun  4 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-19
ca33b6
- Fixed Dracut module requirements
ca33b6
ca33b6
* Mon Jun  4 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-18
ca33b6
- Improved Dracut module to support more boot command line arguments
ca33b6
ca33b6
* Fri Jun  1 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-17
ca33b6
- Updated URL and Source
ca33b6
ca33b6
* Thu May 31 2018 Tomas Korbar <tomas.korb@seznam.cz> - 5.6-16
ca33b6
- Added Dracut module
ca33b6
ca33b6
* Tue May 29 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-15
ca33b6
- Added support for ALSA
ca33b6
ca33b6
* Thu May 24 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-14
ca33b6
- Also enabled systemd service in rescue target
ca33b6
ca33b6
* Thu May 24 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-13
ca33b6
- Systemd service is now installed to default and emergency targets,
ca33b6
  because assistive technology should be available there
ca33b6
ca33b6
* Tue May 22 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-12
ca33b6
- Switched to upstream patch adding LDFLAGS to more libraries
ca33b6
  Related: rhbz#1543490
ca33b6
ca33b6
* Mon May 21 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-11
ca33b6
- Added LDFLAGS to more libraries
ca33b6
  Related: rhbz#1543490
ca33b6
ca33b6
* Thu Apr 26 2018 Richard W.M. Jones <rjones@redhat.com> - 5.6-10
ca33b6
- OCaml 4.07.0-beta2 rebuild.
ca33b6
ca33b6
* Wed Apr 25 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-9
ca33b6
- Switched to upstream patch fixing building with distro's LDFLAGS
ca33b6
  Related: rhbz#1543490
ca33b6
ca33b6
* Tue Apr 24 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 5.6-8
ca33b6
- Build with distro's LDFLAGS
ca33b6
  Related: rhbz#1543490
ca33b6
ca33b6
* Fri Mar 16 2018 Miro Hrončok <mhroncok@redhat.com> - 5.6-7
ca33b6
- Don't build Python 2 subpackage on EL > 7 and Fedora > 28
ca33b6
- Use bconditionals
ca33b6
ca33b6
* Thu Mar 08 2018 Ondřej Lysoněk <olysonek@redhat.com> - 5.6-6
ca33b6
- Build with espeak support only on Fedora
ca33b6
ca33b6
* Tue Mar 06 2018 Ondřej Lysoněk <olysonek@redhat.com> - 5.6-5
ca33b6
- Add support for eSpeak-NG
ca33b6
ca33b6
* Tue Mar 06 2018 Ondřej Lysoněk <olysonek@redhat.com> - 5.6-4
ca33b6
- Fix the License tags. The license of whole brltty is LGPLv2+ since
ca33b6
  the 5.6 release.
ca33b6
ca33b6
* Mon Feb 26 2018 Ondřej Lysoněk <olysonek@redhat.com> - 5.6-3
ca33b6
- Fix generating the brltty-debugsource package
ca33b6
ca33b6
* Mon Feb 12 2018 Gwyn Ciesla <limburgher@gmail.com> - 5.6-2
ca33b6
- Flag fixes.
ca33b6
ca33b6
* Tue Feb 06 2018 Gwyn Ciesla <limburgher@gmail.com> - 5.6-1
ca33b6
- 5.6
ca33b6
ca33b6
* Fri Dec 15 2017 Iryna Shcherbina <ishcherb@redhat.com> - 5.5-12
ca33b6
- Update Python 2 dependency declarations to new packaging standards
ca33b6
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
ca33b6
ca33b6
* Fri Nov 17 2017 Richard W.M. Jones <rjones@redhat.com> - 5.5-11
ca33b6
- OCaml 4.06.0 rebuild.
ca33b6
ca33b6
* Wed Oct 04 2017 Troy Dawson <tdawson@redhat.com> - 5.5-10
ca33b6
- Cleanup spec file conditionals
ca33b6
ca33b6
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 5.5-9
ca33b6
- Python 2 binary package renamed to python2-brltty
ca33b6
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
ca33b6
ca33b6
* Tue Aug 08 2017 Richard W.M. Jones <rjones@redhat.com> - 5.5-8
ca33b6
- OCaml 4.05.0 rebuild.
ca33b6
ca33b6
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.5-7
ca33b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
ca33b6
ca33b6
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.5-6
ca33b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
ca33b6
ca33b6
* Tue Jul 11 2017 Gwyn Ciesla <limburgher@gmail.com> - 5.5-5
ca33b6
- Use python 3 for latex-access, BZ 1465657.
ca33b6
ca33b6
* Tue Jun 27 2017 Gwyn Ciesla <limburgher@gmail.com> - 5.5-4
ca33b6
- OCaml 4.04.2 rebuild.
ca33b6
ca33b6
* Thu Jun 22 2017 Gwyn Ciesla <limburgher@gmail.com> - 5.5-3
ca33b6
- Fix Python-related FTBFS.
ca33b6
ca33b6
* Fri May 12 2017 Richard W.M. Jones <rjones@redhat.com> - 5.5-2
ca33b6
- OCaml 4.04.1 rebuild.
ca33b6
ca33b6
* Wed Apr 19 2017 Gwyn Ciesla <limburgher@gmail.com> - 5.5-1
ca33b6
- 5.5, BZ 1443262.
ca33b6
ca33b6
* Fri Mar 17 2017 Stephen Gallagher <sgallagh@redhat.com> - 5.4-8
ca33b6
- Don't pass unnecessary -Wno-format to Python bindings
ca33b6
- Fixes FTBFS on gcc7
ca33b6
ca33b6
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.4-7
ca33b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
ca33b6
ca33b6
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 5.4-6
ca33b6
- Rebuild for Python 3.6
ca33b6
ca33b6
* Wed Nov  9 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 5.4-5
ca33b6
- Used upstream fix for OCaml 4.04
ca33b6
ca33b6
* Tue Nov 08 2016 Richard W.M. Jones <rjones@redhat.com> - 5.4-4
ca33b6
- Add fix for OCaml 4.04 (thanks: Jaroslav Škarvada).
ca33b6
ca33b6
* Sat Nov 05 2016 Richard W.M. Jones <rjones@redhat.com> - 5.4-3
ca33b6
- Rebuild for OCaml 4.04.0.
ca33b6
ca33b6
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.4-2
ca33b6
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
ca33b6
ca33b6
* Wed Jun 29 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 5.4-1
ca33b6
- New version
ca33b6
  Resolves: rhbz#1350990
ca33b6
- Dropped xw-fonts-fix and async-wait patches (both upstreamed)
ca33b6
ca33b6
* Fri May 13 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 5.3.1-8
ca33b6
- Fixed async wait to handle zero timeouts (by async-wait patch)
ca33b6
ca33b6
* Wed May  4 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 5.3.1-7
ca33b6
- Made brltty-config executable, currently useless, but FHS compliant
ca33b6
  Resolves: rhbz#1332981
ca33b6
ca33b6
* Mon Apr 11 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 5.3.1-6
ca33b6
- Improved fix for XW driver not showing Braille characters
ca33b6
  Related: rhbz#1324669
ca33b6
ca33b6
* Thu Apr  7 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 5.3.1-5
ca33b6
- Fixed XW driver to show Braille characters
ca33b6
  Related: rhbz#1324669
ca33b6
- No need to explicitly harden
ca33b6
- Added architecture to subpackages requirements
ca33b6
- Made brltty main package to explicitly requires specific brlapi version
ca33b6
- Renumbered patches
ca33b6
ca33b6
* Tue Apr  5 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 5.3.1-4
ca33b6
- Dropped man-fix patch (upstreamed)
ca33b6
- Hardened build
ca33b6
  Related: rhbz#1092547
ca33b6
ca33b6
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.1-3
ca33b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
ca33b6
ca33b6
* Wed Dec 23 2015 Jon Ciesla <limburgher@gmail.com> - 5.3.1-2
ca33b6
- Bump rel, api is the same.
ca33b6
ca33b6
* Wed Dec 23 2015 Jon Ciesla <limburgher@gmail.com> - 5.3.1-1
ca33b6
- 5.3.1, BZ 1293612.
ca33b6
ca33b6
* Tue Dec 15 2015 Jon Ciesla <limburgher@gmail.com> - 5.3-1
ca33b6
- 5.3, BZ 1291657.
ca33b6
- Man fix upstreamed.
ca33b6
ca33b6
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2-12
ca33b6
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
ca33b6
ca33b6
* Tue Jul 28 2015 Richard W.M. Jones <rjones@redhat.com> - 5.2-11
ca33b6
- OCaml 4.02.3 rebuild.
ca33b6
ca33b6
* Wed Jun 24 2015 Richard W.M. Jones <rjones@redhat.com> - 5.2-10
ca33b6
- ocaml-4.02.2 final rebuild.
ca33b6
ca33b6
* Wed Jun 17 2015 Richard W.M. Jones <rjones@redhat.com> - 5.2-9
ca33b6
- ocaml-4.02.2 rebuild.
ca33b6
ca33b6
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2-8
ca33b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
ca33b6
ca33b6
* Mon May 25 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 5.2-7
ca33b6
- Fixed manual page
ca33b6
  Resolves: rhbz#1224661
ca33b6
ca33b6
* Mon Mar 23 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 5.2-6
ca33b6
- Dropped AtSpi driver
ca33b6
  Related: rhbz#1204462
ca33b6
ca33b6
* Mon Mar 23 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 5.2-5
ca33b6
- Added support for AtSpi2 driver
ca33b6
  Resolves: rhbz#1204462
ca33b6
- Added support for eSpeak driver
ca33b6
- Filtered private libraries from provides/requires
ca33b6
ca33b6
* Tue Feb 17 2015 Richard W.M. Jones <rjones@redhat.com> - 5.2-4
ca33b6
- ocaml-4.02.1 rebuild.
ca33b6
ca33b6
* Tue Feb 17 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 5.2-3
ca33b6
- Rebuilt for new ocaml
ca33b6
ca33b6
* Mon Jan 26 2015 David Tardon <dtardon@redhat.com> - 5.2-2
ca33b6
- rebuild for ICU 54.1
ca33b6
ca33b6
* Wed Nov 12 2014 Jon Ciesla <limburgher@gmail.com> - 5.2-1
ca33b6
- 5.2, BZ 1163112.
ca33b6
ca33b6
* Sun Aug 31 2014 Richard W.M. Jones <rjones@redhat.com> - 5.1-12
ca33b6
- ocaml-4.02.0 final rebuild.
ca33b6
ca33b6
* Tue Aug 26 2014 David Tardon <dtardon@redhat.com> - 5.1-11
ca33b6
- rebuild for ICU 53.1
ca33b6
ca33b6
* Sat Aug 23 2014 Richard W.M. Jones <rjones@redhat.com> - 5.1-10
ca33b6
- ocaml-4.02.0+rc1 rebuild.
ca33b6
ca33b6
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1-9
ca33b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
ca33b6
ca33b6
* Sat Aug 02 2014 Richard W.M. Jones <rjones@redhat.com> - 5.1-8
ca33b6
- ocaml-4.02.0-0.8.git10e45753.fc22 rebuild.
ca33b6
ca33b6
* Mon Jul 21 2014 Richard W.M. Jones <rjones@redhat.com> - 5.1-7
ca33b6
- OCaml 4.02.0 beta rebuild (with fixed compiler).
ca33b6
ca33b6
* Mon Jul 14 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 5.1-6
ca33b6
- Rebuilt for new ocaml
ca33b6
ca33b6
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1-5
ca33b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
ca33b6
ca33b6
* Tue May 27 2014 Kalev Lember <kalevlember@gmail.com> - 5.1-4
ca33b6
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
ca33b6
ca33b6
* Tue May 20 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 5.1-3
ca33b6
- Rebuilt for tcl/tk8.6
ca33b6
ca33b6
* Tue Apr 15 2014 Richard W.M. Jones <rjones@redhat.com> - 5.1-2
ca33b6
- Remove ocaml_arches macro (RHBZ#1087794).
ca33b6
ca33b6
* Thu Mar 27 2014 Jon Ciesla <limburgher@gmail.com> - 5.1-1
ca33b6
- 5.1, BZ 1081459.
ca33b6
- Fixed Source URL.
ca33b6
ca33b6
* Thu Feb 20 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 5.0-1
ca33b6
- New version
ca33b6
  Resolves: rhbz#1067337
ca33b6
- Dropped man-fix patch (upstreamed)
ca33b6
- De-fuzzified libspeechd patch
ca33b6
- Handled locales
ca33b6
- Switched to xz compressed sources
ca33b6
ca33b6
* Thu Feb 13 2014 Jon Ciesla <limburgher@gmail.com> - 4.5-10
ca33b6
- libicu rebuild.
ca33b6
- Add python-setuptools BR.
ca33b6
ca33b6
* Mon Sep 23 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 4.5-9
ca33b6
- The brlapi.key is now preset, users in the brlapi group have access
ca33b6
  Resolves: rhbz#1010656
ca33b6
ca33b6
* Sat Sep 14 2013 Richard W.M. Jones <rjones@redhat.com> - 4.5-8
ca33b6
- Rebuild for OCaml 4.01.0.
ca33b6
- Create stublibs directory for OCaml, else install fails.
ca33b6
- Unset MAKEFLAGS so that MAKEFLAGS=-j<N> does not break local builds.
ca33b6
- In new speech-dispatcher, <libspeechd.h> has moved to a subdirectory.
ca33b6
ca33b6
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5-7
ca33b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
ca33b6
ca33b6
* Mon Jul 15 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 4.5-6
ca33b6
- Updated man page
ca33b6
ca33b6
* Fri May 10 2013 Jon Ciesla <limburgher@gmail.com> - 4.5-5
ca33b6
- Add systemd unit file, BZ 916628.
ca33b6
- Drop spurious post scripts.
ca33b6
- Move eveything but man pages and license files top -docs.
ca33b6
ca33b6
* Thu May  9 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 4.5-4
ca33b6
- Conditionally build python3
ca33b6
ca33b6
* Tue Apr 30 2013 Jon Ciesla <limburgher@gmail.com> - 4.5-3
ca33b6
- Add bluetooth support, BZ 916628.
ca33b6
ca33b6
* Thu Apr 04 2013 Kalev Lember <kalevlember@gmail.com> - 4.5-2
ca33b6
- Don't install the library in /lib now that we have UsrMove
ca33b6
ca33b6
* Thu Apr 04 2013 Kalev Lember <kalevlember@gmail.com> - 4.5-1
ca33b6
- Update to 4.5
ca33b6
- Add Python 3 support (python3-brlapi)
ca33b6
ca33b6
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3-13
ca33b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
ca33b6
ca33b6
* Tue Jan  8 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 4.3-12
ca33b6
- Build with -fno-strict-aliasing
ca33b6
ca33b6
* Wed Dec 19 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 4.3-11
ca33b6
- revbump after jnidir change
ca33b6
ca33b6
* Wed Dec 12 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 4.3-10
ca33b6
- Fixed directories, install to /usr prefix
ca33b6
ca33b6
* Wed Dec 12 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 4.3-9
ca33b6
- Fix up java subpackage installation directories
ca33b6
- Fix java JNI loading code
ca33b6
ca33b6
* Wed Oct 17 2012 Jon Ciesla <limburgher@gmail.com> - 4.3-8
ca33b6
- Bump and rebuild for new ocaml.
ca33b6
ca33b6
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3-7
ca33b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
ca33b6
ca33b6
* Fri Jun 08 2012 Jon Ciesla <limburgher@gmail.com> - 4.3-6
ca33b6
- Bump and rebuild for ocaml 4.00.0.
ca33b6
ca33b6
* Fri Mar 23 2012 Dan Horák <dan[at]danny.cz> - 4.3-5
ca33b6
- conditionalize ocaml support
ca33b6
- fix build on 64-bit arches
ca33b6
ca33b6
* Mon Feb 06 2012 Jon Ciesla <limburgher@gmail.com> - 4.3-4
ca33b6
- Added ocaml subpackage, BZ 702724.
ca33b6
ca33b6
* Fri Feb 03 2012 Jon Ciesla <limburgher@gmail.com> - 4.3-3
ca33b6
- Fixed libbrlapi.so symlink, BZ 558132.
ca33b6
ca33b6
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3-2
ca33b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
ca33b6
ca33b6
* Tue Oct 18 2011 Jon Ciesla <limb@jcomserv.net> - 4.3-1
ca33b6
- New upstream.
ca33b6
- S_ISCHR patch upstreamed.
ca33b6
- parallel patch updated.
ca33b6
- Cleaned up some file encodings.
ca33b6
ca33b6
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2-4
ca33b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
ca33b6
ca33b6
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 4.2-3
ca33b6
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
ca33b6
ca33b6
* Fri May 21 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 4.2-2
ca33b6
- rework parallel patch slightly and reapply
ca33b6
ca33b6
* Fri May 21 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 4.2-1
ca33b6
- update to 4.2
ca33b6
- drop static lib (bz 556041)
ca33b6
- fix undefined S_ISCHR call
ca33b6
ca33b6
* Wed Jan 20 2010 Stepan Kasal <skasal@redhat.com> - 4.1-5
ca33b6
- requires(post): coreutils to work around an installator bug
ca33b6
- Resolves: #540437
ca33b6
ca33b6
* Wed Jan 13 2010 Stepan Kasal <skasal@redhat.com> - 4.1-4
ca33b6
- limit building against speech-dispatcher to Fedora
ca33b6
- Resolves: rhbz#553795
ca33b6
ca33b6
* Sun Nov  1 2009 Stepan Kasal <skasal@redhat.com> - 4.1-3
ca33b6
- build the TTY driver (it was disabled since it first appered in 3.7.2-1)
ca33b6
- build with speech-dispatcher, packed into a separate sub-package
ca33b6
ca33b6
* Fri Oct 30 2009 Stepan Kasal <skasal@redhat.com> - 4.1-2
ca33b6
- move data-directory back to default: /etc/brltty
ca33b6
- move brltty to /bin and /lib, so that it can be used to repair the system
ca33b6
  without /usr mounted (#276181)
ca33b6
- move vstp and libbrlttybba.so to brlapi
ca33b6
- brltty no longer requires brlapi
ca33b6
- brlapi now requires brltty from the same build
ca33b6
ca33b6
* Wed Oct 28 2009 Stepan Kasal <skasal@redhat.com> - 4.1-1
ca33b6
- new upstream version
ca33b6
- use --disable-stripping instead of make variable override
ca33b6
- install the default brltty-pm.conf to docdir only (#526168)
ca33b6
- remove the duplicate copies of rhmkboot and rhmkroot from docdir
ca33b6
- patch configure so that the dirs in summary are not garbled:
ca33b6
  brltty-autoconf-quote.patch
ca33b6
- move data-directory to ${datadir}/brltty
ca33b6
ca33b6
* Tue Oct 20 2009 Stepan Kasal <skasal@redhat.com> - 4.0-2
ca33b6
- escape rpm macros in the rpm change log
ca33b6
- add requires to bind subpackages from one build together
ca33b6
ca33b6
* Wed Oct  7 2009 Stepan Kasal <skasal@redhat.com> - 4.0-1
ca33b6
- new upstream version
ca33b6
- drop upstreamed patches; ./autogen not needed anymore
ca33b6
- pack the xbrlapi server; move its man page to brlapi package
ca33b6
- add man-page for brltty.conf (#526168)
ca33b6
ca33b6
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10-6
ca33b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
ca33b6
ca33b6
* Tue May 12 2009 Stepan Kasal <skasal@redhat.com> - 3.10-5
ca33b6
- rebuild after java-1.5.0-gcj rebuild
ca33b6
ca33b6
* Thu Apr 30 2009 Stepan Kasal <skasal@redhat.com> - 3.10-4
ca33b6
- own the tcl subdirectory (#474032)
ca33b6
- set CPPFLAGS to java include dirs, so that the java bindings build with
ca33b6
  any java implementation (#498964)
ca33b6
- add --without-curses; there is no curses package BuildRequired anyway
ca33b6
ca33b6
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10-3
ca33b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
ca33b6
ca33b6
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 3.10-2
ca33b6
- Rebuild for Python 2.6
ca33b6
ca33b6
* Sat Sep 13 2008 Stepan Kasal <skasal@redhat.com> - 3.10-1
ca33b6
- new upstream release
ca33b6
- drop brltty-3.9-java-svn.patch, brltty-3.9-tcl85path.patch,
ca33b6
  and brltty-3.9-pyxfix.patch, they are upstream
ca33b6
- fix BuildRoot
ca33b6
- fix many sub-packages' Requires on brlapi
ca33b6
ca33b6
* Wed Sep 10 2008 Stepan Kasal <skasal@redhat.com> - 3.9-3
ca33b6
- add brltty-3.9-autoconf.patch to fix to build with Autoconf 2.62
ca33b6
- add brltty-3.9-parallel.patch to fix race condition with parallel make
ca33b6
- add brltty-3.9-pyxfix.patch to fix build with current pyrex
ca33b6
- Summary lines shall not end with a dot
ca33b6
ca33b6
* Thu Feb 28 2008 Tomas Janousek <tjanouse@redhat.com> - 3.9-2.2
ca33b6
- glibc build fixes
ca33b6
- applied java reorganisations from svn
ca33b6
ca33b6
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.9-2.1
ca33b6
- Autorebuild for GCC 4.3
ca33b6
ca33b6
* Wed Jan 09 2008 Tomas Janousek <tjanouse@redhat.com> - 3.9-1.1
ca33b6
- specfile update to comply with tcl packaging guidelines
ca33b6
ca33b6
* Mon Jan 07 2008 Tomas Janousek <tjanouse@redhat.com> - 3.9-1
ca33b6
- update to latest upstream (3.9)
ca33b6
ca33b6
* Tue Sep 18 2007 Tomas Janousek <tjanouse@redhat.com> - 3.8-2.svn3231
ca33b6
- update to r3231 from svn
ca33b6
- added java binding subpackage
ca33b6
ca33b6
* Wed Aug 29 2007 Tomas Janousek <tjanouse@redhat.com> - 3.8-2.svn3231
ca33b6
- update to r3231 from svn
ca33b6
ca33b6
* Tue Aug 21 2007 Tomas Janousek <tjanouse@redhat.com> - 3.8-1
ca33b6
- update to latest upstream
ca33b6
- added the at-spi driver, tcl and python bindings
ca33b6
- fixed the license tags
ca33b6
ca33b6
* Mon Mar 05 2007 Tomas Janousek <tjanouse@redhat.com> - 3.7.2-3
ca33b6
- added the XWindow driver
ca33b6
- build fix for newer byacc
ca33b6
ca33b6
* Tue Jan 30 2007 Tomas Janousek <tjanouse@redhat.com> - 3.7.2-2.1
ca33b6
- quiet postinstall scriptlet, really fixes #224570
ca33b6
ca33b6
* Tue Jan 30 2007 Tomas Janousek <tjanouse@redhat.com> - 3.7.2-2
ca33b6
- failsafe postinstall script, fixes #224570
ca33b6
- makefile fix - debuginfo extraction now works
ca33b6
ca33b6
* Thu Jan 25 2007 Tomas Janousek <tjanouse@redhat.com> - 3.7.2-1.1
ca33b6
- fix building with newer kernel-headers (#224149)
ca33b6
ca33b6
* Wed Jul 12 2006 Petr Rockai <prockai@redhat.com> - 3.7.2-1
ca33b6
- upgrade to latest upstream version
ca33b6
- split off brlapi and brlapi-devel packages
ca33b6
ca33b6
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.2-12.1
ca33b6
- rebuild
ca33b6
ca33b6
* Sun Jul 02 2006 Florian La Roche <laroche@redhat.com>
ca33b6
- for the post script require coreutils
ca33b6
ca33b6
* Mon Jun 05 2006 Jesse Keating <jkeating@redhat.com> - 3.2-11
ca33b6
- Added byacc BuildRequires, removed prereq, coreutils is always there
ca33b6
ca33b6
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.2-10.2.1
ca33b6
- bump again for double-long bug on ppc(64)
ca33b6
ca33b6
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3.2-10.2
ca33b6
- rebuilt for new gcc4.1 snapshot and glibc changes
ca33b6
ca33b6
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
ca33b6
- rebuilt
ca33b6
ca33b6
* Wed Mar 16 2005 Bill Nottingham <notting@redhat.com> 3.2-10
ca33b6
- rebuild
ca33b6
ca33b6
* Fri Nov 26 2004 Florian La Roche <laroche@redhat.com>
ca33b6
- add a %%clean into .spec
ca33b6
ca33b6
* Thu Oct 14 2004 Adrian Havill <havill@redhat.com> 3.2-5
ca33b6
- chmod a-x for conf file (#116244)
ca33b6
ca33b6
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
ca33b6
- rebuilt
ca33b6
ca33b6
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
ca33b6
- rebuilt
ca33b6
ca33b6
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
ca33b6
- rebuilt
ca33b6
ca33b6
* Tue Sep 30 2003 Florian La Roche <Florian.LaRoche@redhat.de>
ca33b6
- prereq coreutils for mknod/chown/chmod
ca33b6
ca33b6
* Mon Jul 07 2003 Adrian Havill <havill@redhat.com> 3.2-2
ca33b6
- changed spec "Copyright" to "License"
ca33b6
- use %%configure macro, %%{_libdir} for non-ia32 archs
ca33b6
- removed unnecessary set and unset, assumed/default spec headers
ca33b6
- fixed unpackaged man page, duplicate /bin and /lib entries
ca33b6
- use plain install vs scripts for non-i386 buildsys