From 0cd78f2eabdd0ad25f993ee731e29fa36a205391 Mon Sep 17 00:00:00 2001 From: Stu Tomlinson Date: Mar 07 2009 17:22:08 +0000 Subject: Pidgin 2.5.5 for F9 & F10 --- diff --git a/.cvsignore b/.cvsignore index b57b221..00d5178 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pidgin-2.5.4.tar.bz2 +pidgin-2.5.5.tar.bz2 diff --git a/pidgin.spec b/pidgin.spec index 6fb0def..08f1063 100644 --- a/pidgin.spec +++ b/pidgin.spec @@ -61,7 +61,7 @@ %endif Name: pidgin -Version: 2.5.4 +Version: 2.5.5 Release: 1%{?dist} License: GPLv2+ and GPLv2 and MIT # GPLv2+ - libpurple, gnt, finch, pidgin, most prpls @@ -89,6 +89,7 @@ ExcludeArch: s390 s390x # - Browser "GNOME Default" # - Smiley Theme "Default" Source1: purple-fedora-prefs.xml +Source2: one_time_password.c ## Patches 0-99: Fedora specific or upstream wont accept @@ -115,6 +116,7 @@ Requires(preun): GConf2 # Basic Library Requirements BuildRequires: autoconf +BuildRequires: libtool BuildRequires: startup-notification-devel BuildRequires: cyrus-sasl-devel BuildRequires: nss-devel @@ -379,7 +381,13 @@ export CFLAGS="$RPM_OPT_FLAGS" --enable-tcl --enable-tk \ --disable-schemas-install $SWITCHES -make %{?_smp_mflags} +make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool + +# one_time_password plugin, to be merged upstream soon +cp %{SOURCE2} libpurple/plugins/ +cd libpurple/plugins/ +make one_time_password.so +cd - %if %{api_docs} make docs @@ -388,7 +396,9 @@ find doc/html -empty -delete %install rm -rf $RPM_BUILD_ROOT -make DESTDIR=$RPM_BUILD_ROOT install +make DESTDIR=$RPM_BUILD_ROOT install LIBTOOL=/usr/bin/libtool + +install -m 0755 libpurple/plugins/one_time_password.so $RPM_BUILD_ROOT%{_libdir}/purple-2/ desktop-file-install --vendor pidgin --delete-original \ --add-category X-Red-Hat-Base \ @@ -561,6 +571,16 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Tue Mar 03 2009 Stu Tomlinson 2.5.5-1 +- 2.5.5 + +* Thu Feb 26 2009 Fedora Release Engineering - 2.5.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Tue Jan 27 2009 Warren Togami 2.5.4-2 +- one_time_password plugin +- Eliminate RPATH + * Mon Jan 12 2009 Stu Tomlinson 2.5.4-1 - 2.5.4 diff --git a/sources b/sources index 40e8a57..e7f8bbb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -295fe533288c821342b660b6fc83bc11 pidgin-2.5.4.tar.bz2 +972101ca88a2ad338aad1fc4be5e1a8c pidgin-2.5.5.tar.bz2