]> git.pld-linux.org Git - packages/gawk.git/commitdiff
- added Group(pl)
authorArtur Frysiak <artur@frysiak.net>
Wed, 5 May 1999 17:37:32 +0000 (17:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added %{_target} macro

Changed files:
    gawk.spec -> 1.6

gawk.spec

index c5526fd6ffe2037db5a35c857e91e0d541cbc755..93eea0b257a68c7c749a1c683ff7890ec36c9612 100644 (file)
--- a/gawk.spec
+++ b/gawk.spec
@@ -8,6 +8,7 @@ Version:        3.0.3
 Release:       8
 Copyright:     GPL
 Group:         Utilities/Text
+Group(pl):     Narzêdzia/Tekst
 Source0:       ftp://prep.ai.mit.edu/pub/gnu/%{name}-%{version}.tar.gz
 Source1:       ftp://prep.ai.mit.edu/pub/gnu/%{name}-%{version}-ps.tar.gz
 Patch0:                gawk-unaligned.patch
@@ -56,7 +57,7 @@ biridir.
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
-./configure \
+./configure %{_target} \
        --prefix=/usr
 make
 
This page took 0.146159 seconds and 4 git commands to generate.