]> git.pld-linux.org Git - packages/gg.git/commitdiff
- upgrade to daily 20020612 snapshot for compatibility with ekg
authortiwek <tiwek@pld-linux.org>
Wed, 12 Jun 2002 06:49:56 +0000 (06:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  crypt password base64
- fast connect :)

Changed files:
    gg.spec -> 1.57

gg.spec

diff --git a/gg.spec b/gg.spec
index 07fc2dee5a8de24fc04be773000261513cd8ce51..420350435bdd4cd20e757710b8eb577b5c9adfae 100644 (file)
--- a/gg.spec
+++ b/gg.spec
@@ -7,6 +7,7 @@
 # _without_wm_applet
 # _without_sound
 
+%define snapshot 20020612
 
 # This looks like overkill but some day we might have *everything* bconded :)
 %{!?_without_gnome:            %define _need_gnome     1}
 Summary:       GNU Gadu - free talking
 Summary(pl):   GNU Gadu - wolne gadanie
 Name:          gg
-Version:       0.2.2.1
-Release:       4
+Version:       0.2.3
+Release:       0.1pre%{snapshot}
 Epoch:         4
 License:       GPL
 Group:         Applications/Communications
-Source0:       ftp://ftp.slackware.pl/gg/%{name}-%{version}.tar.gz
+Source0:       ftp://ftp.slackware.pl/gg/snapshots/%{name}-%{snapshot}.tar.gz
 Source1:       %{name}.png
-Patch0:                %{name}-home_etc.patch
+Patch0:                %{name}-ac_fix.patch
 Icon:          gg.xpm
 URL:           http://netkrab.slackware.pl/gg/
 BuildRequires:                                 gtk+-devel > 1.2.8
@@ -129,12 +130,16 @@ Gadu-Gadu client released on GNU/GPL. KDE version
 Klient Gadu-Gadu na licencji GNU/GPL. Wersja dla KDE.
 
 %prep
-%setup -q -n %{name}-%{version}
-%patch0 -p1
+%setup -q -n %{name}-%{snapshot}
+%patch0 -p0
 
 %build
 LDFLAGS=" -L%{_libdir} %{rpmldflags}"
 
+aclocal -I macros
+autoconf
+automake -a -c -f
+
 %if %{!?_without_gnome_applet:1}%{?_without_gnome_applet:0}
 %configure \
        %{?_without_sound:--disable-esd} \
This page took 0.033101 seconds and 4 git commands to generate.