SHA256
1
0
forked from pool/pidgin
OBS User unknown 2007-08-17 00:07:05 +00:00 committed by Git OBS Bridge
parent 4d8680effa
commit d489beb732
2 changed files with 16 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 17 02:06:21 CEST 2007 - ro@suse.de
- fix requires: require libpurple-lang instead of pidgin-lang
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 14 15:57:04 CEST 2007 - maw@suse.de Tue Aug 14 15:57:04 CEST 2007 - maw@suse.de

View File

@ -13,7 +13,7 @@
Name: pidgin Name: pidgin
Summary: GTK+-Based Multiprotocol Instant Messaging Client Summary: GTK+-Based Multiprotocol Instant Messaging Client
Version: 2.1.0 Version: 2.1.0
Release: 10 Release: 12
License: GPL v2 or later License: GPL v2 or later
Group: Productivity/Networking/Instant Messenger Group: Productivity/Networking/Instant Messenger
URL: http://www.pidgin.im/ URL: http://www.pidgin.im/
@ -53,7 +53,7 @@ BuildRequires: avahi-compat-howl-devel silc-toolkit-devel
%endif %endif
%if %suse_version > 1020 %if %suse_version > 1020
BuildRequires: fdupes BuildRequires: fdupes
Requires: %{name}-lang = %{version} Requires: libpurple-lang = %{version}
%endif %endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -63,11 +63,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Pidgin allows you to talk to anyone using a variety of messaging Pidgin allows you to talk to anyone using a variety of messaging
protocols including AIM, MSN, Yahoo!, Jabber, Bonjour, Gadu-Gadu, ICQ, protocols including AIM, MSN, Yahoo!, Jabber, Bonjour, Gadu-Gadu, ICQ,
IRC, Novell Groupwise, QQ, Lotus Sametime, SILC, Simple and Zephyr. IRC, Novell Groupwise, QQ, Lotus Sametime, SILC, Simple and Zephyr.
These protocols are implemented using a modular, easy to use design. These protocols are implemented using a modular, easy to use design. To
To use a protocol, just add an account using the account editor. use a protocol, just add an account using the account editor.
Pidgin supports many common features of other clients, as well as many Pidgin supports many common features of other clients, as well as many
unique features, such as perl scripting, TCL scripting and C plugins. unique features, such as Perl scripting, TCL scripting and C plugins.
Pidgin is not affiliated with or endorsed by America Online, Inc., Pidgin is not affiliated with or endorsed by America Online, Inc.,
Microsoft Corporation, Yahoo! Inc., or ICQ Inc. Microsoft Corporation, Yahoo! Inc., or ICQ Inc.
@ -154,6 +154,9 @@ Obsoletes: gaim-applet
Obsoletes: gaim-unstable Obsoletes: gaim-unstable
# Not really required, but standard Jabber accounts require it, if compiled with SASL support. # Not really required, but standard Jabber accounts require it, if compiled with SASL support.
Requires: cyrus-sasl-digestmd5 cyrus-sasl-plain Requires: cyrus-sasl-digestmd5 cyrus-sasl-plain
%if %suse_version > 1020
Requires: libpurple-lang = %{version}
%endif
%package -n libpurple-devel %package -n libpurple-devel
Summary: Development Headers, Documentation, and Libraries for libpurple Summary: Development Headers, Documentation, and Libraries for libpurple
Group: Productivity/Networking/Instant Messenger Group: Productivity/Networking/Instant Messenger
@ -966,6 +969,8 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/gaim-text %{_bindir}/gaim-text
%changelog %changelog
* Fri Aug 17 2007 - ro@suse.de
- fix requires: require libpurple-lang instead of pidgin-lang
* Tue Aug 14 2007 - maw@suse.de * Tue Aug 14 2007 - maw@suse.de
- Use %%lang_package -n libpurple instead. - Use %%lang_package -n libpurple instead.
* Sat Aug 11 2007 - coolo@suse.de * Sat Aug 11 2007 - coolo@suse.de