comparison gaim.spec.in @ 15538:7ae72b7c02b1

sf patch #1640011, from Celso Pinto Patch for gaim.spec that fixes dependencies on SUSE Add line breaks to Evan's NEWS entry sf patch #1639901, from Saleem Abdulrasool Fix the build failure of the Mono example dlls due to the Mono API change Show "(experimental)" next to the enable-mono option when calling "./configure --help" sf patch #1644019, from good ol' Ka-Hing Cheung "fix compiling on gtk 2.4. xmppconsole.c is the culprit. gtk_combo_box_get_active_text is defined in gtk 2.6 but not 2.4." Sun apparently doesn't like when void functions return the return value from another void function. For example: void func1(void) { printf("hi"); } void func2(void) { return func1(); /* this line causes a warning */ }
author Mark Doliner <mark@kingant.net>
date Sun, 04 Feb 2007 08:46:24 +0000
parents d41c1006e670
children
comparison
equal deleted inserted replaced
15537:3138d800cb42 15538:7ae72b7c02b1
27 BuildRoot: %{_tmppath}/%{name}-%{version}-root 27 BuildRoot: %{_tmppath}/%{name}-%{version}-root
28 28
29 # Generic build requirements 29 # Generic build requirements
30 BuildRequires: libtool, pkgconfig, intltool, gettext, libxml2-devel 30 BuildRequires: libtool, pkgconfig, intltool, gettext, libxml2-devel
31 %{?_with_avahi:BuildRequires: avahi-compat-howl-devel} 31 %{?_with_avahi:BuildRequires: avahi-compat-howl-devel}
32 %{?_with_dbus:BuildRequires: dbus-devel >= 0.35}
33 %{!?_without_gstreamer:BuildRequires: gstreamer-devel >= 0.10}
34 %{!?_without_gtkspell:BuildRequires: gtkspell-devel} 32 %{!?_without_gtkspell:BuildRequires: gtkspell-devel}
35 %{?_with_howl:BuildRequires: howl-devel} 33 %{?_with_howl:BuildRequires: howl-devel}
36 %{?_with_meanwhile:BuildRequires: meanwhile-devel} 34 %{?_with_meanwhile:BuildRequires: meanwhile-devel}
37 %{?_with_mono:BuildRequires: mono-devel} 35 %{?_with_mono:BuildRequires: mono-devel}
38 %{?_with_sasl:BuildRequires: cyrus-sasl-devel >= 2} 36 %{?_with_sasl:BuildRequires: cyrus-sasl-devel >= 2}
39 %{?_with_silc:BuildRequires: /usr/include/silc/silcclient.h} 37 %{?_with_silc:BuildRequires: /usr/include/silc/silcclient.h}
40 %{?_with_tcl:BuildRequires: tcl, tk, /usr/include/tcl.h} 38 %{?_with_tcl:BuildRequires: tcl, tk, /usr/include/tcl.h}
41 %{!?_without_text:BuildRequires: ncurses-devel} 39 %{!?_without_text:BuildRequires: ncurses-devel}
42 40
41 %if "%{_vendor}" == "suse"
42 # For SuSE:
43 BuildRequires: gnutls-devel
44 %{?_with_dbus:BuildRequires: dbus-1-devel >= 0.35}
45 %{!?_without_gstreamer:BuildRequires: gstreamer010-devel >= 0.10}
46 %else
47 %{?_with_dbus:BuildRequires: dbus-devel >= 0.35}
48 %{!?_without_gstreamer:BuildRequires: gstreamer-devel >= 0.10}
49 %endif
50
43 # Mandrake 10.1 and lower || Mandrake 10.2 (and higher?) 51 # Mandrake 10.1 and lower || Mandrake 10.2 (and higher?)
44 %if "%{_vendor}" == "MandrakeSoft" || "%{_vendor}" == "Mandrakesoft" || "%{_vendor}" == "Mandriva" 52 %if "%{_vendor}" == "MandrakeSoft" || "%{_vendor}" == "Mandrakesoft" || "%{_vendor}" == "Mandriva"
45 # For Mandrake/Mandriva: 53 # For Mandrake/Mandriva:
46 BuildRequires: libgtk+2.0_0-devel, libnss3-devel, perl-devel 54 BuildRequires: libgtk+2.0_0-devel, libnss3-devel, perl-devel
47 Obsoletes: libgaim-remote0 55 Obsoletes: libgaim-remote0
48 %else 56 %else
49 # For SuSE, Red Hat, Fedora and others: 57 # For SuSE, Red Hat, Fedora and others:
50 BuildRequires: gtk2-devel 58 BuildRequires: gtk2-devel
51 %if "%{_vendor}" == "suse" 59 %if "%{_vendor}" != "suse"
52 # For SuSE:
53 BuildRequires: gnutls-devel
54 %else
55 # For Red Hat, Fedora and others: 60 # For Red Hat, Fedora and others:
56 # let's assume RH & FC1 are the only brain-dead distros missing the 61 # let's assume RH & FC1 are the only brain-dead distros missing the
57 # perl-XML-Parser dependency on intltool and that other RH/FC releases 62 # perl-XML-Parser dependency on intltool and that other RH/FC releases
58 # don't care if we specify it here 63 # don't care if we specify it here
59 BuildRequires: perl-XML-Parser 64 BuildRequires: perl-XML-Parser