forked from pool/pidgin
This commit is contained in:
parent
f1af0b08c8
commit
509c3c432f
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 28 17:27:57 CEST 2008 - maw@suse.de
|
||||||
|
|
||||||
|
- Require pcre-devel to build.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 22 12:18:41 CEST 2008 - sbrabec@suse.cz
|
Fri Aug 22 12:18:41 CEST 2008 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
33
pidgin.spec
33
pidgin.spec
@ -21,7 +21,7 @@
|
|||||||
Name: pidgin
|
Name: pidgin
|
||||||
Summary: GTK+-Based Multiprotocol Instant Messaging Client
|
Summary: GTK+-Based Multiprotocol Instant Messaging Client
|
||||||
Version: 2.5.0
|
Version: 2.5.0
|
||||||
Release: 1
|
Release: 10
|
||||||
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/
|
||||||
@ -39,7 +39,34 @@ Patch10: pidgin-64bit-buildhack.patch
|
|||||||
Patch11: pidgin-directconn-argfix.patch
|
Patch11: pidgin-directconn-argfix.patch
|
||||||
Patch12: pidgin-dbus-invalid-gpointer.patch
|
Patch12: pidgin-dbus-invalid-gpointer.patch
|
||||||
# Can use external libzephyr
|
# Can use external libzephyr
|
||||||
BuildRequires: cyrus-sasl-devel dbus-1-devel doxygen evolution-data-server-devel gnome-keyring-devel graphviz gtk-doc gtkspell-devel intltool libao-devel libbonobo-devel libgadu-devel libstdc++-devel libxml2-devel libxslt meanwhile-devel mono-devel mozilla-nspr-devel mozilla-nss-devel ncurses-devel openssl-certs perl-XML-Parser python sqlite-devel startup-notification-devel tk-devel update-desktop-files
|
BuildRequires: cyrus-sasl-devel
|
||||||
|
BuildRequires: dbus-1-devel
|
||||||
|
BuildRequires: doxygen
|
||||||
|
BuildRequires: evolution-data-server-devel
|
||||||
|
BuildRequires: gnome-keyring-devel
|
||||||
|
BuildRequires: graphviz
|
||||||
|
BuildRequires: gtk-doc
|
||||||
|
BuildRequires: gtkspell-devel
|
||||||
|
BuildRequires: intltool
|
||||||
|
BuildRequires: libao-devel
|
||||||
|
BuildRequires: libbonobo-devel
|
||||||
|
BuildRequires: libgadu-devel
|
||||||
|
BuildRequires: libstdc++-devel
|
||||||
|
BuildRequires: libxml2-devel
|
||||||
|
BuildRequires: libxslt
|
||||||
|
BuildRequires: meanwhile-devel
|
||||||
|
BuildRequires: mono-devel
|
||||||
|
BuildRequires: mozilla-nspr-devel
|
||||||
|
BuildRequires: mozilla-nss-devel
|
||||||
|
BuildRequires: ncurses-devel
|
||||||
|
BuildRequires: openssl-certs
|
||||||
|
BuildRequires: pcre-devel
|
||||||
|
BuildRequires: perl-XML-Parser
|
||||||
|
BuildRequires: python
|
||||||
|
BuildRequires: sqlite-devel
|
||||||
|
BuildRequires: startup-notification-devel
|
||||||
|
BuildRequires: tk-devel
|
||||||
|
BuildRequires: update-desktop-files
|
||||||
# Product specific lines
|
# Product specific lines
|
||||||
%if %suse_version >= 1000 || 0%{?opensuse_bs}
|
%if %suse_version >= 1000 || 0%{?opensuse_bs}
|
||||||
BuildRequires: NetworkManager-devel
|
BuildRequires: NetworkManager-devel
|
||||||
@ -879,6 +906,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/gnt.pc
|
%{_libdir}/pkgconfig/gnt.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 28 2008 maw@suse.de
|
||||||
|
- Require pcre-devel to build.
|
||||||
* Fri Aug 22 2008 sbrabec@suse.cz
|
* Fri Aug 22 2008 sbrabec@suse.cz
|
||||||
- Update to version 2.5.0:
|
- Update to version 2.5.0:
|
||||||
* number of bug fixed and good stuff
|
* number of bug fixed and good stuff
|
||||||
|
Loading…
Reference in New Issue
Block a user