From ffd4331b04c27ee8d6e879b100ed2fd38852dc43 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Mar 26 2013 14:57:40 +0000 Subject: Fixed texi build failure (bug #927633). Resolves: rhbz#927633 --- diff --git a/a2ps-texi-comments.patch b/a2ps-texi-comments.patch new file mode 100644 index 0000000..8ccf6f5 --- /dev/null +++ b/a2ps-texi-comments.patch @@ -0,0 +1,17 @@ +--- a2ps-4.14/doc/a2ps.texi.texifail 2013-03-26 12:50:06.624762058 +0000 ++++ a2ps-4.14/doc/a2ps.texi 2013-03-26 14:44:10.204929702 +0000 +@@ -22,12 +22,12 @@ + @c `a2ps'. Avoid those quotes. + @iftex + @macro pack +-@code{@value{PACKAGE}}@c ++@code{@value{PACKAGE}} + @end macro + @end iftex + @ifnottex + @macro pack +-@value{PACKAGE}@c ++@value{PACKAGE} + @end macro + @end ifnottex + diff --git a/a2ps.spec b/a2ps.spec index decb092..bf2fad7 100644 --- a/a2ps.spec +++ b/a2ps.spec @@ -1,7 +1,7 @@ Summary: Converts text and other types of files to PostScript Name: a2ps Version: 4.14 -Release: 17%{?dist} +Release: 18%{?dist} License: GPLv3+ Group: Applications/Publishing Source0: http://ftp.gnu.org/gnu/a2ps/%{name}-%{version}.tar.gz @@ -11,6 +11,7 @@ Patch1: a2ps-4.13-etc.patch Patch2: a2ps-lm.patch Patch3: a2ps-4.13-security.patch Patch4: a2ps-4.13-glibcpaper.patch +Patch5: a2ps-texi-comments.patch Patch7: a2ps-sort.patch Patch8: a2ps-iso5-minus.patch Patch9: a2ps-perl.patch @@ -102,6 +103,10 @@ the emacs-%{name} package to use emacs-%{name} with GNU Emacs. %patch3 -p1 -b .security %patch4 -p1 -b .glibcpaper + +# Fix texi build failure (bug #927633). +%patch5 -p1 -b .texi-comments + %patch7 -p1 -b .sort %patch8 -p1 -b .iso5-minus %patch9 -p1 -b .perl @@ -298,6 +303,9 @@ exit 0 %{_emacs_sitelispdir}/%{name}/*.el %changelog +* Tue Mar 26 2013 Tim Waugh - 4.14-18 +- Fixed texi build failure (bug #927633). + * Wed Feb 13 2013 Fedora Release Engineering - 4.14-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild