~micahg/ubuntu/natty/pidgin/2.7.9-2

« back to all changes in this revision

Viewing changes to pidgin.spec

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-08-11 14:16:15 UTC
  • mfrom: (1.3.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20100811141615-lsqya0vlqrnu14lo
Tags: 1:2.7.3-1ubuntu1
* Resync on Debian, workaround build issue (lp:#600952) 
* debian/control:
  - Build-Depends on liblaunchpad-integration-dev
  - Drop libpurple0 dependency from libpurple-bin
  - Drop pidgin-data dependency from libpurple0
  - Recommends pidgin-libnotify
* debian/libpurple0.symbols: 
  - add epochs
* debian/patches/02_lpi.patch:
  - launchpad integration
* debian/patches/04_let_crasher_for_apport.patch:
  - stop catching the SIGSEGV signal and let apport handle it
* debian/patches/05_default_to_irc_ubuntu_com.patch:
  - set the default IRC server to irc.ubuntu.com
* debian/patches/10_docklet_default_off.patch:
  - default behavior to have no notification area icon.
* debian/patches/11_buddy_list_really_show.patch:
  - the buddy list tries harder to appear.  This fixes some issues with it
    not appearing.
* debian/patches/ 13_sounds_and_timers.patch:
  - adjusts the time out for sounds to be 15 seconds, 
    which helps get fewer spurious login notifications on slow connections.
* debian/patches/60_1024x600_gtk*.c.patch: 
  - add scrollbars into preferences and pounce dialogs
* debian/prefs.xml: 
  - Update to set the notify plugin prefs /plugins/gtk/X11/notify/*, 
    set /pidgin/plugins/loaded to load the notify plugin and enable 
    the standard logging options by default
* debian/rules:
  - install a launcher in the message indicator
  - set translation domain and update template
  - use simple-patchsys rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
#define beta 7
10
10
 
11
11
%if 0%{?beta}
12
 
%define pidginver %(echo "2.7.2"|sed -e 's/dev.*//; s/beta.*//')
 
12
%define pidginver %(echo "2.7.3"|sed -e 's/dev.*//; s/beta.*//')
13
13
%else
14
 
%define pidginver 2.7.2
 
14
%define pidginver 2.7.3
15
15
%endif
16
16
 
17
17
# define the minimum API version required, so we can use it for plugin deps
18
 
%define apiver %(echo "2.7.2"|awk -F. '{print $1"."$2}')
 
18
%define apiver %(echo "2.7.3"|awk -F. '{print $1"."$2}')
19
19
 
20
20
Summary:    A GTK+ based multiprotocol instant messaging client
21
21
Name:       pidgin
24
24
License:    GPL
25
25
Group:      Applications/Internet
26
26
URL:        http://pidgin.im/
27
 
Source:     %{name}-2.7.2.tar.bz2
 
27
Source:     %{name}-2.7.3.tar.bz2
28
28
BuildRoot:  %{_tmppath}/%{name}-%{version}-root
29
29
 
30
30
# Generic build requirements
219
219
%endif
220
220
 
221
221
%prep
222
 
%setup -q -n %{name}-2.7.2
 
222
%setup -q -n %{name}-2.7.3
223
223
 
224
224
%build
225
225
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} \