Fixed -R option placement

This commit is contained in:
Jaroslav Škarvada 2012-10-03 10:33:13 +02:00
parent f52cbd78e8
commit b214cc9e3c
2 changed files with 18 additions and 1 deletions

12
grep-2.14-man-fix-R.patch Normal file
View File

@ -0,0 +1,12 @@
diff --git a/doc/grep.in.1 b/doc/grep.in.1
index 4bf03b4..f2d4362 100644
--- a/doc/grep.in.1
+++ b/doc/grep.in.1
@@ -533,6 +533,7 @@ following symbolic links only if they are on the command line.
This is equivalent to the
.B "\-d recurse"
option.
+.TP
.BR \-R ", " \-\^\-dereference\-recursive
Read all files under each directory, recursively.
Follow all symbolic links, unlike

View File

@ -3,7 +3,7 @@
Summary: Pattern matching utilities
Name: grep
Version: 2.14
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv3+
Group: Applications/Text
Source: ftp://ftp.gnu.org/pub/gnu/grep/grep-%{version}.tar.xz
@ -11,6 +11,7 @@ Source1: colorgrep.sh
Source2: colorgrep.csh
Source3: GREP_COLORS
Patch1: grep-2.11-gnulib-tests-rm-f.patch
Patch2: grep-2.14-man-fix-R.patch
URL: http://www.gnu.org/software/grep/
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
@ -30,6 +31,7 @@ GNU grep is needed by many scripts, so it shall be installed on every system.
%prep
%setup -q
%patch1 -p1 -b .gnulib-tests-rm-f
%patch2 -p1 -b .man-fix-R
%build
%global BUILD_FLAGS $RPM_OPT_FLAGS
@ -81,6 +83,9 @@ fi
%{_mandir}/*/*
%changelog
* Wed Oct 3 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 2.14-2
- Fixed -R option placement
* Mon Aug 20 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 2.14-1
- New version
Resolves: rhbz#849594