brltty.spec
author dc144907
Wed, 26 Oct 2005 16:31:32 +0000
changeset 6186 9c7b302cef1a
parent 6015 fc2e5b125657
child 6414 aba60f23ccf0
permissions -rw-r--r--
* brltty.spec: Bump to 3.7. * cairo.spec: Bump to 1.0.2. * db_evo.spec: Bump to 4.3.29. * dogtail.spec: Bump to 0.4.3. * fontconfig.spec: Bump to 2.3.91. * icon-naming-utils.spec: Bump to 0.3.2.1. * python.spec: Bump to 2.4.2. * tango-icon-theme.spec: Bump to 0.3.2.1. * ttf-freefont.spec: Bump to version 20050407.

#
# 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
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
* 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