forked from pool/pidgin
This commit is contained in:
parent
17cc022355
commit
ed7d91b4b9
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 25 10:22:44 CET 2008 - ro@suse.de
|
||||||
|
|
||||||
|
- comment out libpurple2-mono on ppc64 for the moment to fix
|
||||||
|
build (no native mono on ppc64)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 3 23:26:52 CEST 2008 - vuntz@novell.com
|
Fri Oct 3 23:26:52 CEST 2008 - vuntz@novell.com
|
||||||
|
|
||||||
|
17
pidgin.spec
17
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.1
|
Version: 2.5.1
|
||||||
Release: 2
|
Release: 3
|
||||||
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/
|
||||||
@ -870,11 +870,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files -n libpurple-meanwhile
|
%files -n libpurple-meanwhile
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/purple-2/libsametime.*
|
%{_libdir}/purple-2/libsametime.*
|
||||||
|
%ifnarch ppc64
|
||||||
|
|
||||||
%files -n libpurple-mono
|
%files -n libpurple-mono
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/purple-2/mono.so
|
%{_libdir}/purple-2/mono.so
|
||||||
%{_libdir}/purple-2/*.dll
|
%{_libdir}/purple-2/*.dll
|
||||||
|
%endif
|
||||||
|
|
||||||
%files -n libpurple-devel
|
%files -n libpurple-devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
@ -904,7 +906,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/gnt.pc
|
%{_libdir}/pkgconfig/gnt.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Oct 04 2008 vuntz@novell.com
|
* Tue Nov 25 2008 ro@suse.de
|
||||||
|
- comment out libpurple2-mono on ppc64 for the moment to fix
|
||||||
|
build (no native mono on ppc64)
|
||||||
|
* Fri Oct 03 2008 vuntz@novell.com
|
||||||
- Fix build:
|
- Fix build:
|
||||||
+ add pam-devel buildrequires
|
+ add pam-devel buildrequires
|
||||||
+ don't specify the nss/nspr include path, so that they get
|
+ don't specify the nss/nspr include path, so that they get
|
||||||
@ -1041,7 +1046,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* Added a log viewer
|
* Added a log viewer
|
||||||
* Added the ability to block/unblock buddies
|
* Added the ability to block/unblock buddies
|
||||||
* Fixed a bug preventing finch working on x86_64
|
* Fixed a bug preventing finch working on x86_64
|
||||||
* Thu Jan 10 2008 maw@suse.de
|
* Wed Jan 09 2008 maw@suse.de
|
||||||
- Fix installation of Serbian (Latin script) translation data.
|
- Fix installation of Serbian (Latin script) translation data.
|
||||||
* Sat Dec 08 2007 james@usr-local-bin.org
|
* Sat Dec 08 2007 james@usr-local-bin.org
|
||||||
- Update to version 2.3.1:
|
- Update to version 2.3.1:
|
||||||
@ -1132,7 +1137,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- Updated build requirements.
|
- Updated build requirements.
|
||||||
* Tue Nov 13 2007 maw@suse.de
|
* Tue Nov 13 2007 maw@suse.de
|
||||||
- Add pidgin-directconn-argfix.patch.
|
- Add pidgin-directconn-argfix.patch.
|
||||||
* Fri Nov 09 2007 maw@suse.de
|
* Thu Nov 08 2007 maw@suse.de
|
||||||
- Update to version 2.2.2 (thanks to James, Ivan, and Michel for
|
- Update to version 2.2.2 (thanks to James, Ivan, and Michel for
|
||||||
the good work in GNOME:Community!)
|
the good work in GNOME:Community!)
|
||||||
+ New protocol plugins
|
+ New protocol plugins
|
||||||
@ -1169,9 +1174,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* fixed some ICQ internationalization issues
|
* fixed some ICQ internationalization issues
|
||||||
* enable using SILC Toolkit 1.1
|
* enable using SILC Toolkit 1.1
|
||||||
* lots of bug fixed
|
* lots of bug fixed
|
||||||
* Tue Jul 31 2007 maw@suse.de
|
* Mon Jul 30 2007 maw@suse.de
|
||||||
- Change some obsoletes and provides stuff.
|
- Change some obsoletes and provides stuff.
|
||||||
* Tue Jul 24 2007 maw@suse.de
|
* Mon Jul 23 2007 maw@suse.de
|
||||||
- Add includes.patch, fixing the build when new versions of
|
- Add includes.patch, fixing the build when new versions of
|
||||||
evolution-data-server are installed.
|
evolution-data-server are installed.
|
||||||
* Tue Jun 12 2007 ro@suse.de
|
* Tue Jun 12 2007 ro@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user