]> git.pld-linux.org Git - packages/pidgin.git/blobdiff - pidgin.spec
fixed a small typo
[packages/pidgin.git] / pidgin.spec
index 11d1d1a1c80a0c0263d7d0fecfafc279d2660411..195b8ae6a2ffb8da97e288457e1faeeaaee60d90 100644 (file)
@@ -3,13 +3,15 @@ Summary:      A client compatible with AOL's 'Instant Messenger'
 Summary(pl):   Klient kompatybilny z AOL Instant Messenger
 Summary(pt_BR):        Um cliente para o AOL Instant Messenger (AIM)
 Name:          gaim
-Version:       0.52
-Release:       1
+Version:       0.56
+Release:       0.1
 Epoch:         1
 License:       GPL
 Group:         Applications/Communications
 Source0:       http://prdownloads.sourceforge.net/gaim/%{name}-%{version}.tar.bz2
 Patch0:                %{name}-gg_logoff.patch
+Patch1:                %{name}-AC_LIBOBJ.patch
+Patch2:                %{name}-am_ac.patch
 URL:           http://gaim.sourceforge.net/
 BuildRequires: ORBit-devel
 BuildRequires: autoconf
@@ -85,22 +87,27 @@ Interfejs u
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
-rm  -f missing
+rm -f missing
+rm -f configure.in
 libtoolize --copy --force
 gettextize --copy --force
 aclocal -I m4
 autoheader
 autoconf
-automake -a -c
+automake -a -c -f
 %configure \
        --disable-panel \
        --enable-esd \
        --disable-nas \
        --disable-artsc \
-       --with-gnome
-%{__make}
+       --disable-gnome \
+       --with-gtk-prefix=/usr/X11R6 \
+       --with-gdk-pixbuf-config=/usr/X11R6/bin/gdk-pixbuf-config 
+%{__make} 
 mv plugins/iconaway{,_standalone}.so
 mv src/gaim{,_standalone}
 %{__make} clean
@@ -110,9 +117,11 @@ mv src/gaim{,_standalone}
        --enable-esd \
        --disable-nas \
        --disable-artsc \
-       --with-gnome
+       --enable-gnome \
+       --with-gtk-prefix=/usr/X11R6 \
+       --with-gdk-pixbuf-config=/usr/X11R6/bin/gdk-pixbuf-config 
 %{__make}
-
+       
 %install
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.032593 seconds and 4 git commands to generate.