Accepting request 215031 from GNOME:Apps
- Obsolete pidgin-facebookchat: the package is no longer maintained and pidgin as built-in support for Facebook Chat. - Protect buildrequires for mono-devel with with_mono macro. OBS-URL: https://build.opensuse.org/request/show/215031 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pidgin?expand=0&rev=99
This commit is contained in:
parent
b6fc19e51a
commit
27b48d70ba
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 24 12:56:48 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Obsolete pidgin-facebookchat: the package is no longer maintained
|
||||
and pidgin as built-in support for Facebook Chat.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 9 11:52:43 CET 2014 - ro@suse.de
|
||||
|
||||
- Protect buildrequires for mono-devel with with_mono macro.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 24 17:07:27 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pidgin
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -105,7 +105,9 @@ BuildRequires: libxslt
|
||||
# Versions in older SUSE products are too old:
|
||||
BuildRequires: meanwhile-devel
|
||||
%endif
|
||||
%if %with_mono
|
||||
BuildRequires: mono-devel
|
||||
%endif
|
||||
BuildRequires: mozilla-nspr-devel
|
||||
BuildRequires: mozilla-nss-devel
|
||||
BuildRequires: ncurses-devel
|
||||
@ -178,6 +180,9 @@ Provides: gaim
|
||||
# If we can't build evolution, let's obsolete it for clean installations.
|
||||
Obsoletes: %{name}-evolution <= %{version}
|
||||
%endif
|
||||
# pidgin=-facebookchat 1.69 was released in 2010 and no longer works. And pidgin
|
||||
# brings facebook support on its own by now.
|
||||
Obsoletes: pidgin-facebookchat < 1.70
|
||||
%if %suse_version <= 1021
|
||||
%define _prefix /opt/gnome
|
||||
%define _libdir %{_prefix}/%{_lib}
|
||||
|
Loading…
Reference in New Issue
Block a user