im.pidgin.pidgin: fa9559046a4c8e38a7211c58c4b0269f3f45334e

nosnilmot at pidgin.im nosnilmot at pidgin.im
Thu Feb 28 16:56:18 EST 2008


-----------------------------------------------------------------
Revision: fa9559046a4c8e38a7211c58c4b0269f3f45334e
Ancestor: 21950520b10c3609ad5d4b6448deb5c16848f962
Author: nosnilmot at pidgin.im
Date: 2008-02-28T21:49:37
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/fa9559046a4c8e38a7211c58c4b0269f3f45334e

Modified files:
        pidgin.spec.in

ChangeLog: 

- Remove --with-howl options as we no longer support using howl for bonjour

-------------- next part --------------
============================================================
--- pidgin.spec.in	d868575c2883242605bcdccf17d6c71a75ab453c
+++ pidgin.spec.in	9ef0941e940182bc4c194ffec877d62cf3253457
@@ -34,7 +34,6 @@ BuildRequires: gtk2-devel
 %{!?_without_startupnotification:BuildRequires: startup-notification-devel}
 %{?_with_avahi:BuildRequires: avahi-glib-devel}
 %{!?_without_gtkspell:BuildRequires: gtkspell-devel}
-%{?_with_howl:BuildRequires: howl-devel}
 %{?_with_meanwhile:BuildRequires: meanwhile-devel}
 %{?_with_mono:BuildRequires: mono-devel}
 %{?_with_sasl:BuildRequires: cyrus-sasl-devel >= 2}
@@ -117,7 +116,7 @@ Requires:   pkgconfig
 %{?_with_dbus:Requires: dbus-devel >= 0.35}
 %endif
 
-%if 0%{?_with_howl:1} || 0%{?_with_avahi:1}
+%if 0%{?_with_avahi:1}
 %package -n libpurple-bonjour
 Summary:    Bonjour plugin for Pidgin
 Group:      Applications/Internet
@@ -184,7 +183,7 @@ instant messaging clients or plugins for
 documentation, and libraries required for development of libpurple based
 instant messaging clients or plugins for any libpurple based client.
 
-%if 0%{?_with_howl:1} || 0%{?_with_avahi:1}
+%if 0%{?_with_avahi:1}
 %description -n libpurple-bonjour
 Bonjour plugin for Pidgin.
 %endif
@@ -261,7 +260,7 @@ find $RPM_BUILD_ROOT -type f -name '*.bs
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';'
 
-%if 0%{!?_with_howl:1} && 0%{!?_with_avahi:1}
+%if 0%{!?_with_avahi:1}
 rm -f $RPM_BUILD_ROOT%{_libdir}/purple-2/libbonjour.so
 %endif
 
@@ -423,7 +422,7 @@ fi
 %endif
 
 
-%if 0%{?_with_howl:1} || 0%{?_with_avahi:1}
+%if 0%{?_with_avahi:1}
 %files -n libpurple-bonjour
 %defattr(-, root, root)
 
@@ -469,6 +468,9 @@ fi
 %endif
 
 %changelog
+* Thu Feb 28 2008 Stu Tomlinson <stu at nosnilmot.com>
+- Remove --with-howl options as we no longer support using howl for bonjour
+
 * Wed Dec  5 2007 Stu Tomlinson <stu at nosnilmot.com>
 - When building with avahi, use native avahi instead of howl compatability
   headers


More information about the Commits mailing list