brltty.spec
author gman
Tue, 04 Apr 2006 02:37:06 +0000
changeset 6996 596a97c19730
parent 6923 45fbffcf5f44
child 8470 ffe04faf2482
permissions -rw-r--r--
2006-04-04 Glynn Foster <[email protected]> * brltty.spec: Don't install libbrlapi.a, bad.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5580
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
     1
#
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
     2
# spec file for package brltty
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
     3
#
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
     6
# package are under the same license as the package itself.
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
     7
#
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
     8
Name:           brltty
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
     9
License:        GPL
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    10
Group:          System/Library
6589
294b872f64aa 2006-01-17 Damien Carbery <[email protected]>
dc144907
parents: 6414
diff changeset
    11
Version:        3.7.2
5580
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    12
Release:        1
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    13
Distribution:   Java Desktop System
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    14
Vendor:	        Sun Microsystems, Inc.
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    15
Summary:        Braille Support
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    16
Source:         http://www.mielke.cc/brltty/releases/brltty-%{version}.tar.gz
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    17
Patch:          brltty-01-suncc.diff
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    18
URL:            http://mielke.cc/brltty/
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    19
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    20
Docdir:         %{_defaultdocdir}/doc
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    21
Autoreqprov:    on
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    22
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    23
%description
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    24
BRLTTY is a background process (daemon) providing access to the Linux/Unix
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    25
console (when in text mode) for a blind person using a refreshable braille
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    26
display. It also provides an API for braille support.
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    27
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    28
%prep
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    29
%setup -q -n brltty-%{version}
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    30
%patch -p1 
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    31
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    32
%build
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    33
CFLAGS="$RPM_OPT_FLAGS"                         \
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    34
./configure     --prefix=%{_prefix}             \
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    35
                --sysconfdir=%{_sysconfdir}     \
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    36
		--mandir=%{_mandir}
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    37
make
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    38
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    39
%install
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    40
rm -rf $RPM_BUILD_ROOT
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    41
make install INSTALL_ROOT=$RPM_BUILD_ROOT sysconfdir=$RPM_BUILD_ROOT/etc
6996
596a97c19730 2006-04-04 Glynn Foster <[email protected]>
gman
parents: 6923
diff changeset
    42
rm $RPM_BUILD_ROOT%{_libdir}/*.a
5580
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    43
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    44
%clean
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    45
rm -rf $RPM_BUILD_ROOT
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    46
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    47
%post
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    48
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    49
%postun
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    50
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    51
%files
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    52
%defattr(644, root, root)
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    53
%{_sysconfdir}/brlapi.key
6923
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6589
diff changeset
    54
%{_includedir}/brltty/*
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6589
diff changeset
    55
%{_sysconfdir}/brltty/*
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6589
diff changeset
    56
%{_bindir}/*
5580
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    57
%{_libdir}/libbrl*
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    58
%{_libdir}/brltty/libbrltty*.so
6923
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6589
diff changeset
    59
%{_mandir}/*
5580
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    60
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    61
%changelog
6996
596a97c19730 2006-04-04 Glynn Foster <[email protected]>
gman
parents: 6923
diff changeset
    62
* Tue Apr 4 2006 - [email protected]
596a97c19730 2006-04-04 Glynn Foster <[email protected]>
gman
parents: 6923
diff changeset
    63
- Remove libbrlapi.a from the package.
596a97c19730 2006-04-04 Glynn Foster <[email protected]>
gman
parents: 6923
diff changeset
    64
6589
294b872f64aa 2006-01-17 Damien Carbery <[email protected]>
dc144907
parents: 6414
diff changeset
    65
* Tue Jan 17 2006 - [email protected]
294b872f64aa 2006-01-17 Damien Carbery <[email protected]>
dc144907
parents: 6414
diff changeset
    66
- Bump to 3.7.2.
294b872f64aa 2006-01-17 Damien Carbery <[email protected]>
dc144907
parents: 6414
diff changeset
    67
6414
aba60f23ccf0 * aspell.spec: Bump to 0.60.4.
dc144907
parents: 6186
diff changeset
    68
* Tue Dec 20 2005 - [email protected]
aba60f23ccf0 * aspell.spec: Bump to 0.60.4.
dc144907
parents: 6186
diff changeset
    69
- Bump to 3.7.1.
aba60f23ccf0 * aspell.spec: Bump to 0.60.4.
dc144907
parents: 6186
diff changeset
    70
6186
9c7b302cef1a * brltty.spec: Bump to 3.7.
dc144907
parents: 6015
diff changeset
    71
* Wed Oct 26 2005 - [email protected]
9c7b302cef1a * brltty.spec: Bump to 3.7.
dc144907
parents: 6015
diff changeset
    72
- Bump to 3.7.
9c7b302cef1a * brltty.spec: Bump to 3.7.
dc144907
parents: 6015
diff changeset
    73
6015
fc2e5b125657 * brltty.spec: Bump to 3.6.2.
dc144907
parents: 5585
diff changeset
    74
* Thu Sep 27 2005 - [email protected]
fc2e5b125657 * brltty.spec: Bump to 3.6.2.
dc144907
parents: 5585
diff changeset
    75
- Bump to 3.6.2.
fc2e5b125657 * brltty.spec: Bump to 3.6.2.
dc144907
parents: 5585
diff changeset
    76
5583
b5e8ad3c6815 fix date
laca
parents: 5580
diff changeset
    77
* Tue Aug 16 2005 - [email protected]
5580
3ddcb6abfa94 Adding in spec files (Linux and Solaris) for Orca and the GNOME/Python
richb
parents:
diff changeset
    78
- Initial Sun release