parent
ea14fed73b
commit
ffd4331b04
2 changed files with 26 additions and 1 deletions
17
a2ps-texi-comments.patch
Normal file
17
a2ps-texi-comments.patch
Normal file
|
|
@ -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
|
||||
|
||||
10
a2ps.spec
10
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 <twaugh@redhat.com> - 4.14-18
|
||||
- Fixed texi build failure (bug #927633).
|
||||
|
||||
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.14-17
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue