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

Changed files:
    gdb.spec -> 1.5

gdb.spec

index 1fd4fc4b3e99d8b25fc3f671bc0a5028855465fe..fa6204ff3fd492ab42a78171044d6087ee37f448 100644 (file)
--- a/gdb.spec
+++ b/gdb.spec
@@ -8,6 +8,7 @@ Version:        4.18
 Release:       1
 Copyright:     GPL
 Group:         Development/Debuggers
+Group(pl):     Programowanie/Odpluskwiacze
 Source:                ftp://sourceware.cygnus.com/pub/gdb/%{name}-4.18.tar.bz2
 Patch0:                gdb-info.patch
 Prereq:                /sbin/install-info
@@ -45,7 +46,7 @@ ve herhangi bir anda program
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
-./configure \
+./configure %{_target} \
        --prefix=/usr 
 make
 make info
This page took 0.035457 seconds and 4 git commands to generate.