]> git.pld-linux.org Git - packages/pidgin.git/blobdiff - pidgin.spec
- updated to new 0.59.4 version
[packages/pidgin.git] / pidgin.spec
index f23991ed0891e79aa1bf606e706964ae17d02d9d..319c6c7fb18cb50446660784315f4c24a4604071 100644 (file)
@@ -3,13 +3,14 @@ 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.54
+Version:       0.59.4
 Release:       1
 Epoch:         1
 License:       GPL
 Group:         Applications/Communications
-Source0:       http://prdownloads.sourceforge.net/gaim/%{name}-%{version}.tar.bz2
+Source0:       http://belnet.dl.sourceforge.net/sourceforge/gaim/%{name}-%{version}.tar.bz2
 Patch0:                %{name}-gg_logoff.patch
+Patch1:                %{name}-am_ac.patch
 URL:           http://gaim.sourceforge.net/
 BuildRequires: ORBit-devel
 BuildRequires: autoconf
@@ -23,7 +24,7 @@ BuildRequires:        perl-devel
 BuildRequires: gnome-core-devel
 BuildRequires: gdk-pixbuf-devel
 Requires:      applnk
-Requires:      gaim-ui
+Requires:      gaim-ui = %{version}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
@@ -62,7 +63,7 @@ MSN, Jabber e Napster.
 Summary:       gtk+ user interface for gaim
 Summary(pl):   Interfejs u¿ytkownika gaim korzystaj±cy z gtk+
 Group:         Applications/Communications
-Provides:      gaim-ui
+Provides:      gaim-ui = %{version}-%{release}
 
 %description ui-gtk
 gtk+ user interface for gaim.
@@ -74,7 +75,7 @@ Interfejs u
 Summary:       GNOME user interface for gaim (applet)
 Summary(pl):   Interfejs u¿ytkownika gaim korzystaj±cy z GNOME (applet)
 Group:         Applications/Communications
-Provides:      gaim-ui
+Provides:      gaim-ui = %{version}-%{release}
 
 %description ui-gnome
 GNOME user interface for gaim (applet).
@@ -83,24 +84,27 @@ GNOME user interface for gaim (applet).
 Interfejs u¿ytkownika gaim korzystaj±cy z GNOME (applet).
 
 %prep
-%setup -q
+%setup -qn %{name}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
-rm  -f missing
-libtoolize --copy --force
-gettextize --copy --force
-aclocal -I m4
-autoheader
-autoconf
-automake -a -c
+rm -f missing
+%{__libtoolize}
+%{__gettextize}
+%{__aclocal} -I m4
+%{__autoheader}
+%{__autoconf}
+%{__automake}
 %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 +114,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.070049 seconds and 4 git commands to generate.