pidgin.spec revision 15255
10139N/A#
10139N/A# spec file for package pidgin
10139N/A#
18046N/A# Copyright (c) 2005 Sun Microsystems, Inc.
10139N/A# This file and all modifications and additions to the pristine
10139N/A# package are under the same license as the package itself.
10139N/A#
17185N/A# Owner: rickju
10139N/A# old_bugdb: http://sourceforge.net/tracker/index.php?func=detail&group_id=235&atid=300235&aid=
16880N/A# bugdb: http://developer.pidgin.im/ticket/
17178N/A#
17178N/A%include l10n.inc
10139N/AName: pidgin
16880N/AVersion: 2.5.2
10139N/ARelease: 1
18084N/ALicense: GPL
12578N/AGroup: Applications/Internet
10139N/ADistribution: Java Desktop System
10139N/AVendor: Sun Microsystems, Inc.
10139N/ASummary: Multiprotocol Instant Messaging Client
17724N/ASource: http://easynews.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
17797N/A%if %build_l10n
17797N/ASource1: pidgin-po-sun-%{po_sun_version}.tar.bz2
17797N/ASource2: l10n-configure.sh
16880N/A%endif
17733N/A# date:2006-11-16 owner:rickju type:branding bugster:6439103
17797N/APatch1: pidgin-01-gnome-keyring.diff
17753N/A# date:2006-12-20 owner:rickju type:feature bugid:1643233
16880N/APatch2: pidgin-02-uninstalled-pc.diff
17089N/A# date:2008-06-02 owner:rickju type:branding
17797N/APatch3: pidgin-03-runpath.diff
16880N/A# date:2007-03-07 owner:rickju type:bug bugster:6524856 state:upstream
16880N/APatch4: pidgin-04-jabber-msg.diff
16880N/A# date:2007-04-03 owner:rickju type:bug bugster:6524819 state:upstream
17797N/APatch5: pidgin-05-option-menu.diff
16880N/A# date:2007-08-27 owner:rickju type:bug bugster:6595691 state:upstream
16880N/APatch6: pidgin-06-parse-account.diff
16880N/A# date:2008-08-21 owner:jedy type:branding
17733N/APatch7: pidgin-07-menu-entry.diff
16880N/AURL: http://www.pidgin.im
17089N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
17073N/ADocdir: %{_defaultdocdir}/pidgin
17089N/AAutoreqprov: on
17733N/APrereq: sed
17074N/A
17089N/ABuildRequires: gtk2-devel
17733N/ABuildRequires: glib2-devel
17733N/A
17222N/A%description
17725N/AGaim allows you to chat over the Internet using a variety of
17247N/Amessaging protocols, including AIM, ICQ, IRC, Yahoo!,
17725N/AMSN Messenger and Jabber.
17753N/AThese protocols are implemented using a modular, easy to use
17753N/Adesign.
17753N/A
17753N/A%package devel
17753N/ASummary: Multiprotocol Instant Messaging Client
17753N/AGroup: System/GUI/GNOME
17753N/AAutoreqprov: on
17753N/ARequires: %name = %version
17753N/A
17402N/A%description devel
17753N/AGaim allows you to chat over the Internet using a variety of
17806N/Amessaging protocols, including AIM, ICQ, IRC, Yahoo!,
17535N/AMSN Messenger and Jabber.
17806N/AThese protocols are implemented using a modular, easy to use
17546N/Adesign.
17806N/A
17733N/A%prep
17733N/A%setup -q
17629N/A%if %build_l10n
17806N/Abzcat %SOURCE1 | tar xf -
17733N/Acd po-sun; make; cd ..
17672N/A%endif
17806N/Afor po in po/*.po; do
17858N/A dos2unix -ascii $po $po
17858N/Adone
17884N/A
17884N/A%patch1 -p1
17970N/A%patch2 -p1
17957N/A%patch3 -p1
17970N/A%patch4 -p1
18001N/A%patch5 -p1
17998N/A%patch6 -p1
18049N/A%patch7 -p1
18084N/A
18066N/A%build
18084N/A%{!?perl_vendorarch: %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)}
18084N/A
18084N/A%ifos linux
16880N/Aif [ -x /usr/bin/getconf ]; then
10139N/A CPUS=`getconf _NPROCESSORS_ONLN`
10139N/Afi
10139N/A%else
10139N/A CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
12274N/A%endif
12274N/Aif test "x$CPUS" = "x" -o $CPUS = 0; then
12274N/A CPUS=1
12274N/Afi
10139N/A
10139N/Aglib-gettextize -f
10139N/Alibtoolize --force
10139N/Aintltoolize --force --copy --automake
11002N/A
13025N/A%if %build_l10n
17693N/Abash -x %SOURCE2 --enable-copyright
17693N/A%endif
17693N/A
17693N/Aaclocal $ACLOCAL_FLAGS -I .
17693N/Aautoheader
17725N/Aautomake -a -c -f
17693N/Aautoconf
17693N/A
17725N/ACFLAGS="$RPM_OPT_FLAGS -DG_IMPLEMENT_INLINES -DG_HAVE_ISO_VARARGS" \
17693N/ALD_LIBRARY_PATH="%{_libdir}:$LD_LIBRARY_PATH"
17693N/A./configure \
17693N/A --prefix=%{_prefix} \
17858N/A --mandir=%{_mandir} \
17858N/A --sysconfdir=%{_sysconfdir} \
17873N/A --disable-binreloc \
17884N/A --enable-gnutls=no \
18044N/A --with-nss-includes=/usr/include/mps \
18044N/A --with-nss-libs=/usr/lib/mps \
18044N/A --with-nspr-includes=/usr/include/mps \
10139N/A --with-nspr-libs=/usr/lib/mps \
10139N/A --enable-gnome-keyring \
10139N/A --enable-gevolution \
10139N/A --enable-cap \
10139N/A --disable-meanwhile \
10139N/A --disable-nm \
10139N/A --disable-consoleui \
10139N/A --with-perl-lib=vendor
10139N/A
10139N/Amake -j $CPUS
10139N/A
10139N/A%install
10139N/Amake DESTDIR=$RPM_BUILD_ROOT install \
16880N/A SITEPREFIX=/dummy VENDORPREFIX=/dummy PERLPREFIX=/dummy
16880N/Arm -Rf $RPM_BUILD_ROOT/dummy
16880N/Arm -rf $RPM_BUILD_ROOT%{_bindir}/purple-client-example
16880N/Arm $RPM_BUILD_ROOT%{_libdir}/pidgin/*.la
18084N/Arm $RPM_BUILD_ROOT%{_libdir}/purple-2/*.la
16880N/Arm $RPM_BUILD_ROOT%{_libdir}/*.la
10139N/Arm -rf $RPM_BUILD_ROOT%{_datadir}/pixmaps/purple/buddy_icons/qq
16880N/Arm -rf $RPM_BUILD_ROOT%{_datadir}/purple/ca-certs
16880N/Arm -rf $RPM_BUILD_ROOT%{_datadir}/purple
10139N/Arm -rf $RPM_BUILD_ROOT%{_libdir}/purple-2/libqq.so
10139N/Arm -rf $RPM_BUILD_ROOT%{_libdir}/purple-2/libsimple.so
10139N/Arm -rf $RPM_BUILD_ROOT%{_libdir}/purple-2/libzephyr.so
16880N/Arm -rf $RPM_BUILD_ROOT%{_libdir}/purple-2/libmyspace.so
16880N/Arm -rf $RPM_BUILD_ROOT%{_libdir}/purple-2/dbus-example.so
10139N/A
10139N/A
16880N/A%files
11155N/A%defattr(-, root, root)
16880N/A%doc doc/the_penguin.txt doc/CREDITS NEWS COPYING AUTHORS
16880N/A%doc doc/FAQ README ChangeLog HACKING
17249N/A%attr(755, root, root) %{_libdir}/pidgin/*.so
17249N/A%{_bindir}/*
10139N/A%{_libdir}/lib*.so.*
10139N/A%{_datadir}/locale/*/*/*
10139N/A%{_datadir}/pixmaps/*
10139N/A%{_datadir}/sounds/pidgin/*
16880N/A%{_datadir}/icons/*
16880N/A%{_datadir}/applications/*
16880N/A%{_datadir}/dbus-1
16880N/A%attr(755, root, root) %{perl_vendorarch}/Pidgin.pm
10139N/A%attr(755, root, root) %{perl_vendorarch}/Purple.pm
17059N/A%attr(755, root, root) %{perl_vendorarch}/auto/Pidgin
17059N/A%attr(755, root, root) %{perl_vendorarch}/auto/Purple
17059N/A
16880N/A%files devel
16880N/A%defattr(-, root, root)
16880N/A%{_libdir}/pkgconfig/*
17059N/A%{_includedir}/pidgin/*
17059N/A%{_datadir}/aclocal
17611N/A
11358N/A%clean
17884N/Arm -r $RPM_BUILD_ROOT
17884N/A
17884N/A%changelog
16880N/A* Tue Oct 27 2008 - rick.ju@sun.com
16880N/A- bump to 2.5.2
10248N/A
17669N/A* Tue Oct 20 2008 - rick.ju@sun.com
16880N/A- Add gtk-spell check
16880N/A
10139N/A* Tue Sep 02 2008 - rick.ju@sun.com
10139N/A- Bump to 2.5.1
10139N/A
10139N/A* Thu Aug 21 2008 - jedy.wang@sun.com
10139N/A- Add 07-menu-entry.diff.
16880N/A
16880N/A* Thu Aug 21 2008 - rick.ju@sun.com
16880N/A- Bump to 2.5.0.
16880N/A
16880N/A* Mon Jul 07 2008 - damien.carbery@sun.com
16880N/A- Bump to 2.4.3.
16880N/A
16880N/A* Mon Jun 23 2008 - damien.carbery@sun.com
16880N/A- Disable consoleui support - we don't have ncurses on the build machines. If a
16880N/A system does have ncurses then additional files will be delivered and appear
16880N/A to break the build. Adding --disable-consoleui to configure prevents this.
16880N/A
16880N/A* Thu Jun 02 2008 - rick.ju@sun.com
16880N/A- Add a runpath fix for nss library
16880N/A
16880N/A* Thu May 29 2008 - rick.ju@sun.com
16880N/A- fix the cap.so and gevolution.so missing issue
16880N/A
16880N/A* Thu May 22 2008 - rick.ju@sun.com
16880N/A bump to 2.4.2
16880N/A
16880N/A* Fri Mar 07 2008 - rick.ju@sun.com
16880N/A Enable dbus, Avahi and Gadu-gadu.
16880N/A
16880N/A* Thu Mar 06 2008 - rick.ju@sun.com
16880N/A bump to pidgin 2.4.0
16880N/A
16880N/A* Fri Jan 04 2008 - rick.ju@sun.com
16880N/A bump to pidgin 2.3.1
16880N/A
16880N/A* Tue Dec 06 2007 - rick.ju@sun.com
10139N/A bump to pidgin 2.3.0
16880N/A
16880N/A* Tue Nov 06 2007 - rick.ju@sun.com
16880N/A bump to pidgin 2.2.2
16880N/A
10139N/A* Fri Nov 02 2007 - rick.ju@sun.com
10139N/A remove libbonjour.so
18084N/A
18084N/A* Thu Aug 30 2007 - damien.carbery@sun.com
18084N/A- Add intltoolize call to update intltool scripts.
18084N/A
18084N/A* Mon Aug 27 2007 - rick.ju@sun.com
18066N/A- Add pidgin-06-parse-account.diff to fix bug bugster:6595691
18049N/A gaim crash on startup when parsing the account.
18049N/A
18046N/A* Wed Aug 22 2007 - damien.carbery@sun.com
18044N/A- Bump to 2.1.1.
18044N/A
18044N/A* Thu Aug 02 2007 - rick.ju@sun.com
18044N/A- bump to 2.1.0
18044N/A
17983N/A* Tue Jul 10 2007 - rick.ju@sun.com
18001N/A- remove the line removing libxmpp.so
17983N/A
17970N/A* Thu Jun 07 2007 - damien.carbery@sun.com
17970N/A- Add patch, 10-remove-evo-header, to remove reference to obsolete evolution
17957N/A header file.
17968N/A
17968N/A* Tue May 30 2007 - rick.ju@sun.com
17957N/A- bump to pidgin 2.0.1
17957N/A
17884N/A* Tue May 03 2007 - rick.ju@sun.com
17884N/A- Reopen configure arguments for nss/nspr include/lib
17884N/A- Added patch 14-enable-nss.diff
17873N/A
17873N/A* Tue Apr 28 2007 - rick.ju@sun.com
17858N/A- Added configure arguments for nss/nspr include/lib
17858N/A
17858N/A* Tue Apr 03 2007 - rick.ju@sun.com
17858N/A- Added 13-option-menu.diff for bug#6524819
17806N/A
17803N/A* Wed Feb 21 2007 - takao.fujiwara@sun.com
17803N/A- Added l10n tarball. Fixes CR 6463000.
17797N/A
17797N/A* Thu Feb 8 2007 - damien.carbery@sun.com
17784N/A- Renumber 'Patch??:' lines to be sequential after Patch3 removal.
17784N/A
17753N/A* Thu Jan 25 2007 - alvaro.lopez@sun.com
17753N/A- gaim-03-long-preferences.diff removed. It's no longer needed.
17724N/A
17724N/A* Thu Jan 25 2007 - rick.ju@sun.com
17665N/A- Bump to beta6. Add patches 11-return-void and 12-static-prpls. Rename patch
17669N/A 11-dbus-abort to 10-dbus-abort.
17669N/A
17669N/A* Sun Jan 21 2007 - rick.ju@sun.com
17668N/A- Add patch 11-dbus-abort to fix #6508240.
17668N/A
17668N/A* Thu Jan 18 2007 - damien.carbery@sun.com
17665N/A- Remove the code from %install that deletes $RPM_BUILD_ROOT as it trashes the
17621N/A 'make install' of gaim-otr when part of SUNWgnome-im-client build.
17621N/A
17610N/A* Wed Jan 17 2007 - damien.carbery@sun.com
17610N/A- Remove unneded patch, 02-perl-common-argc, renumber remainder.
17610N/A
17610N/A* Thu Nov 30 2006 - damien.carbery@sun.com
17562N/A- Bump to 2.0.0beta5.
17562N/A
17546N/A* Thu Nov 30 2006 - rick.ju@sun.com
17546N/A- Add configure argument enable-gnome-keying to fix #6439103.
17535N/A
17546N/A* Thu Nov 13 2006 - rick.ju@sun.com
17546N/A- Add patches 08-gnome-keyring and 09-gtk-file-chooser; add
17485N/A --enable-gnome-keyring to configure and
17485N/A
17437N/A* Mon Nov 13 2006 - patrick.wade@sun.com
17437N/A- Add patch, 07-protocol-mnemonics, to add protocol mnemonics, CR#6477194
17437N/A
17402N/A* Mon Nov 06 2006 - rick.ju@sun.com
17402N/A- Remove upstream patch 05-msn-crash. Rename rest.
17346N/A
17346N/A* Fri Nov 03 2006 - damien.carbery@sun.com
17285N/A- Specify sysconfdir in configure call as gaim.schemas is installed there.
17285N/A
17277N/A* Thu Nov 02 2006 - damien.carbery@sun.com
17277N/A- Add patch, 07-gtk-func-def, to fix inconsistency between a function
17277N/A declaration and definition. Submitted upstream via sourceforge.net bug db.
17247N/A
17277N/A* Thu Nov 02 2006 - damien.carbery@sun.com
17246N/A- Bump to 2.0.0beta4. Remove upstream patch, 05-nopyextension, and obsolete
17246N/A patch, 06-psychic, (referenced code no longer in module). Rename remainder.
17277N/A
17245N/A* Mon Oct 16 2006 - damien.carbery@sun.com
17245N/A- Remove the '-f' from the 'rm *.la *.a' lines so that any changes to the
17245N/A module source will be seen as a build error and action can be taken.
17222N/A
17222N/A* Mon Aug 28 2005 - rick.ju@sun.com
17222N/A- Bump to 2.0.0beta3.1
17209N/A
17245N/A* Mon Aug 28 2006 - patrick.wade@sun.com
17200N/A- Add patch gaim-12-proxy_mnemonics.diff to add new mnemonics, CR#6442067
17245N/A
17186N/A* Wed May 10 2006 - brian.cameron@sun.com
17245N/A- Add patch gaim-11-nopyextensions.diff to remove .py extensions from
17089N/A executables and move gaim-notifications-example to
17089N/A /usr/share/doc/gaim/examples since it is a system-independant demo
17552N/A program.
17073N/A
17059N/A* Wed Feb 15 2006 - damien.carbery@sun.com
17059N/A- Bump to 2.0.0beta2. Remove obsolete patch, 11-forte.
17059N/A
16880N/A* Wed Jan 18 2006 - damien.carbery@sun.com
16880N/A- Bump to 2.0.0beta1, remove obsolete patches (08-sound_errors and
16880N/A 11-g11n-enable-im). Add patches 08-libgaimperl and 11-forte.
16623N/A
16623N/A* Tue Nov 29 2005 - laca.com
16511N/A- remove javahelp stuff
16511N/A
16395N/A* Mon Aug 15 2005 - damien.carbery@sun.com
16395N/A- Bump to 1.5.0.
16193N/A
16193N/A* Thu Jun 10 2005 - glynn.foster@sun.com
16190N/A- Bump to 1.3.0
16190N/A
16054N/A* Thu Mar 24 2005 - alvaro.lopez@sun.com
16054N/A- Rev to 1.3.0. Patches #9, 12, 17, 18 and 19 removed.
16013N/A
16013N/A* Thu Mar 24 2005 - vijaykumar.patwari@wipro.com
16013N/A- Added gaim-19-yahoo-privacy-fix.diff patch, fixes yahoo
16038N/A privacy issue.
15968N/A
15968N/A* Tue Jan 25 2005 - damien.carbery@sun.com
15968N/A- Update docs with Linux specific tarball from maeve.anslow@sun.com.
15792N/A
15792N/A* Tue Jan 18 2005 - glynn.foster@sun.com
15591N/A- New backported patch to fix msn messenger. Fixes #6217610.
15591N/A
15591N/A* Wed Jan 12 2005 - takao.fujiwara@sun.com
15543N/A- Added gaim-15-g11n-enable-im.diff to enable Ja input method. Fix 4990149.
15543N/A- Added gaim-16-g11n-filename.diff to get/put localized filenames. Fixes 6216501
15543N/A
15543N/A* Tue Jan 11 2005 - alvaro.lopez@sun.com
15503N/A- Added patch #15. Fixes #6204972
15503N/A
15460N/A* Thu Dec 16 2004 - kazuhiko.maekawa@sun.com
15460N/A- Update l10n help tarball to use linux version
15389N/A
15389N/A* Wed Dec 8 2004 - damien.carbery@sun.com
15389N/A- Update docs tarball from maeve.anslow@sun.com.
15347N/A
15347N/A* Fri Nov 12 2004 - kazuhiko.maekawa@sun.com
15347N/A- Added workaround fix for 6193354
15347N/A
15247N/A* Fri Oct 29 2004 - vijaykumar.patwari@wipro.com
15247N/A- Fixes msn security issues.
15230N/A
15230N/A* Thu Oct 21 2004 - alvaro.lopez@sun.com
14468N/A- Added patch #11. Fixes #5101982
14468N/A
14362N/A* Mon Sep 06 2004 - matt.keenan@sun.com
14362N/A- Add javahelp-convert for new docs
14133N/A
14133N/A* Fri Sep 03 2004 - damien.carbery@sun.com
14126N/A- Add docs tarball from patrick.costello@sun.com.
14126N/A- Add patch to incorporate docs tarball.
14014N/A
14014N/A* Mon Aug 30 2004 - glynn.foster@sun.com
14014N/A- Bump to 0.82.1
14014N/A
14014N/A* Tue Aug 24 2004 - laszlo.kovacs@sun.com
14014N/A- mandir/man3 added to base package
14014N/A
14014N/A* Tue Aug 24 2004 - glynn.foster@sun.com
13907N/A- Bump to 0.81 and create a devel package.
13907N/A
13819N/A* Fri Aug 20 2004 - damien.carbery@sun.com
13819N/A- Comment out removal of man3 files - these don't exist on Solaris.
13786N/A
13786N/A* Thu Jul 08 2004 - damien.donlon@sun.com
13786N/A- Updated l10n content to gaim-l10n-po-1.2.tar.bz2
13786N/A
13786N/A* Wed Jul 07 2004 - niall.power@sun.com
13491N/A- ported to rpm4
13453N/A
13453N/A* Wed Jul 07 2004 - dermot.mccluskey@sun.com
13453N/A- added "-j $CPUS" to make to speed up builds
13317N/A
13318N/A* Wed Jun 09 2004 - kaushal.kumar@wipro.com
13083N/A- Modified patch gaim-02-remove-unwanted-protocols.diff to remove the
13083N/A unnecessary protocols from the build.
13083N/A
13024N/A* Fri Jun 04 2004 - arvind.samptur@wipro.com
13024N/A- Add patch gaim-10-iconv-open.diff. Fixes the irc protocol on
12985N/A Solaris
12985N/A
12985N/A* Wed May 12 2004 - damien.donlon@sun.com
12985N/A- Updated l10n content to gaim-l10n-po-1.1.tar.bz2
12985N/A
12985N/A* Sun May 02 2004 - laca@sun.com
12973N/A- add patch #9 (void-return) for a void function returning a value
12973N/A
12872N/A* Tue Apr 27 2004 - vijaykumar.patwari@wipro.com
12872N/A- Bumped new tarball 0.76 version and updated spec file
12893N/A accordingly.
12830N/A
12830N/A* Mon Apr 05 2004 - niall.power@sun.com
12797N/A- ifos'ify glib-gettexttize, to stop nameless .mo files being
12797N/A generated on cinnabar/linux.
12578N/A
12797N/A* Sun Apr 04 2004 - laca@sun.com
12508N/A- add glib-gettextize to make the build work with Solaris msgfmt
12508N/A
12151N/A* Wed Mar 31 2004 - brian.cameron@sun.com
12151N/A- replace tar jxf with the more solaris friendly
11991N/A bzcat piped through tar
11991N/A
11991N/A* Mon Mar 29 2004 - damien.donlon@sun.com
11989N/A- Adding gaim-l10n-po-1.0.tar.bz2 l10n content
11989N/A
11898N/A* Mon Mar 08 2004 - Vijaykumar.patwari@wipro.com
11898N/A- Fixes all vulnerabilities reproted in the bug report.
11416N/A
11416N/A* Thu Mar 04 2004 - takao.fujiwara@sun.com
11358N/A- Removed gaim-01-menu-entry.diff
11358N/A- Added gaim-01-g11n-menu-entry.diff to fix 4957377
11358N/A- Added gaim-08-g11n-potfiles.diff
11256N/A
11256N/A* Wed Mar 03 2004 - <laca@sun.com>
11205N/A- fix Solaris build by forcing the use of the glib gettext test macro
11205N/A
11123N/A* Fri Feb 20 2004 - <matt.keenan@sun.com>
11123N/A- Distro to Cinnabar, fixed patch gaim-06-po-mkinstalldirs.diff
11072N/A
11072N/A* Thu Feb 19 2004 - <damien.carbery@sun.com>
11002N/A- Update to 0.75.
11002N/A
10979N/A* Fri Oct 31 2003 - <glynn.foster@sun.com>
10979N/A- Remove the Sun Supported keyword from the menu
10934N/A patch.
10934N/A
10917N/A* Mon Oct 20 2003 - <stephen.browne@sun.com>
10917N/A- update to 0.70 and removed potfiles patch
10840N/A
10840N/A* Thu Aug 14 2003 - <laca@sun.com>
10840N/A- remove *.a, *.la
10810N/A
10810N/A* Tue Aug 05 2003 michael.twomey@sun.com
10776N/A- Added POTFILES.in patch again (updated)
10776N/A
10776N/A* Fri Aug 01 2003 Stephen.Browne@sun.com
10776N/A- removed unwanted protocols
10723N/A
10776N/A* Fri Aug 01 2003 Stephen.Browne@sun.com
10709N/A- why was there no changelog for this before? well
10624N/A new tarball, bumped release, reset release, added lbgaim-remote.so.*
10625N/A