~prateek.karandikar/ubuntu/precise/pidgin/add_quicklist

« back to all changes in this revision

Viewing changes to pidgin.spec

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-12-02 16:45:52 UTC
  • mfrom: (2.3.14 sid)
  • Revision ID: james.westby@ubuntu.com-20101202164552-z64wykojzacbb546
Tags: 1:2.7.7-1ubuntu1
New upstream version, drop msn workaround

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.5"|sed -e 's/dev.*//; s/beta.*//')
 
12
%define pidginver %(echo "2.7.7"|sed -e 's/dev.*//; s/beta.*//')
13
13
%else
14
 
%define pidginver 2.7.5
 
14
%define pidginver 2.7.7
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.5"|awk -F. '{print $1"."$2}')
 
18
%define apiver %(echo "2.7.7"|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.5.tar.bz2
 
27
Source:     %{name}-2.7.7.tar.bz2
28
28
BuildRoot:  %{_tmppath}/%{name}-%{version}-root
29
29
 
30
30
# Generic build requirements
46
46
%if "%{_vendor}" == "suse"
47
47
# For SuSE:
48
48
BuildRequires: gnutls-devel
49
 
%define sslopts "--enable-gnutls=yes --enable-nss=no"
 
49
%define sslopts --enable-gnutls=yes --enable-nss=no
50
50
%{?_with_dbus:BuildRequires: dbus-1-devel >= 0.35}
51
51
%{!?_without_gstreamer:BuildRequires: gstreamer010-devel >= 0.10}
52
52
Requires(pre): gconf2
53
53
Requires(post): gconf2
54
54
Requires(preun): gconf2
55
55
%else
56
 
%define sslopts "--enable-gnutls=no --enable-nss=yes"
 
56
%define sslopts --enable-gnutls=no --enable-nss=yes
57
57
%{?_with_dbus:BuildRequires: dbus-devel >= 0.35}
58
58
%{!?_without_gstreamer:BuildRequires: gstreamer-devel >= 0.10}
59
59
Requires(pre): GConf2
221
221
%endif
222
222
 
223
223
%prep
224
 
%setup -q -n %{name}-2.7.5
 
224
%setup -q -n %{name}-2.7.7
225
225
 
226
226
%build
227
227
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} \