Add bluetooth support.
This commit is contained in:
parent
d6b5519449
commit
3f153e743f
@ -13,14 +13,14 @@
|
|||||||
|
|
||||||
Name: brltty
|
Name: brltty
|
||||||
Version: %{pkg_version}
|
Version: %{pkg_version}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://mielke.cc/brltty/
|
URL: http://mielke.cc/brltty/
|
||||||
Source: http://mielke.cc/brltty/releases/%{name}-%{version}.tar.gz
|
Source: http://mielke.cc/brltty/releases/%{name}-%{version}.tar.gz
|
||||||
Patch4: brltty-loadLibrary.patch
|
Patch4: brltty-loadLibrary.patch
|
||||||
Summary: Braille display driver for Linux/Unix
|
Summary: Braille display driver for Linux/Unix
|
||||||
BuildRequires: byacc glibc-kernheaders
|
BuildRequires: byacc glibc-kernheaders bluez-libs-devel
|
||||||
# work around a bug in the install process:
|
# work around a bug in the install process:
|
||||||
Requires(post): coreutils
|
Requires(post): coreutils
|
||||||
|
|
||||||
@ -334,6 +334,9 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 30 2013 Jon Ciesla <limburgher@gmail.com> - 4.5-3
|
||||||
|
- Add bluetooth support, BZ 916628.
|
||||||
|
|
||||||
* Thu Apr 04 2013 Kalev Lember <kalevlember@gmail.com> - 4.5-2
|
* Thu Apr 04 2013 Kalev Lember <kalevlember@gmail.com> - 4.5-2
|
||||||
- Don't install the library in /lib now that we have UsrMove
|
- Don't install the library in /lib now that we have UsrMove
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user