]> git.pld-linux.org Git - packages/a2ps.git/commitdiff
- added a2ps-make_fonts_map patch
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 13 Feb 1999 11:25:25 +0000 (11:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- now compile with --enable-nls --without-included-gettext

Changed files:
    a2ps.spec -> 1.6

a2ps.spec

index c72843c1706f1813a411f64ad16924bcce4b57d4..dd23ca091874e7e970a1ca896778733dbadcaaba 100644 (file)
--- a/a2ps.spec
+++ b/a2ps.spec
@@ -8,7 +8,8 @@ Group:          Utilities/Text
 Group(pl):     U¿ytki/Tekst
 Vendor:                Akim Demaille 
 Source:                ftp://ftp.enst.fr/pub/unix/a2ps/%{name}-%{version}.tar.bz2
-Patch:         a2ps-info.patch
+Patch0:                a2ps-info.patch
+Patch1:                a2ps-make_fonts_map.patch
 Prereq:                /sbin/ldconfig
 URL:           http://www.inf.enst.fr/~demaille/a2ps/
 BuildRoot:     /tmp/%{name}-%{version}-root
@@ -59,14 +60,16 @@ Biblioteki statyczne do a2ps.
 
 %prep
 %setup -q 
-%patch -p1
+%patch0 -p1
+%patch1 -p1
 
 %build
 autoheader
 autoconf
 CFLAGS=$RPM_OPT_FLAGS LDFLAGS=-s \
     ./configure \
-       --with-included-gettext \
+       --enable-nls \
+       --without-included-gettext \
        --prefix=/usr \
        --sysconfdir=/etc \
        --with-medium=A4  \
@@ -170,6 +173,10 @@ fi
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Sat Feb 13 1999 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
+- added a2ps-make_fonts_map.patch
+- now compile with --enable-nls --without-included-gettext
+
 * Sun Jan 31 1999 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
   [4.10.3-5d]
 - added missiong fonts.map ...
This page took 0.058203 seconds and 4 git commands to generate.