]> git.pld-linux.org Git - packages/gg2.git/commitdiff
- fixes
authorMarcin Krzyżanowski <marcin.krzyzanowski@hakore.com>
Sat, 23 Nov 2002 15:41:35 +0000 (15:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- missing BR
- missing --disable-debug --disable-gdb

Changed files:
    gg2.spec -> 1.4

gg2.spec

index ea0b5b43a8898e23274c27a5e66f9288b329bcc4..fade644784a9909a99cc83ba98816d5eedc872ec 100644 (file)
--- a/gg2.spec
+++ b/gg2.spec
@@ -11,6 +11,7 @@ License:      GPL v2+
 Group:         Applications/Communications
 Source0:       http://www.hakore.com/~krzak/gg2/%{name}-%{snap}.tar.bz2
 URL:           http://gadu.gnu.pl/
+BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
 Requires:      glib2
@@ -144,6 +145,8 @@ rm -f missing
 %{__autoconf}
 
 %configure \
+       --disable-gdb \
+       --disable-debug \
        --with-gtk2-gui \
        --with-gadu-gadu \
        --with-tlen \
This page took 0.133856 seconds and 4 git commands to generate.