From d028792d36a19fd172a3012979935c49de49a861 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Thu, 3 Jan 2013 11:20:23 -0500 Subject: [PATCH 2/6] Define GNU_ROFF to force ASCII apostrophes in man pages (so copy/paste works) When using GNU groff, we want the examples in the man pages to work when copied to the shell. The GNU_ROFF definition enables this. --- git.spec | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/git.spec b/git.spec index 7610376..5441740 100644 --- a/git.spec +++ b/git.spec @@ -331,6 +331,7 @@ ETC_GITCONFIG = %{_sysconfdir}/gitconfig DESTDIR = %{buildroot} INSTALL = install -p GITWEB_PROJECTROOT = %{_var}/lib/git +GNU_ROFF = 1 htmldir = %{_docdir}/%{name}-%{version} prefix = %{_prefix} gitwebdir = %{_var}/www/git @@ -596,6 +597,7 @@ rm -rf %{buildroot} %changelog * Wed Jan 30 2013 Todd Zullinger - 1.8.1.2-2 - Update asciidoc requirements, drop unsupported ASCIIDOC7 +- Define GNU_ROFF to force ASCII apostrophes in manpages (so copy/paste works) * Wed Jan 30 2013 Adam Tkac - 1.8.1.2-1 - update to 1.8.1.2 -- 1.7.6