brltty.spec
author dc144907
Tue, 20 Dec 2005 14:49:36 +0000
changeset 6414 aba60f23ccf0
parent 6186 9c7b302cef1a
child 6589 294b872f64aa
permissions -rw-r--r--
* aspell.spec: Bump to 0.60.4. * brltty.spec: Bump to 3.7.1.

#
# spec file for package brltty
#
# Copyright (c) 2005 Sun Microsystems, Inc.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
Name:           brltty
License:        GPL
Group:          System/Library
Version:        3.7.1
Release:        1
Distribution:   Java Desktop System
Vendor:	        Sun Microsystems, Inc.
Summary:        Braille Support
Source:         http://www.mielke.cc/brltty/releases/brltty-%{version}.tar.gz
Patch:          brltty-01-suncc.diff
URL:            http://mielke.cc/brltty/
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Docdir:         %{_defaultdocdir}/doc
Autoreqprov:    on

%description
BRLTTY is a background process (daemon) providing access to the Linux/Unix
console (when in text mode) for a blind person using a refreshable braille
display. It also provides an API for braille support.

%prep
%setup -q -n brltty-%{version}
%patch -p1 

%build
CFLAGS="$RPM_OPT_FLAGS"                         \
./configure     --prefix=%{_prefix}             \
                --sysconfdir=%{_sysconfdir}     \
		--mandir=%{_mandir}
make

%install
rm -rf $RPM_BUILD_ROOT
make install INSTALL_ROOT=$RPM_BUILD_ROOT sysconfdir=$RPM_BUILD_ROOT/etc

%clean
rm -rf $RPM_BUILD_ROOT

%post

%postun

%files
%defattr(644, root, root)
%{_libdir}/brltty/brltty*.lst
%{_sysconfdir}/brlapi.key
%{_includedir}/brltty/*.h
%{_sysconfdir}/brltty/brltty*.hlp
%{_sysconfdir}/brltty/*.tbl
%{_sysconfdir}/brltty/*.ctb
%{_sysconfdir}/brltty/*.cti
%{_sysconfdir}/brltty/*.conf
%{_bindir}/brltty*
%{_libdir}/libbrl*
%{_libdir}/brltty/libbrltty*.so
%{_mandir}/*/*

%changelog
* Tue Dec 20 2005 - [email protected]
- Bump to 3.7.1.

* Wed Oct 26 2005 - [email protected]
- Bump to 3.7.

* Thu Sep 27 2005 - [email protected]
- Bump to 3.6.2.

* Tue Aug 16 2005 - [email protected]
- Initial Sun release