]> git.pld-linux.org Git - packages/a2ps.git/commitdiff
- add sed_fix patch for sed command expression (strange seems that sed on a2ps-4_12-3
authorkloczek <kloczek@pld-linux.org>
Wed, 15 Sep 1999 21:22:48 +0000 (21:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  sparc nad x86 have not the same command syntax),
- patch from http://www.penguin.cz/~stano/code/a2ps-xkbprint.patch
  fix for xkbprint support for ogonkify.

Changed files:
    a2ps.spec -> 1.25

a2ps.spec

index 067c0ce8ab56312a01a9ca74ca12409ea3f791a6..ca7a022d50f137eedbe13525975f6d0ad4cc1055 100644 (file)
--- a/a2ps.spec
+++ b/a2ps.spec
@@ -7,7 +7,9 @@ Copyright:      GPL
 Group:         Utilities/Text
 Group(pl):     Narzêdzia/Tekst
 Source:                ftp://ftp.enst.fr/pub/unix/a2ps/%{name}-%{version}.tar.gz
-Patch:         a2ps-info.patch
+Patch0:                a2ps-info.patch
+Patch1:                a2ps-sed_fix.patch
+Patch2:                http://www.penguin.cz/~stano/code/a2ps-xkbprint.patch
 Prereq:                /usr/sbin/fix-info-dir
 URL:           http://www.inf.enst.fr/~demaille/a2ps/
 BuildRoot:     /tmp/%{name}-%{version}-root
@@ -59,8 +61,10 @@ a2ps static libraries.
 Biblioteki statyczne do a2ps.
 
 %prep
-%setup -q 
-%patch -p1
+%setup  -q 
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 LDFLAGS="-s"; export LDFLAGS
This page took 0.027352 seconds and 4 git commands to generate.