forked from pool/pidgin
This commit is contained in:
parent
4d8680effa
commit
d489beb732
@ -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
|
||||
|
||||
|
17
pidgin.spec
17
pidgin.spec
@ -13,7 +13,7 @@
|
||||
Name: pidgin
|
||||
Summary: GTK+-Based Multiprotocol Instant Messaging Client
|
||||
Version: 2.1.0
|
||||
Release: 10
|
||||
Release: 12
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Networking/Instant Messenger
|
||||
URL: http://www.pidgin.im/
|
||||
@ -53,7 +53,7 @@ BuildRequires: avahi-compat-howl-devel silc-toolkit-devel
|
||||
%endif
|
||||
%if %suse_version > 1020
|
||||
BuildRequires: fdupes
|
||||
Requires: %{name}-lang = %{version}
|
||||
Requires: libpurple-lang = %{version}
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -62,12 +62,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%description
|
||||
Pidgin allows you to talk to anyone using a variety of messaging
|
||||
protocols including AIM, MSN, Yahoo!, Jabber, Bonjour, Gadu-Gadu, ICQ,
|
||||
IRC, Novell Groupwise, QQ, Lotus Sametime, SILC, Simple and Zephyr.
|
||||
These protocols are implemented using a modular, easy to use design.
|
||||
To use a protocol, just add an account using the account editor.
|
||||
IRC, Novell Groupwise, QQ, Lotus Sametime, SILC, Simple and Zephyr.
|
||||
These protocols are implemented using a modular, easy to use design. To
|
||||
use a protocol, just add an account using the account editor.
|
||||
|
||||
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.,
|
||||
Microsoft Corporation, Yahoo! Inc., or ICQ Inc.
|
||||
@ -154,6 +154,9 @@ Obsoletes: gaim-applet
|
||||
Obsoletes: gaim-unstable
|
||||
# Not really required, but standard Jabber accounts require it, if compiled with SASL support.
|
||||
Requires: cyrus-sasl-digestmd5 cyrus-sasl-plain
|
||||
%if %suse_version > 1020
|
||||
Requires: libpurple-lang = %{version}
|
||||
%endif
|
||||
%package -n libpurple-devel
|
||||
Summary: Development Headers, Documentation, and Libraries for libpurple
|
||||
Group: Productivity/Networking/Instant Messenger
|
||||
@ -966,6 +969,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_bindir}/gaim-text
|
||||
|
||||
%changelog
|
||||
* Fri Aug 17 2007 - ro@suse.de
|
||||
- fix requires: require libpurple-lang instead of pidgin-lang
|
||||
* Tue Aug 14 2007 - maw@suse.de
|
||||
- Use %%lang_package -n libpurple instead.
|
||||
* Sat Aug 11 2007 - coolo@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user