Jon Ciesla ff381f
%define pkg_version 4.3
Jon Ciesla ff381f
%define api_version 0.5.6
Tomas Janousek e2b126
Tomas Janousek ae11bd
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Tomas Janousek ae11bd
%{!?pyver: %define pyver %(%{__python} -c "import sys; v=sys.version_info[:2]; print '%d.%d'%v")}
Tomas Janousek ae11bd
Tomas Janousek ae11bd
%{!?tcl_version: %define tcl_version %(echo 'puts $tcl_version' | tclsh)}
Štěpán Kasal e966ba
%{!?tcl_sitearch: %define tcl_sitearch %{_prefix}/%{_lib}/tcl%{tcl_version}}
Štěpán Kasal e966ba
Štěpán Kasal e966ba
%define _exec_prefix %{nil}
Štěpán Kasal e966ba
%define _libdir /%{_lib}
Tomas Janousek e2b126
Štěpán Kasal ab22ab
# with speech dispatcher iff on Fedora:
Štěpán Kasal ab22ab
%define with_speech_dispatcher 0%{?fedora}
Štěpán Kasal ab22ab
cvsdist a88e83
Name: brltty
Tomas Janousek e2b126
Version: %{pkg_version}
Jon Ciesla ff381f
Release: 1%{?dist}
Tomas Janousek e2b126
License: GPLv2+
cvsdist a88e83
Group: System Environment/Daemons
cvsdist a88e83
URL: http://mielke.cc/brltty/
cvsdist a88e83
Source: http://mielke.cc/brltty/releases/%{name}-%{version}.tar.gz
Tom Callaway 101578
Patch0: brltty-cppflags.patch
Tom Callaway 101578
Patch1: brltty-autoconf-quote.patch
Jon Ciesla ff381f
#Patch2: brltty-4.2-S_ISCHR.patch
Tom Callaway e2eb4d
Patch3: brltty-parallel.patch
Štěpán Kasal f326de
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Štěpán Kasal 6cc4c5
Summary: Braille display driver for Linux/Unix
Štěpán Kasal ef909a
BuildRequires: byacc glibc-kernheaders
Štěpán Kasal ef909a
BuildRequires: autoconf
Štěpán Kasal 110bba
# work around a bug in the install process:
Štěpán Kasal 110bba
Requires(post): coreutils
cvsdist a88e83
cvsdist a88e83
%description
cvsdist a88e83
BRLTTY is a background process (daemon) which provides
cvsdist a88e83
access to the Linux/Unix console (when in text mode)
cvsdist a88e83
for a blind person using a refreshable braille display.
Štěpán Kasal ef909a
It drives the braille display and provides complete
Štěpán Kasal ef909a
screen review functionality.
Štěpán Kasal ab22ab
%if %{with_speech_dispatcher}
Jon Ciesla ff381f
BRLTTY can also work with speech synthesizers; if you want to use it with
Štěpán Kasal e966ba
Speech Dispatcher, please install also package %{name}-speech-dispatcher.
Štěpán Kasal e966ba
Štěpán Kasal e966ba
%package speech-dispatcher
Štěpán Kasal e966ba
Summary: Speech Dispatcher driver for BRLTTY
Štěpán Kasal e966ba
Group: System Environment/Daemons
Štěpán Kasal e966ba
License: GPLv2+
Štěpán Kasal e966ba
BuildRequires: speech-dispatcher-devel
Štěpán Kasal e966ba
Requires: %{name} = %{pkg_version}-%{release}
Štěpán Kasal e966ba
%description speech-dispatcher
Štěpán Kasal e966ba
This package provides the Speech Dispatcher driver for BRLTTY.
Štěpán Kasal ab22ab
%endif
cvsdist a88e83
Tomas Janousek b3f626
%package xw
Štěpán Kasal 6cc4c5
Summary: XWindow driver for BRLTTY
Tomas Janousek b3f626
Group: System Environment/Daemons
Tomas Janousek e2b126
License: GPLv2+
Tomas Janousek b3f626
BuildRequires: libSM-devel libICE-devel libX11-devel libXaw-devel libXext-devel libXt-devel libXtst-devel
Štěpán Kasal ef909a
Requires: %{name} = %{pkg_version}-%{release}
Tomas Janousek b3f626
%description xw
Tomas Janousek b3f626
This package provides the XWindow driver for BRLTTY.
Tomas Janousek b3f626
Tomas Janousek e2b126
%package at-spi
Štěpán Kasal 6cc4c5
Summary: AtSpi driver for BRLTTY
Tomas Janousek e2b126
Group: System Environment/Daemons
Štěpán Kasal 243c6e
# The data files are licensed under LGPLv2+, see the README file.
Štěpán Kasal 243c6e
License: GPLv2+ and LGPLv2+
Tomas Janousek e2b126
BuildRequires: at-spi-devel
Štěpán Kasal ef909a
Requires: %{name} = %{pkg_version}-%{release}
Tomas Janousek e2b126
%description at-spi
Tomas Janousek e2b126
This package provides the AtSpi driver for BRLTTY.
Tomas Janousek e2b126
prockai c95485
%package -n brlapi
Tomas Janousek e2b126
Version: %{api_version}
prockai c95485
Group: Applications/System
Tomas Janousek e2b126
License: LGPLv2+
Jon Ciesla ff381f
Summary: Application Programming Interface for BRLTTY
Štěpán Kasal e966ba
Requires: %{name} = %{pkg_version}-%{release}
prockai c95485
%description -n brlapi
prockai c95485
This package provides the run-time support for the Application
prockai c95485
Programming Interface to BRLTTY.
prockai c95485
prockai c95485
Install this package if you have an application which directly accesses
prockai c95485
a refreshable braille display.
prockai c95485
prockai c95485
%package -n brlapi-devel
Tomas Janousek e2b126
Version: %{api_version}
prockai c95485
Group: Development/System
Tomas Janousek e2b126
License: LGPLv2+
Štěpán Kasal f326de
Requires: brlapi = %{api_version}-%{release}
Štěpán Kasal 6cc4c5
Summary: Headers, static archive, and documentation for BrlAPI
prockai c95485
prockai c95485
%description -n brlapi-devel
prockai c95485
This package provides the header files, static archive, shared object
prockai c95485
linker reference, and reference documentation for BrlAPI (the
prockai c95485
Application Programming Interface to BRLTTY).  It enables the
prockai c95485
implementation of applications which take direct advantage of a
prockai c95485
refreshable braille display in order to present information in ways
prockai c95485
which are more appropriate for blind users and/or to provide user
Jon Ciesla ff381f
interfaces which are more specifically attuned to their needs.
prockai c95485
prockai c95485
Install this package if you are developing or maintaining an application
prockai c95485
which directly accesses a refreshable braille display.
prockai c95485
Tomas Janousek e2b126
%package -n tcl-brlapi
Tomas Janousek e2b126
Version: %{api_version}
Tomas Janousek e2b126
Group: Development/System
Tomas Janousek e2b126
License: LGPLv2+
Štěpán Kasal f326de
Requires: brlapi = %{api_version}-%{release}
Štěpán Kasal e966ba
BuildRequires: tcl-devel
Štěpán Kasal 6cc4c5
Summary: Tcl binding for BrlAPI
Tomas Janousek e2b126
%description -n tcl-brlapi
Tomas Janousek e2b126
This package provides the Tcl binding for BrlAPI.
Tomas Janousek e2b126
Tomas Janousek e2b126
%package -n python-brlapi
Tomas Janousek e2b126
Version: %{api_version}
Tomas Janousek e2b126
Group: Development/System
Tomas Janousek e2b126
License: LGPLv2+
Štěpán Kasal f326de
Requires: brlapi = %{api_version}-%{release}
Tomas Janousek e2b126
BuildRequires: Pyrex
Štěpán Kasal 6cc4c5
Summary: Python binding for BrlAPI
Tomas Janousek e2b126
%description -n python-brlapi
Tomas Janousek e2b126
This package provides the Python binding for BrlAPI.
Tomas Janousek e2b126
Tomas Janousek 7eecaf
%package -n brlapi-java
Tomas Janousek 7eecaf
Version: %{api_version}
Tomas Janousek 7eecaf
Group: Development/System
Tomas Janousek 7eecaf
License: LGPLv2+
Štěpán Kasal f326de
Requires: brlapi = %{api_version}-%{release}
Jon Ciesla ff381f
## temporary work around, java-devel is not resolved consistently across archs
Jon Ciesla 7fa5cb
BuildRequires: java-1.6.0-openjdk-devel
Jon Ciesla 7fa5cb
#BuildRequires: java-devel
Štěpán Kasal f51fa9
#BuildRequires: java-1.5.0-gcj-devel
Štěpán Kasal 6cc4c5
Summary: Java binding for BrlAPI
Tomas Janousek 7eecaf
%description -n brlapi-java
Tomas Janousek 7eecaf
This package provides the Java binding for BrlAPI.
Tomas Janousek 7eecaf
Tomas Janousek e2b126
%define version %{pkg_version}
Tomas Janousek e2b126
cvsdist a88e83
%prep
Tomas Janousek 7eecaf
%setup -q
Tom Callaway 101578
%patch0 -p1 -b .cppflags
Tom Callaway 101578
%patch1 -p1 -b .quote
Jon Ciesla ff381f
#%%patch2 -p1 -b .S_ISCHR
Tom Callaway e2eb4d
%patch3 -p1 -b .parallel
cvsdist a88e83
cvsdist a88e83
%build
Štěpán Kasal ef909a
# Patch6 changes aclocal.m4:
Štěpán Kasal ef909a
autoconf
Štěpán Kasal f51fa9
for i in -I/usr/lib/jvm/java/include{,/linux}; do
Štěpán Kasal f51fa9
      java_inc="$java_inc $i"
Štěpán Kasal f51fa9
done
Štěpán Kasal f51fa9
# there is no curses packages in BuildRequires, so the package builds
Štěpán Kasal f51fa9
# without them in mock; let's express this decision explicitly
Štěpán Kasal ef909a
%configure CPPFLAGS="$java_inc" --disable-stripping --without-curses \
Štěpán Kasal ab22ab
%if %{with_speech_dispatcher}
Štěpán Kasal ab22ab
  --with-speechd=%{_prefix} \
Štěpán Kasal ab22ab
%endif
Štěpán Kasal ab22ab
  --with-install-root="${RPM_BUILD_ROOT}"
Tomas Janousek 7eecaf
make %{?_smp_mflags}
cvsdist a88e83
Štěpán Kasal ef909a
find . \( -path ./doc -o -path ./Documents \) -prune -o \
Štěpán Kasal ef909a
  \( -name 'README*' -o -name '*.txt' -o -name '*.html' -o \
Štěpán Kasal ef909a
     -name '*.sgml' -o -name '*.patch' -o \
Štěpán Kasal ef909a
     \( -path './Bootdisks/*' -type f -perm +ugo=x \) \) -print |
Štěpán Kasal ef909a
while read file; do
Štěpán Kasal ef909a
   mkdir -p doc/${file%/*} && cp -rp $file doc/$file || exit 1
cvsdist a88e83
done
cvsdist a88e83
Jon Ciesla ff381f
find . -name '*.sgml' |
Jon Ciesla ff381f
while read file; do
Jon Ciesla ff381f
   iconv -f iso8859-1 -t utf-8 $file > $file.conv && mv -f $file.conv $file
Jon Ciesla ff381f
done
Jon Ciesla ff381f
find . -name '*.txt' |
Jon Ciesla ff381f
while read file; do
Jon Ciesla ff381f
   iconv -f iso8859-1 -t utf-8 $file > $file.conv && mv -f $file.conv $file
Jon Ciesla ff381f
done
Jon Ciesla ff381f
find . -name 'README*' |
Jon Ciesla ff381f
while read file; do
Jon Ciesla ff381f
   iconv -f iso8859-1 -t utf-8 $file > $file.conv && mv -f $file.conv $file
Jon Ciesla ff381f
done
Jon Ciesla ff381f
cvsdist a88e83
%install
Tomas Janousek 7eecaf
rm -rf $RPM_BUILD_ROOT
Štěpán Kasal e966ba
# does not seem to be parallel safe
Štěpán Kasal e966ba
make install
Štěpán Kasal e966ba
rm "$RPM_BUILD_ROOT%{_libdir}/libbrlapi.so"
Štěpán Kasal e966ba
ln -s ../../%{_lib}/libbrlapi.so "$RPM_BUILD_ROOT%{_prefix}/%{_lib}/"
Štěpán Kasal 243c6e
install -d -m 755 "${RPM_BUILD_ROOT}%{_sysconfdir}" "$RPM_BUILD_ROOT%{_mandir}/man5"
havill 7d6c3e
install -m 644 Documents/brltty.conf "${RPM_BUILD_ROOT}%{_sysconfdir}"
Štěpán Kasal 243c6e
echo ".so man1/brltty.1" > $RPM_BUILD_ROOT%{_mandir}/man5/brltty.conf.5
cvsdist a88e83
Štěpán Kasal ef909a
# clean up the manuals:
Štěpán Kasal ef909a
rm Documents/Manual-*/*/{*.mk,*.made,Makefile*}
Štěpán Kasal e966ba
mv Documents/BrlAPIref/{html,BrlAPIref}
Tomas Janousek b3f626
Tom Callaway 101578
# Don't want static lib
Tom Callaway 101578
rm -rf $RPM_BUILD_ROOT/%{_lib}/libbrlapi.a
Tom Callaway 101578
Florian La Roche 0fc1e5
%clean
Florian La Roche 0fc1e5
rm -rf $RPM_BUILD_ROOT
Florian La Roche 0fc1e5
cvsdist a88e83
%post
cvsdist a88e83
devices="/dev/vcsa /dev/vcsa0 /dev/vcc/a"
cvsdist a88e83
install=true
cvsdist a88e83
for device in ${devices}
cvsdist a88e83
do
cvsdist a88e83
   if [ -c "${device}" ]
cvsdist a88e83
   then
cvsdist a88e83
      install=false
cvsdist a88e83
      break
cvsdist a88e83
   fi
cvsdist a88e83
done
cvsdist a88e83
if $install
cvsdist a88e83
then
prockai c95485
   device="$(set -- ${devices} && echo "${1}")"
cvsdist a88e83
   mkdir -p "${device%/*}"
cvsdist a88e83
   mknod -m o= "${device}" c 7 128
cvsdist a88e83
   chmod 660 "${device}"
cvsdist a88e83
   chown root.tty "${device}"
cvsdist a88e83
fi
Tomas Janousek 57b854
exit 0
cvsdist a88e83
Štěpán Kasal e966ba
%post   -n brlapi -p /sbin/ldconfig
Štěpán Kasal e966ba
%postun -n brlapi -p /sbin/ldconfig
Štěpán Kasal e966ba
Štěpán Kasal e966ba
%files
cvsdist a88e83
%defattr(-,root,root)
Štěpán Kasal ef909a
%config(noreplace) %{_sysconfdir}/brltty.conf
Štěpán Kasal e966ba
%{_sysconfdir}/brltty/
prockai c95485
%{_bindir}/brltty
prockai c95485
%{_bindir}/brltty-*
Štěpán Kasal e966ba
%{_libdir}/brltty/
Štěpán Kasal e966ba
%exclude %{_libdir}/brltty/libbrlttybba.so
Štěpán Kasal e966ba
%exclude %{_libdir}/brltty/libbrlttybxw.so
Štěpán Kasal ab22ab
%if %{with_speech_dispatcher}
Štěpán Kasal e966ba
%exclude %{_libdir}/brltty/libbrlttyssd.so
Štěpán Kasal ab22ab
%endif
Štěpán Kasal e966ba
%exclude %{_libdir}/brltty/libbrlttyxas.so
Štěpán Kasal 243c6e
%doc LICENSE-GPL LICENSE-LGPL
cvsdist a88e83
%doc Documents/ChangeLog Documents/TODO
Štěpán Kasal ef909a
%doc Documents/Manual-BRLTTY/
cvsdist a88e83
%doc doc/*
Štěpán Kasal 243c6e
%doc %{_mandir}/man[15]/brltty.*
Štěpán Kasal e966ba
Štěpán Kasal ab22ab
%if %{with_speech_dispatcher}
Štěpán Kasal e966ba
%files speech-dispatcher
Štěpán Kasal e966ba
%doc Drivers/Speech/SpeechDispatcher/README
Štěpán Kasal e966ba
%{_libdir}/brltty/libbrlttyssd.so
Štěpán Kasal ab22ab
%endif
prockai c95485
Tomas Janousek b3f626
%files xw
Štěpán Kasal e966ba
%doc Drivers/Braille/XWindow/README
Tomas Janousek b3f626
%{_libdir}/brltty/libbrlttybxw.so
Tomas Janousek b3f626
Tomas Janousek e2b126
%files at-spi
Tomas Janousek e2b126
%{_libdir}/brltty/libbrlttyxas.so
Tomas Janousek e2b126
prockai c95485
%files -n brlapi
prockai c95485
%defattr(-,root,root)
Štěpán Kasal e966ba
%{_bindir}/vstp
Štěpán Kasal 243c6e
%{_bindir}/xbrlapi
Štěpán Kasal e966ba
%{_libdir}/brltty/libbrlttybba.so
prockai c95485
%{_libdir}/libbrlapi.so.*
Štěpán Kasal e966ba
%doc Drivers/Braille/XWindow/README
Štěpán Kasal ef909a
%doc Documents/Manual-BrlAPI/
Štěpán Kasal 243c6e
%doc %{_mandir}/man1/xbrlapi.*
Štěpán Kasal e966ba
%doc %{_mandir}/man1/vstp.*
prockai c95485
prockai c95485
%files -n brlapi-devel
prockai c95485
%defattr(-,root,root)
Štěpán Kasal e966ba
%{_prefix}/%{_lib}/libbrlapi.so
prockai c95485
%{_includedir}/brltty
Tomas Janousek e2b126
%{_includedir}/brlapi*.h
Štěpán Kasal 243c6e
%doc %{_mandir}/man3/brlapi_*.3*
Štěpán Kasal e966ba
%doc Documents/BrlAPIref/BrlAPIref/
Tomas Janousek e2b126
Tomas Janousek e2b126
%files -n tcl-brlapi
Tomas Janousek e2b126
%defattr(-,root,root)
Štěpán Kasal f51fa9
%{tcl_sitearch}/brlapi-%{api_version}
Tomas Janousek e2b126
Tomas Janousek e2b126
%files -n python-brlapi
Tomas Janousek e2b126
%defattr(-,root,root)
Tomas Janousek e2b126
%{python_sitearch}/brlapi.so
Tomas Janousek 7eecaf
%{python_sitearch}/Brlapi-%{api_version}-py%{pyver}.egg-info
Tomas Janousek 7eecaf
Tomas Janousek 7eecaf
%files -n brlapi-java
Tomas Janousek 7eecaf
%defattr(-,root,root)
Tomas Janousek 7eecaf
%{_jnidir}/libbrlapi_java.so
Tomas Janousek 7eecaf
%{_javadir}/brlapi.jar
cvsdist a88e83
Tomas Janousek b3f626
cvsdist a88e83
%changelog
Jon Ciesla ff381f
* Tue Oct 18 2011 Jon Ciesla <limb@jcomserv.net> - 4.3-1
Jon Ciesla ff381f
- New upstream.
Jon Ciesla ff381f
- S_ISCHR patch upstreamed.
Jon Ciesla ff381f
- parallel patch updated.
Jon Ciesla ff381f
- Cleaned up some file encodings.
Jon Ciesla ff381f
Dennis Gilmore 4dae1f
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2-4
Dennis Gilmore 4dae1f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
Dennis Gilmore 4dae1f
dmalcolm 63b65e
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 4.2-3
dmalcolm 63b65e
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
dmalcolm 63b65e
Tom Callaway e2eb4d
* Fri May 21 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 4.2-2
Tom Callaway e2eb4d
- rework parallel patch slightly and reapply
Tom Callaway e2eb4d
Tom Callaway 101578
* Fri May 21 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 4.2-1
Tom Callaway 101578
- update to 4.2
Tom Callaway 101578
- drop static lib (bz 556041)
Tom Callaway 101578
- fix undefined S_ISCHR call
Tom Callaway 101578
Štěpán Kasal 110bba
* Wed Jan 20 2010 Stepan Kasal <skasal@redhat.com> - 4.1-5
Štěpán Kasal 110bba
- requires(post): coreutils to work around an installator bug
Štěpán Kasal 110bba
- Resolves: #540437
Štěpán Kasal 110bba
Štěpán Kasal ab22ab
* Wed Jan 13 2010 Stepan Kasal <skasal@redhat.com> - 4.1-4
Štěpán Kasal ab22ab
- limit building against speech-dispatcher to Fedora
Štěpán Kasal ab22ab
- Resolves: rhbz#553795
Štěpán Kasal ab22ab
Štěpán Kasal e966ba
* Sun Nov  1 2009 Stepan Kasal <skasal@redhat.com> - 4.1-3
Štěpán Kasal e966ba
- build the TTY driver (it was disabled since it first appered in 3.7.2-1)
Štěpán Kasal e966ba
- build with speech-dispatcher, packed into a separate sub-package
Štěpán Kasal e966ba
Štěpán Kasal e966ba
* Fri Oct 30 2009 Stepan Kasal <skasal@redhat.com> - 4.1-2
Štěpán Kasal e966ba
- move data-directory back to default: /etc/brltty
Štěpán Kasal e966ba
- move brltty to /bin and /lib, so that it can be used to repair the system
Štěpán Kasal e966ba
  without /usr mounted (#276181)
Štěpán Kasal e966ba
- move vstp and libbrlttybba.so to brlapi
Štěpán Kasal e966ba
- brltty no longer requires brlapi
Štěpán Kasal e966ba
- brlapi now requires brltty from the same build
Štěpán Kasal e966ba
Štěpán Kasal ef909a
* Wed Oct 28 2009 Stepan Kasal <skasal@redhat.com> - 4.1-1
Štěpán Kasal ef909a
- new upstream version
Štěpán Kasal ef909a
- use --disable-stripping instead of make variable override
Štěpán Kasal ef909a
- install the default brltty-pm.conf to docdir only (#526168)
Štěpán Kasal ef909a
- remove the duplicate copies of rhmkboot and rhmkroot from docdir
Štěpán Kasal ef909a
- patch configure so that the dirs in summary are not garbled:
Štěpán Kasal ef909a
  brltty-autoconf-quote.patch
Štěpán Kasal e966ba
- move data-directory to ${datadir}/brltty
Štěpán Kasal ef909a
Štěpán Kasal 46757b
* Tue Oct 20 2009 Stepan Kasal <skasal@redhat.com> - 4.0-2
Štěpán Kasal 46757b
- escape rpm macros in the rpm change log
Štěpán Kasal ef909a
- add requires to bind subpackages from one build together
Štěpán Kasal 46757b
Štěpán Kasal 243c6e
* Wed Oct  7 2009 Stepan Kasal <skasal@redhat.com> - 4.0-1
Štěpán Kasal 243c6e
- new upstream version
Štěpán Kasal ef909a
- drop upstreamed patches; ./autogen not needed anymore
Štěpán Kasal 243c6e
- pack the xbrlapi server; move its man page to brlapi package
Štěpán Kasal ef909a
- add man-page for brltty.conf (#526168)
Štěpán Kasal 243c6e
Jesse Keating ba7324
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10-6
Jesse Keating ba7324
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Jesse Keating ba7324
Štěpán Kasal 6d8a27
* Tue May 12 2009 Stepan Kasal <skasal@redhat.com> - 3.10-5
Štěpán Kasal 6d8a27
- rebuild after java-1.5.0-gcj rebuild
Štěpán Kasal 6d8a27
Štěpán Kasal f51fa9
* Thu Apr 30 2009 Stepan Kasal <skasal@redhat.com> - 3.10-4
Štěpán Kasal f51fa9
- own the tcl subdirectory (#474032)
Štěpán Kasal f51fa9
- set CPPFLAGS to java include dirs, so that the java bindings build with
Štěpán Kasal f51fa9
  any java implementation (#498964)
Štěpán Kasal f51fa9
- add --without-curses; there is no curses package BuildRequired anyway
Štěpán Kasal f51fa9
Jesse Keating 6c9a6d
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10-3
Jesse Keating 6c9a6d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
Jesse Keating 6c9a6d
Ignacio Vazquez-Abrams 3c99a8
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 3.10-2
Ignacio Vazquez-Abrams 3c99a8
- Rebuild for Python 2.6
Ignacio Vazquez-Abrams 3c99a8
Štěpán Kasal f326de
* Sat Sep 13 2008 Stepan Kasal <skasal@redhat.com> - 3.10-1
Štěpán Kasal f326de
- new upstream release
Štěpán Kasal f326de
- drop brltty-3.9-java-svn.patch, brltty-3.9-tcl85path.patch,
Štěpán Kasal f326de
  and brltty-3.9-pyxfix.patch, they are upstream
Štěpán Kasal f326de
- fix BuildRoot
Štěpán Kasal f326de
- fix many sub-packages' Requires on brlapi
Štěpán Kasal f326de
Štěpán Kasal 6cc4c5
* Wed Sep 10 2008 Stepan Kasal <skasal@redhat.com> - 3.9-3
Štěpán Kasal 6cc4c5
- add brltty-3.9-autoconf.patch to fix to build with Autoconf 2.62
Štěpán Kasal 6cc4c5
- add brltty-3.9-parallel.patch to fix race condition with parallel make
Štěpán Kasal 6cc4c5
- add brltty-3.9-pyxfix.patch to fix build with current pyrex
Štěpán Kasal 6cc4c5
- Summary lines shall not end with a dot
Štěpán Kasal 6cc4c5
Tomas Janousek 37c9aa
* Thu Feb 28 2008 Tomas Janousek <tjanouse@redhat.com> - 3.9-2.2
Tomas Janousek 37c9aa
- glibc build fixes
Tomas Janousek 37c9aa
- applied java reorganisations from svn
Tomas Janousek 37c9aa
Jesse Keating f4dcdc
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.9-2.1
Jesse Keating f4dcdc
- Autorebuild for GCC 4.3
Jesse Keating f4dcdc
Tomas Janousek ae11bd
* Wed Jan 09 2008 Tomas Janousek <tjanouse@redhat.com> - 3.9-1.1
Tomas Janousek ae11bd
- specfile update to comply with tcl packaging guidelines
Tomas Janousek ae11bd
Tomas Janousek 7eecaf
* Mon Jan 07 2008 Tomas Janousek <tjanouse@redhat.com> - 3.9-1
Tomas Janousek 7eecaf
- update to latest upstream (3.9)
Tomas Janousek 7eecaf
Tomas Janousek 7eecaf
* Tue Sep 18 2007 Tomas Janousek <tjanouse@redhat.com> - 3.8-2.svn3231
Tomas Janousek 7eecaf
- update to r3231 from svn
Tomas Janousek 7eecaf
- added java binding subpackage
Tomas Janousek 7eecaf
Tomas Janousek 7eecaf
* Wed Aug 29 2007 Tomas Janousek <tjanouse@redhat.com> - 3.8-2.svn3231
Tomas Janousek 7eecaf
- update to r3231 from svn
Tomas Janousek 7eecaf
Tomas Janousek e2b126
* Tue Aug 21 2007 Tomas Janousek <tjanouse@redhat.com> - 3.8-1
Tomas Janousek e2b126
- update to latest upstream
Tomas Janousek e2b126
- added the at-spi driver, tcl and python bindings
Tomas Janousek e2b126
- fixed the license tags
Tomas Janousek e2b126
Tomas Janousek b3f626
* Mon Mar 05 2007 Tomas Janousek <tjanouse@redhat.com> - 3.7.2-3
Tomas Janousek b3f626
- added the XWindow driver
Tomas Janousek b3f626
- build fix for newer byacc
Tomas Janousek b3f626
Tomas Janousek 68de00
* Tue Jan 30 2007 Tomas Janousek <tjanouse@redhat.com> - 3.7.2-2.1
Tomas Janousek 68de00
- quiet postinstall scriptlet, really fixes #224570
Tomas Janousek 68de00
Tomas Janousek 57b854
* Tue Jan 30 2007 Tomas Janousek <tjanouse@redhat.com> - 3.7.2-2
Tomas Janousek 57b854
- failsafe postinstall script, fixes #224570
Tomas Janousek 57b854
- makefile fix - debuginfo extraction now works
Tomas Janousek 57b854
Tomas Janousek 96dcaf
* Thu Jan 25 2007 Tomas Janousek <tjanouse@redhat.com> - 3.7.2-1.1
Tomas Janousek 96dcaf
- fix building with newer kernel-headers (#224149)
Tomas Janousek 96dcaf
prockai c95485
* Wed Jul 12 2006 Petr Rockai <prockai@redhat.com> - 3.7.2-1
prockai c95485
- upgrade to latest upstream version
prockai c95485
- split off brlapi and brlapi-devel packages
prockai c95485
Jesse Keating 3afccc
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.2-12.1
Jesse Keating 3afccc
- rebuild
Jesse Keating 3afccc
Florian La Roche 6bd36d
* Sun Jul 02 2006 Florian La Roche <laroche@redhat.com>
Florian La Roche 6bd36d
- for the post script require coreutils
Florian La Roche 6bd36d
Jesse Keating b834fb
* Mon Jun 05 2006 Jesse Keating <jkeating@redhat.com> - 3.2-11
Jesse Keating b834fb
- Added byacc BuildRequires, removed prereq, coreutils is always there
Jesse Keating b834fb
Jesse Keating 619a25
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.2-10.2.1
Jesse Keating 619a25
- bump again for double-long bug on ppc(64)
Jesse Keating 619a25
Jesse Keating e01591
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3.2-10.2
Jesse Keating e01591
- rebuilt for new gcc4.1 snapshot and glibc changes
Jesse Keating e01591
Jesse Keating 522edf
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
Jesse Keating 522edf
- rebuilt
Jesse Keating 522edf
Bill Nottingham 2e92d4
* Wed Mar 16 2005 Bill Nottingham <notting@redhat.com> 3.2-10
Bill Nottingham 2e92d4
- rebuild
Bill Nottingham 2e92d4
Florian La Roche 0fc1e5
* Fri Nov 26 2004 Florian La Roche <laroche@redhat.com>
Florian La Roche 0fc1e5
- add a %%clean into .spec
Florian La Roche 0fc1e5
havill 7d6c3e
* Thu Oct 14 2004 Adrian Havill <havill@redhat.com> 3.2-5
havill 7d6c3e
- chmod a-x for conf file (#116244)
havill 7d6c3e
cvsdist 90cebf
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 90cebf
- rebuilt
cvsdist 90cebf
cvsdist b66beb
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist b66beb
- rebuilt
cvsdist b66beb
cvsdist b66beb
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist b66beb
- rebuilt
cvsdist b66beb
cvsdist 0818a3
* Tue Sep 30 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 0818a3
- prereq coreutils for mknod/chown/chmod
cvsdist a88e83
cvsdist a88e83
* Mon Jul 07 2003 Adrian Havill <havill@redhat.com> 3.2-2
cvsdist a88e83
- changed spec "Copyright" to "License"
Štěpán Kasal 46757b
- use %%configure macro, %%{_libdir} for non-ia32 archs
cvsdist a88e83
- removed unnecessary set and unset, assumed/default spec headers
cvsdist a88e83
- fixed unpackaged man page, duplicate /bin and /lib entries
cvsdist a88e83
- use plain install vs scripts for non-i386 buildsys