comparison pidgin.spec.in @ 23008:d3aace801919

merge of '7fd8869cd12ef6b1c4626baf0eb69f81b9564cea' and 'ccdabeaac8ea742c2a9f7d57d2d3b867ce37cb90'
author Ethan Blanton <elb@pidgin.im>
date Mon, 19 May 2008 22:11:41 +0000
parents 19383e0bd143
children b025d3c9ceae
comparison
equal deleted inserted replaced
22940:9809516e0032 23008:d3aace801919
38 %{?_with_mono:BuildRequires: mono-devel} 38 %{?_with_mono:BuildRequires: mono-devel}
39 %{?_with_sasl:BuildRequires: cyrus-sasl-devel >= 2} 39 %{?_with_sasl:BuildRequires: cyrus-sasl-devel >= 2}
40 %{!?_without_silc:BuildRequires: /usr/include/silc/silcclient.h} 40 %{!?_without_silc:BuildRequires: /usr/include/silc/silcclient.h}
41 %{!?_without_tcl:BuildRequires: tcl, tk, /usr/include/tcl.h} 41 %{!?_without_tcl:BuildRequires: tcl, tk, /usr/include/tcl.h}
42 %{!?_without_text:BuildRequires: ncurses-devel} 42 %{!?_without_text:BuildRequires: ncurses-devel}
43 %{!?_without_nm:BuildRequires: NetworkManager-devel}
44 %{!?_without_gevolution:BuildRequires: evolution-data-server-devel}
43 45
44 %if "%{_vendor}" == "suse" 46 %if "%{_vendor}" == "suse"
45 # For SuSE: 47 # For SuSE:
46 BuildRequires: gnutls-devel 48 BuildRequires: gnutls-devel
47 %{?_with_dbus:BuildRequires: dbus-1-devel >= 0.35} 49 %{?_with_dbus:BuildRequires: dbus-1-devel >= 0.35}
223 --libdir=%{_libdir} \ 225 --libdir=%{_libdir} \
224 --mandir=%{_mandir} \ 226 --mandir=%{_mandir} \
225 --sysconfdir=%{_sysconfdir} \ 227 --sysconfdir=%{_sysconfdir} \
226 --disable-schemas-install \ 228 --disable-schemas-install \
227 %{!?_with_dbus:--disable-dbus} \ 229 %{!?_with_dbus:--disable-dbus} \
230 %{!?_with_avahi:--disable-avahi} \
231 %{!?_with_meanwhile:--disable-meanwhile} \
228 %{?_without_gstreamer:--disable-gstreamer} \ 232 %{?_without_gstreamer:--disable-gstreamer} \
229 %{?_without_gtkspell:--disable-gtkspell} \ 233 %{?_without_gtkspell:--disable-gtkspell} \
234 %{?_without_nm:--disable-nm} \
235 %{!?_without_gevolution:--enable-gevolution} \
230 %{?_with_mono:--enable-mono} \ 236 %{?_with_mono:--enable-mono} \
231 %{?_with_perlmakehack:--with-perl-lib=%{buildroot}%{_prefix}} \ 237 %{?_with_perlmakehack:--with-perl-lib=%{buildroot}%{_prefix}} \
232 %{!?_with_perlmakehack:--with-perl-lib=%{_prefix}} \ 238 %{!?_with_perlmakehack:--with-perl-lib=%{_prefix}} \
233 %{?_with_sasl:--enable-cyrus-sasl} \ 239 %{?_with_sasl:--enable-cyrus-sasl} \
234 %{?_without_tcl:--disable-tcl} \ 240 %{?_without_tcl:--disable-tcl} \
466 %{_libdir}/libgnt.so 472 %{_libdir}/libgnt.so
467 473
468 %endif 474 %endif
469 475
470 %changelog 476 %changelog
477 * Mon May 19 2008 Stu Tomlinson <stu@nosnilmot.com>
478 - Fix building without meanwhile support
479
480 * Fri May 16 2008 Stu Tomlinson <stu@nosnilmot.com>
481 - Add "--without nm" support to build without NetworkManager
482
471 * Thu Feb 28 2008 Stu Tomlinson <stu@nosnilmot.com> 483 * Thu Feb 28 2008 Stu Tomlinson <stu@nosnilmot.com>
472 - Remove --with-howl options as we no longer support using howl for bonjour 484 - Remove --with-howl options as we no longer support using howl for bonjour
473 485
474 * Wed Dec 5 2007 Stu Tomlinson <stu@nosnilmot.com> 486 * Wed Dec 5 2007 Stu Tomlinson <stu@nosnilmot.com>
475 - When building with avahi, use native avahi instead of howl compatability 487 - When building with avahi, use native avahi instead of howl compatability