Fixed manual page

Resolves: rhbz#1224661
This commit is contained in:
Jaroslav Škarvada 2015-05-25 11:54:16 +02:00
parent 2634aa9401
commit cc6548acbe
2 changed files with 20 additions and 1 deletions

13
brltty-5.2-man-fix.patch Normal file
View File

@ -0,0 +1,13 @@
diff --git a/Documents/brltty.1.in b/Documents/brltty.1.in
index 7ed1db0..6dc0851 100644
--- a/Documents/brltty.1.in
+++ b/Documents/brltty.1.in
@@ -16,7 +16,7 @@
.\"
.\" This software is maintained by Dave Mielke <dave@mielke.cc>.
.\"
-3TH "BRLTTY" "1" "2014-11-06" "brltty 5.2" "BRLTTY User's Manual"
+.TH "BRLTTY" "1" "2014-11-06" "brltty 5.2" "BRLTTY User's Manual"
.SH NAME
brltty \- refreshable braille display driver for Linux/Unix
.SH SYNOPSIS

View File

@ -22,7 +22,7 @@
Name: brltty Name: brltty
Version: %{pkg_version} Version: %{pkg_version}
Release: 6%{?dist} Release: 7%{?dist}
License: GPLv2+ License: GPLv2+
Group: System Environment/Daemons Group: System Environment/Daemons
URL: http://mielke.cc/brltty/ URL: http://mielke.cc/brltty/
@ -31,6 +31,7 @@ Source1: brltty.service
Patch4: brltty-loadLibrary.patch Patch4: brltty-loadLibrary.patch
# libspeechd.h moved in latest speech-dispatch (NOT sent upstream) # libspeechd.h moved in latest speech-dispatch (NOT sent upstream)
Patch5: brltty-5.0-libspeechd.patch Patch5: brltty-5.0-libspeechd.patch
Patch6: brltty-5.2-man-fix.patch
Summary: Braille display driver for Linux/Unix Summary: Braille display driver for Linux/Unix
BuildRequires: byacc, glibc-kernheaders, bluez-libs-devel, systemd BuildRequires: byacc, glibc-kernheaders, bluez-libs-devel, systemd
BuildRequires: gettext, at-spi2-core-devel, espeak-devel BuildRequires: gettext, at-spi2-core-devel, espeak-devel
@ -195,6 +196,7 @@ This package provides the OCaml binding for BrlAPI.
%setup -q %setup -q
%patch4 -p1 -b .loadLibrary %patch4 -p1 -b .loadLibrary
%patch5 -p1 %patch5 -p1
%patch6 -p1 -b .man-fix
%if 0%{?with_python3} %if 0%{?with_python3}
# Make a copy of the source tree for building the Python 3 module # Make a copy of the source tree for building the Python 3 module
@ -409,6 +411,10 @@ fi
%endif %endif
%changelog %changelog
* Mon May 25 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 5.2-7
- Fixed manual page
Resolves: rhbz#1224661
* Mon Mar 23 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 5.2-6 * Mon Mar 23 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 5.2-6
- Dropped AtSpi driver - Dropped AtSpi driver
Related: rhbz#1204462 Related: rhbz#1204462