78da24
%define pkg_version 4.5
78da24
%define api_version 0.6.0
78da24
78da24
%global with_python3 1
78da24
78da24
%if 0%{?rhel}
78da24
%global with_python3 0
78da24
%endif
78da24
78da24
%{!?tcl_version: %global tcl_version %(echo 'puts $tcl_version' | tclsh)}
78da24
%{!?tcl_sitearch: %global tcl_sitearch %{_prefix}/%{_lib}/tcl%{tcl_version}}
78da24
78da24
# with speech dispatcher iff on Fedora:
78da24
%define with_speech_dispatcher 0%{?fedora}
78da24
78da24
%ifarch %{ocaml_arches}
78da24
%global with_ocaml 1
78da24
%endif
78da24
78da24
Name: brltty
78da24
Version: %{pkg_version}
78da24
Release: 16%{?dist}
78da24
License: GPLv2+
78da24
Group: System Environment/Daemons
78da24
URL: http://mielke.cc/brltty/
78da24
Source0: http://mielke.cc/brltty/releases/%{name}-%{version}.tar.gz
78da24
Source1: brltty.service
78da24
# patch sent upstream
78da24
Patch3: brltty-4.5-man-fix.patch
78da24
Patch4: brltty-loadLibrary.patch
78da24
Patch5: brltty-4.5-xw-fonts-fix.patch
78da24
Patch6: brltty-4.5-relro-full.patch
78da24
# merged upstream
78da24
Patch7: brltty-4.5-ocaml-4.04-fix.patch
78da24
Summary: Braille display driver for Linux/Unix
78da24
BuildRequires: byacc, glibc-kernheaders, bluez-libs-devel
78da24
BuildRequires: at-spi-devel, at-spi2-core-devel, systemd
78da24
Requires: brlapi%{?_isa} = %{api_version}-%{release}
78da24
# work around a bug in the install process:
78da24
Requires(post): coreutils
78da24
Requires(post): systemd
78da24
Requires(preun): systemd
78da24
Requires(postun): systemd
78da24
78da24
%description
78da24
BRLTTY is a background process (daemon) which provides
78da24
access to the Linux/Unix console (when in text mode)
78da24
for a blind person using a refreshable braille display.
78da24
It drives the braille display and provides complete
78da24
screen review functionality.
78da24
%if %{with_speech_dispatcher}
78da24
BRLTTY can also work with speech synthesizers; if you want to use it with
78da24
Speech Dispatcher, please install also package %{name}-speech-dispatcher.
78da24
78da24
%package speech-dispatcher
78da24
Summary: Speech Dispatcher driver for BRLTTY
78da24
Group: System Environment/Daemons
78da24
License: GPLv2+
78da24
BuildRequires: speech-dispatcher-devel
78da24
Requires: %{name}%{?_isa} = %{pkg_version}-%{release}
78da24
%description speech-dispatcher
78da24
This package provides the Speech Dispatcher driver for BRLTTY.
78da24
%endif
78da24
78da24
%package docs
78da24
Summary: Documentation for BRLTTY
78da24
Group: System Environment/Daemons
78da24
License: GPLv2+
78da24
Requires: %{name} = %{pkg_version}-%{release}
78da24
BuildArch: noarch
78da24
%description docs
78da24
This package provides the documentation for BRLTTY.
78da24
78da24
%package xw
78da24
Summary: XWindow driver for BRLTTY
78da24
Group: System Environment/Daemons
78da24
License: GPLv2+
78da24
BuildRequires: libSM-devel libICE-devel libX11-devel libXaw-devel libXext-devel libXt-devel libXtst-devel
78da24
Requires: %{name}%{?_isa} = %{pkg_version}-%{release}
78da24
Requires: xorg-x11-fonts-misc, ucs-miscfixed-fonts
78da24
%description xw
78da24
This package provides the XWindow driver for BRLTTY.
78da24
78da24
%package at-spi
78da24
Summary: AtSpi driver for BRLTTY
78da24
Group: System Environment/Daemons
78da24
# The data files are licensed under LGPLv2+, see the README file.
78da24
License: GPLv2+ and LGPLv2+
78da24
Requires: %{name}%{?_isa} = %{pkg_version}-%{release}
78da24
%description at-spi
78da24
This package provides the AtSpi driver for BRLTTY.
78da24
78da24
%package at-spi2
78da24
Summary: AtSpi2 driver for BRLTTY
78da24
Group: System Environment/Daemons
78da24
# The data files are licensed under LGPLv2+, see the README file.
78da24
License: GPLv2+ and LGPLv2+
78da24
Requires: %{name}%{?_isa} = %{pkg_version}-%{release}
78da24
%description at-spi2
78da24
This package provides the AtSpi2 driver for BRLTTY.
78da24
78da24
%package -n brlapi
78da24
Version: %{api_version}
78da24
Group: Applications/System
78da24
License: LGPLv2+
78da24
Summary: Application Programming Interface for BRLTTY
78da24
Requires: %{name} = %{pkg_version}-%{release}
78da24
%description -n brlapi
78da24
This package provides the run-time support for the Application
78da24
Programming Interface to BRLTTY.
78da24
78da24
Install this package if you have an application which directly accesses
78da24
a refreshable braille display.
78da24
78da24
%package -n brlapi-devel
78da24
Version: %{api_version}
78da24
Group: Development/System
78da24
License: LGPLv2+
78da24
Requires: brlapi%{?_isa} = %{api_version}-%{release}
78da24
Summary: Headers, static archive, and documentation for BrlAPI
78da24
78da24
%description -n brlapi-devel
78da24
This package provides the header files, static archive, shared object
78da24
linker reference, and reference documentation for BrlAPI (the
78da24
Application Programming Interface to BRLTTY).  It enables the
78da24
implementation of applications which take direct advantage of a
78da24
refreshable braille display in order to present information in ways
78da24
which are more appropriate for blind users and/or to provide user
78da24
interfaces which are more specifically attuned to their needs.
78da24
78da24
Install this package if you are developing or maintaining an application
78da24
which directly accesses a refreshable braille display.
78da24
78da24
%package -n tcl-brlapi
78da24
Version: %{api_version}
78da24
Group: Development/System
78da24
License: LGPLv2+
78da24
Requires: brlapi%{?_isa} = %{api_version}-%{release}
78da24
BuildRequires: tcl-devel
78da24
Summary: Tcl binding for BrlAPI
78da24
%description -n tcl-brlapi
78da24
This package provides the Tcl binding for BrlAPI.
78da24
78da24
%package -n python-brlapi
78da24
Version: %{api_version}
78da24
Group: Development/System
78da24
License: LGPLv2+
78da24
Requires: brlapi%{?_isa} = %{api_version}-%{release}
78da24
BuildRequires: Cython
78da24
BuildRequires: python2-devel
78da24
Summary: Python binding for BrlAPI
78da24
%description -n python-brlapi
78da24
This package provides the Python binding for BrlAPI.
78da24
78da24
%if 0%{?with_python3}
78da24
%package -n python3-brlapi
78da24
Version: %{api_version}
78da24
Group: Development/System
78da24
License: LGPLv2+
78da24
Requires: brlapi%{?_isa} = %{api_version}-%{release}
78da24
BuildRequires: Cython
78da24
BuildRequires: python3-devel
78da24
Summary: Python 3 binding for BrlAPI
78da24
%description -n python3-brlapi
78da24
This package provides the Python 3 binding for BrlAPI.
78da24
%endif
78da24
78da24
%package -n brlapi-java
78da24
Version: %{api_version}
78da24
Group: Development/System
78da24
License: LGPLv2+
78da24
Requires: brlapi%{?_isa} = %{api_version}-%{release}
78da24
BuildRequires: jpackage-utils
78da24
BuildRequires: java-devel
78da24
Summary: Java binding for BrlAPI
78da24
%description -n brlapi-java
78da24
This package provides the Java binding for BrlAPI.
78da24
78da24
%if 0%{?with_ocaml}
78da24
%package -n ocaml-brlapi
78da24
Version: %{api_version}
78da24
Group: Development/System
78da24
License: LGPLv2+
78da24
Requires: brlapi%{?_isa} = %{api_version}-%{release}
78da24
BuildRequires: ocaml
78da24
Summary: OCaml binding for BrlAPI
78da24
%description -n ocaml-brlapi
78da24
This package provides the OCaml binding for BrlAPI.
78da24
%endif
78da24
78da24
78da24
%define version %{pkg_version}
78da24
78da24
%prep
78da24
%setup -q
78da24
%patch3 -p1 -b .man-fix
78da24
%patch4 -p1 -b .loadLibrary
78da24
%patch5 -p1 -b .xw-fonts-fix
78da24
%patch6 -p1 -b .relro-full
78da24
%patch7 -p1 -b .ocaml-4.04-fix
78da24
78da24
%if 0%{?with_python3}
78da24
# Make a copy of the source tree for building the Python 3 module
78da24
rm -rf %{py3dir}
78da24
cp -a . %{py3dir}
78da24
%endif
78da24
78da24
%build
78da24
# Add the openjdk include directories to CPPFLAGS
78da24
for i in -I/usr/lib/jvm/java/include{,/linux}; do
78da24
      java_inc="$java_inc $i"
78da24
done
78da24
export CPPFLAGS="$java_inc"
78da24
78da24
export CFLAGS="%{optflags} -fno-strict-aliasing"
78da24
export CXXFLAGS="%{optflags} -fno-strict-aliasing"
78da24
78da24
# there is no curses packages in BuildRequires, so the package builds
78da24
# without them in mock; let's express this decision explicitly
78da24
configure_opts=" \
78da24
  --disable-stripping \
78da24
  --without-curses \
78da24
%if ! 0%{?with_ocaml}
78da24
  --disable-ocaml-bindings \
78da24
%endif
78da24
%if %{with_speech_dispatcher}
78da24
  --with-speechd=%{_prefix} \
78da24
%endif
78da24
  --with-install-root=$RPM_BUILD_ROOT
78da24
  JAVA_JAR_DIR=%{_jnidir} \
78da24
  JAVA_JNI_DIR=%{_libdir}/brltty \
78da24
  JAVA_JNI=yes"
78da24
78da24
# First build everything with Python 2 support
78da24
%configure $configure_opts PYTHON=%{__python2}
78da24
# Parallel build seems broken, thus disabling it
78da24
make
78da24
78da24
%if 0%{?with_python3}
78da24
# ... and then do it again for the Python 3 module
78da24
pushd %{py3dir}
78da24
%configure $configure_opts PYTHON=%{__python3}
78da24
# Parallel build seems broken, thus disabling it
78da24
make
78da24
popd
78da24
%endif
78da24
78da24
find . \( -path ./doc -o -path ./Documents \) -prune -o \
78da24
  \( -name 'README*' -o -name '*.txt' -o -name '*.html' -o \
78da24
     -name '*.sgml' -o -name '*.patch' -o \
78da24
     \( -path './Bootdisks/*' -type f -perm /ugo=x \) \) -print |
78da24
while read file; do
78da24
   mkdir -p doc/${file%/*} && cp -rp $file doc/$file || exit 1
78da24
done
78da24
78da24
find . -name '*.sgml' |
78da24
while read file; do
78da24
   iconv -f iso8859-1 -t utf-8 $file > $file.conv && mv -f $file.conv $file
78da24
done
78da24
find . -name '*.txt' |
78da24
while read file; do
78da24
   iconv -f iso8859-1 -t utf-8 $file > $file.conv && mv -f $file.conv $file
78da24
done
78da24
find . -name 'README*' |
78da24
while read file; do
78da24
   iconv -f iso8859-1 -t utf-8 $file > $file.conv && mv -f $file.conv $file
78da24
done
78da24
78da24
%install
78da24
# Python 2
78da24
make install JAVA_JAR_DIR=%{_jnidir} \
78da24
             JAVA_JNI_DIR=%{_libdir}/brltty \
78da24
             JAVA_JNI=yes
78da24
78da24
%if 0%{?with_python3}
78da24
# Python 3
78da24
pushd %{py3dir}
78da24
make install JAVA_JAR_DIR=%{_jnidir} \
78da24
             JAVA_JNI_DIR=%{_libdir}/brltty \
78da24
             JAVA_JNI=yes
78da24
popd
78da24
%endif
78da24
78da24
install -d -m 755 "${RPM_BUILD_ROOT}%{_sysconfdir}" "$RPM_BUILD_ROOT%{_mandir}/man5"
78da24
install -m 644 Documents/brltty.conf "${RPM_BUILD_ROOT}%{_sysconfdir}"
78da24
echo ".so man1/brltty.1" > $RPM_BUILD_ROOT%{_mandir}/man5/brltty.conf.5
78da24
78da24
install -Dpm 644 %{SOURCE1} $RPM_BUILD_ROOT%{_unitdir}/brltty.service
78da24
78da24
# clean up the manuals:
78da24
rm Documents/Manual-*/*/{*.mk,*.made,Makefile*}
78da24
mv Documents/BrlAPIref/{html,BrlAPIref}
78da24
78da24
# Don't want static lib
78da24
rm -rf $RPM_BUILD_ROOT/%{_libdir}/libbrlapi.a
78da24
78da24
# make brltty-config executable
78da24
chmod 755 ${RPM_BUILD_ROOT}%{_bindir}/brltty-config
78da24
78da24
%post
78da24
%systemd_post brltty.service
78da24
78da24
%preun
78da24
%systemd_preun brltty.service
78da24
78da24
%postun
78da24
%systemd_postun_with_restart brltty.service
78da24
78da24
%post   -n brlapi -p /sbin/ldconfig
78da24
%postun -n brlapi -p /sbin/ldconfig
78da24
78da24
%files
78da24
%config(noreplace) %{_sysconfdir}/brltty.conf
78da24
%{_sysconfdir}/brltty/
78da24
%{_unitdir}/brltty.service
78da24
%{_bindir}/brltty
78da24
%{_bindir}/brltty-*
78da24
%{_libdir}/brltty/
78da24
%exclude %{_libdir}/brltty/libbrlttybba.so
78da24
%exclude %{_libdir}/brltty/libbrlttybxw.so
78da24
%exclude %{_libdir}/brltty/libbrlapi_java.so
78da24
%if %{with_speech_dispatcher}
78da24
%exclude %{_libdir}/brltty/libbrlttyssd.so
78da24
%endif
78da24
%exclude %{_libdir}/brltty/libbrlttyxas.so
78da24
%exclude %{_libdir}/brltty/libbrlttyxa2.so
78da24
%doc LICENSE-GPL LICENSE-LGPL
78da24
%doc %{_mandir}/man[15]/brltty.*
78da24
78da24
%if %{with_speech_dispatcher}
78da24
%files speech-dispatcher
78da24
%doc Drivers/Speech/SpeechDispatcher/README
78da24
%{_libdir}/brltty/libbrlttyssd.so
78da24
%endif
78da24
78da24
%files docs
78da24
%doc Documents/ChangeLog Documents/TODO
78da24
%doc Documents/Manual-BRLTTY/
78da24
%doc doc/*
78da24
78da24
%files xw
78da24
%doc Drivers/Braille/XWindow/README
78da24
%{_libdir}/brltty/libbrlttybxw.so
78da24
78da24
%files at-spi
78da24
%{_libdir}/brltty/libbrlttyxas.so
78da24
78da24
%files at-spi2
78da24
%{_libdir}/brltty/libbrlttyxa2.so
78da24
78da24
%files -n brlapi
78da24
%{_bindir}/vstp
78da24
%{_bindir}/xbrlapi
78da24
%{_libdir}/brltty/libbrlttybba.so
78da24
%{_libdir}/libbrlapi.so.*
78da24
%doc Drivers/Braille/XWindow/README
78da24
%doc Documents/Manual-BrlAPI/
78da24
%doc %{_mandir}/man1/xbrlapi.*
78da24
%doc %{_mandir}/man1/vstp.*
78da24
78da24
%files -n brlapi-devel
78da24
%{_libdir}/libbrlapi.so
78da24
%{_includedir}/brltty
78da24
%{_includedir}/brlapi*.h
78da24
%doc %{_mandir}/man3/brlapi_*.3*
78da24
%doc Documents/BrlAPIref/BrlAPIref/
78da24
78da24
%files -n tcl-brlapi
78da24
%{tcl_sitearch}/brlapi-%{api_version}
78da24
78da24
%files -n python-brlapi
78da24
%{python_sitearch}/brlapi.so
78da24
%{python_sitearch}/Brlapi-%{api_version}-*.egg-info
78da24
78da24
%if 0%{?with_python3}
78da24
%files -n python3-brlapi
78da24
%{python3_sitearch}/brlapi.cpython-*.so
78da24
%{python3_sitearch}/Brlapi-%{api_version}-*.egg-info
78da24
%endif
78da24
78da24
%files -n brlapi-java
78da24
%{_libdir}/brltty/libbrlapi_java.so
78da24
%{_jnidir}/brlapi.jar
78da24
78da24
%if 0%{?with_ocaml}
78da24
%files -n ocaml-brlapi
78da24
%{_libdir}/ocaml/brlapi/
78da24
%{_libdir}/ocaml/stublibs/
78da24
%endif
78da24
78da24
%changelog
78da24
* Tue Oct 10 2017 Jaroslav Å karvada <jskarvad@redhat.com> - 4.5-16
78da24
- Rebuilt with ocaml-4.05.0
78da24
  Resolves: rhbz#1434818
78da24
78da24
* Thu Apr 20 2017 Jaroslav Å karvada <jskarvad@redhat.com> - 4.5-15
78da24
- Fixed build in case ocaml is preinstalled in the build root and
78da24
  support shouldn't be built
78da24
  Resolves: rhbz#1443907
78da24
78da24
* Tue Mar 21 2017 Jaroslav Å karvada <jskarvad@redhat.com> - 4.5-14
78da24
- Rebuilt for new architectures
78da24
  Resolves: rhbz#1379884
78da24
- Added fix to support compilation with ocaml-4.04.0
78da24
  Resolves: rhbz#1393750
78da24
78da24
* Fri May  6 2016 Jaroslav Å karvada <jskarvad@redhat.com> - 4.5-13
78da24
- Made brltty-config executable, currently useless, but FHS compliant
78da24
  Resolves: rhbz#1332981
78da24
- Fixed multilib
78da24
  Related: rhbz#1324850
78da24
78da24
* Mon Apr 11 2016 Jaroslav Å karvada <jskarvad@redhat.com> - 4.5-12
78da24
- Improved fix for Braille characters not displaying in the XW driver window
78da24
  Related: rhbz#1324669
78da24
78da24
* Thu Apr  7 2016 Jaroslav Å karvada <jskarvad@redhat.com> - 4.5-11
78da24
- Fixed Braille characters not displaying in the XW driver window
78da24
  Resolves: rhbz#1324669
78da24
- Added AT-SPI2 driver
78da24
  Resolves: rhbz#1324672
78da24
- Fixed requirements
78da24
  Resolves: rhbz#1324850
78da24
78da24
* Tue Apr  5 2016 Jaroslav Å karvada <jskarvad@redhat.com> - 4.5-10
78da24
- Hardened build
78da24
  Resolves: rhbz#1092547
78da24
- Fixed Braille display emulator to start
78da24
  Resolves: rhbz#1304725
78da24
78da24
* Fri Oct 24 2014 Richard W.M. Jones <rjones@redhat.com> - 4.5-9
78da24
- Rebuild for OCaml 4.01.0
78da24
  resolves: rhbz#1155561
78da24
78da24
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 4.5-8
78da24
- Mass rebuild 2014-01-24
78da24
78da24
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 4.5-7
78da24
- Mass rebuild 2013-12-27
78da24
78da24
* Mon Jul 15 2013 Jaroslav Å karvada <jskarvad@redhat.com> - 4.5-6
78da24
- Updated man page
78da24
78da24
* Fri May 10 2013 Jon Ciesla <limburgher@gmail.com> - 4.5-5
78da24
- Add systemd unit file, BZ 916628.
78da24
- Drop spurious post scripts.
78da24
- Move eveything but man pages and license files top -docs.
78da24
78da24
* Thu May  9 2013 Jaroslav Å karvada <jskarvad@redhat.com> - 4.5-4
78da24
- Conditionally build python3
78da24
78da24
* Tue Apr 30 2013 Jon Ciesla <limburgher@gmail.com> - 4.5-3
78da24
- Add bluetooth support, BZ 916628.
78da24
78da24
* Thu Apr 04 2013 Kalev Lember <kalevlember@gmail.com> - 4.5-2
78da24
- Don't install the library in /lib now that we have UsrMove
78da24
78da24
* Thu Apr 04 2013 Kalev Lember <kalevlember@gmail.com> - 4.5-1
78da24
- Update to 4.5
78da24
- Add Python 3 support (python3-brlapi)
78da24
78da24
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3-13
78da24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
78da24
78da24
* Tue Jan  8 2013 Jaroslav Å karvada <jskarvad@redhat.com> - 4.3-12
78da24
- Build with -fno-strict-aliasing
78da24
78da24
* Wed Dec 19 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 4.3-11
78da24
- revbump after jnidir change
78da24
78da24
* Wed Dec 12 2012 Jaroslav Å karvada <jskarvad@redhat.com> - 4.3-10
78da24
- Fixed directories, install to /usr prefix
78da24
78da24
* Wed Dec 12 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 4.3-9
78da24
- Fix up java subpackage installation directories
78da24
- Fix java JNI loading code
78da24
78da24
* Wed Oct 17 2012 Jon Ciesla <limburgher@gmail.com> - 4.3-8
78da24
- Bump and rebuild for new ocaml.
78da24
78da24
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3-7
78da24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
78da24
78da24
* Fri Jun 08 2012 Jon Ciesla <limburgher@gmail.com> - 4.3-6
78da24
- Bump and rebuild for ocaml 4.00.0.
78da24
78da24
* Fri Mar 23 2012 Dan Horák <dan[at]danny.cz> - 4.3-5
78da24
- conditionalize ocaml support
78da24
- fix build on 64-bit arches
78da24
78da24
* Mon Feb 06 2012 Jon Ciesla <limburgher@gmail.com> - 4.3-4
78da24
- Added ocaml subpackage, BZ 702724.
78da24
78da24
* Fri Feb 03 2012 Jon Ciesla <limburgher@gmail.com> - 4.3-3
78da24
- Fixed libbrlapi.so symlink, BZ 558132.
78da24
78da24
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3-2
78da24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
78da24
78da24
* Tue Oct 18 2011 Jon Ciesla <limb@jcomserv.net> - 4.3-1
78da24
- New upstream.
78da24
- S_ISCHR patch upstreamed.
78da24
- parallel patch updated.
78da24
- Cleaned up some file encodings.
78da24
78da24
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2-4
78da24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
78da24
78da24
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 4.2-3
78da24
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
78da24
78da24
* Fri May 21 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 4.2-2
78da24
- rework parallel patch slightly and reapply
78da24
78da24
* Fri May 21 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 4.2-1
78da24
- update to 4.2
78da24
- drop static lib (bz 556041)
78da24
- fix undefined S_ISCHR call
78da24
78da24
* Wed Jan 20 2010 Stepan Kasal <skasal@redhat.com> - 4.1-5
78da24
- requires(post): coreutils to work around an installator bug
78da24
- Resolves: #540437
78da24
78da24
* Wed Jan 13 2010 Stepan Kasal <skasal@redhat.com> - 4.1-4
78da24
- limit building against speech-dispatcher to Fedora
78da24
- Resolves: rhbz#553795
78da24
78da24
* Sun Nov  1 2009 Stepan Kasal <skasal@redhat.com> - 4.1-3
78da24
- build the TTY driver (it was disabled since it first appered in 3.7.2-1)
78da24
- build with speech-dispatcher, packed into a separate sub-package
78da24
78da24
* Fri Oct 30 2009 Stepan Kasal <skasal@redhat.com> - 4.1-2
78da24
- move data-directory back to default: /etc/brltty
78da24
- move brltty to /bin and /lib, so that it can be used to repair the system
78da24
  without /usr mounted (#276181)
78da24
- move vstp and libbrlttybba.so to brlapi
78da24
- brltty no longer requires brlapi
78da24
- brlapi now requires brltty from the same build
78da24
78da24
* Wed Oct 28 2009 Stepan Kasal <skasal@redhat.com> - 4.1-1
78da24
- new upstream version
78da24
- use --disable-stripping instead of make variable override
78da24
- install the default brltty-pm.conf to docdir only (#526168)
78da24
- remove the duplicate copies of rhmkboot and rhmkroot from docdir
78da24
- patch configure so that the dirs in summary are not garbled:
78da24
  brltty-autoconf-quote.patch
78da24
- move data-directory to ${datadir}/brltty
78da24
78da24
* Tue Oct 20 2009 Stepan Kasal <skasal@redhat.com> - 4.0-2
78da24
- escape rpm macros in the rpm change log
78da24
- add requires to bind subpackages from one build together
78da24
78da24
* Wed Oct  7 2009 Stepan Kasal <skasal@redhat.com> - 4.0-1
78da24
- new upstream version
78da24
- drop upstreamed patches; ./autogen not needed anymore
78da24
- pack the xbrlapi server; move its man page to brlapi package
78da24
- add man-page for brltty.conf (#526168)
78da24
78da24
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10-6
78da24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
78da24
78da24
* Tue May 12 2009 Stepan Kasal <skasal@redhat.com> - 3.10-5
78da24
- rebuild after java-1.5.0-gcj rebuild
78da24
78da24
* Thu Apr 30 2009 Stepan Kasal <skasal@redhat.com> - 3.10-4
78da24
- own the tcl subdirectory (#474032)
78da24
- set CPPFLAGS to java include dirs, so that the java bindings build with
78da24
  any java implementation (#498964)
78da24
- add --without-curses; there is no curses package BuildRequired anyway
78da24
78da24
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10-3
78da24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
78da24
78da24
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 3.10-2
78da24
- Rebuild for Python 2.6
78da24
78da24
* Sat Sep 13 2008 Stepan Kasal <skasal@redhat.com> - 3.10-1
78da24
- new upstream release
78da24
- drop brltty-3.9-java-svn.patch, brltty-3.9-tcl85path.patch,
78da24
  and brltty-3.9-pyxfix.patch, they are upstream
78da24
- fix BuildRoot
78da24
- fix many sub-packages' Requires on brlapi
78da24
78da24
* Wed Sep 10 2008 Stepan Kasal <skasal@redhat.com> - 3.9-3
78da24
- add brltty-3.9-autoconf.patch to fix to build with Autoconf 2.62
78da24
- add brltty-3.9-parallel.patch to fix race condition with parallel make
78da24
- add brltty-3.9-pyxfix.patch to fix build with current pyrex
78da24
- Summary lines shall not end with a dot
78da24
78da24
* Thu Feb 28 2008 Tomas Janousek <tjanouse@redhat.com> - 3.9-2.2
78da24
- glibc build fixes
78da24
- applied java reorganisations from svn
78da24
78da24
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.9-2.1
78da24
- Autorebuild for GCC 4.3
78da24
78da24
* Wed Jan 09 2008 Tomas Janousek <tjanouse@redhat.com> - 3.9-1.1
78da24
- specfile update to comply with tcl packaging guidelines
78da24
78da24
* Mon Jan 07 2008 Tomas Janousek <tjanouse@redhat.com> - 3.9-1
78da24
- update to latest upstream (3.9)
78da24
78da24
* Tue Sep 18 2007 Tomas Janousek <tjanouse@redhat.com> - 3.8-2.svn3231
78da24
- update to r3231 from svn
78da24
- added java binding subpackage
78da24
78da24
* Wed Aug 29 2007 Tomas Janousek <tjanouse@redhat.com> - 3.8-2.svn3231
78da24
- update to r3231 from svn
78da24
78da24
* Tue Aug 21 2007 Tomas Janousek <tjanouse@redhat.com> - 3.8-1
78da24
- update to latest upstream
78da24
- added the at-spi driver, tcl and python bindings
78da24
- fixed the license tags
78da24
78da24
* Mon Mar 05 2007 Tomas Janousek <tjanouse@redhat.com> - 3.7.2-3
78da24
- added the XWindow driver
78da24
- build fix for newer byacc
78da24
78da24
* Tue Jan 30 2007 Tomas Janousek <tjanouse@redhat.com> - 3.7.2-2.1
78da24
- quiet postinstall scriptlet, really fixes #224570
78da24
78da24
* Tue Jan 30 2007 Tomas Janousek <tjanouse@redhat.com> - 3.7.2-2
78da24
- failsafe postinstall script, fixes #224570
78da24
- makefile fix - debuginfo extraction now works
78da24
78da24
* Thu Jan 25 2007 Tomas Janousek <tjanouse@redhat.com> - 3.7.2-1.1
78da24
- fix building with newer kernel-headers (#224149)
78da24
78da24
* Wed Jul 12 2006 Petr Rockai <prockai@redhat.com> - 3.7.2-1
78da24
- upgrade to latest upstream version
78da24
- split off brlapi and brlapi-devel packages
78da24
78da24
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.2-12.1
78da24
- rebuild
78da24
78da24
* Sun Jul 02 2006 Florian La Roche <laroche@redhat.com>
78da24
- for the post script require coreutils
78da24
78da24
* Mon Jun 05 2006 Jesse Keating <jkeating@redhat.com> - 3.2-11
78da24
- Added byacc BuildRequires, removed prereq, coreutils is always there
78da24
78da24
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.2-10.2.1
78da24
- bump again for double-long bug on ppc(64)
78da24
78da24
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3.2-10.2
78da24
- rebuilt for new gcc4.1 snapshot and glibc changes
78da24
78da24
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
78da24
- rebuilt
78da24
78da24
* Wed Mar 16 2005 Bill Nottingham <notting@redhat.com> 3.2-10
78da24
- rebuild
78da24
78da24
* Fri Nov 26 2004 Florian La Roche <laroche@redhat.com>
78da24
- add a %%clean into .spec
78da24
78da24
* Thu Oct 14 2004 Adrian Havill <havill@redhat.com> 3.2-5
78da24
- chmod a-x for conf file (#116244)
78da24
78da24
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
78da24
- rebuilt
78da24
78da24
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
78da24
- rebuilt
78da24
78da24
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
78da24
- rebuilt
78da24
78da24
* Tue Sep 30 2003 Florian La Roche <Florian.LaRoche@redhat.de>
78da24
- prereq coreutils for mknod/chown/chmod
78da24
78da24
* Mon Jul 07 2003 Adrian Havill <havill@redhat.com> 3.2-2
78da24
- changed spec "Copyright" to "License"
78da24
- use %%configure macro, %%{_libdir} for non-ia32 archs
78da24
- removed unnecessary set and unset, assumed/default spec headers
78da24
- fixed unpackaged man page, duplicate /bin and /lib entries
78da24
- use plain install vs scripts for non-i386 buildsys