Author: paladine Date: Mon Sep 12 06:26:00 2005 GMT Module: SPECS Tag: DEVEL ---- Log message: - 2005-09-12 snap - session management support - progres bar, est. time and speed in file transfer window - xmpp gajim-remote url-handler in GNOME (works if you have one account) - new commands in gajim-remote
---- Files affected: SPECS: gajim.spec (1.21.2.2 -> 1.21.2.3) ---- Diffs: ================================================================ Index: SPECS/gajim.spec diff -u SPECS/gajim.spec:1.21.2.2 SPECS/gajim.spec:1.21.2.3 --- SPECS/gajim.spec:1.21.2.2 Wed Sep 7 12:40:14 2005 +++ SPECS/gajim.spec Mon Sep 12 08:25:54 2005 @@ -1,5 +1,5 @@ # $Revision$, $Date$ -%define _snap 2005-09-07 +%define _snap 2005-09-12 Summary: A Jabber client written in PyGTK Summary(pl): Klient Jabbera napisany w PyGTK Name: gajim @@ -8,19 +8,21 @@ License: GPL v2+ Group: Applications/Communications Source0: http://gajim.org/downloads/snap/%{name}-%{_snap}.tar.bz2 -# Source0-md5: 81b1a1ea79b28a201e9c7212b8df289e +# Source0-md5: e80414637d5f3aced6fe73c5c8233d5a URL: http://www.gajim.org/ BuildRequires: gtkspell-devel BuildRequires: gettext-devel -BuildRequires: python-pygtk-devel +BuildRequires: intltool +BuildRequires: python-pygtk-devel >= 2.8.0 %pyrequires_eq python-modules %pyrequires_eq python Requires: python-dbus Requires: python-dns -Requires: python-gnome-extras-egg >= 2.10.0 -Requires: python-gnome-extras-gtkspell >= 2.10.0 -Requires: python-pygtk-glade >= 2.6.0 -Requires: python-pygtk-gtk >= 2.6.0 +Requires: python-gnome-gconf >= 2.12.0 +Requires: python-gnome-extras-egg >= 2.12.0 +Requires: python-gnome-extras-gtkspell >= 2.12.0 +Requires: python-pygtk-glade >= 2.8.0 +Requires: python-pygtk-gtk >= 2.8.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -64,16 +66,7 @@ %attr(755,root,root) %{_bindir}/* %dir %{_libdir}/%{name} %attr(755,root,root) %{_libdir}/%{name}/*.so -%dir %{_datadir}/%{name} -%{_datadir}/%{name}/COPYING -%{_datadir}/%{name}/data -%dir %{_datadir}/%{name}/src -%{_datadir}/%{name}/src/common -%attr(755,root,root) %{_datadir}/%{name}/src/gajim.py -%attr(755,root,root) %{_datadir}/%{name}/src/gajim-remote.py -%{_datadir}/%{name}/src/[!g]*.py -%{_datadir}/%{name}/src/g[!a]* -%{_datadir}/%{name}/src/gajim_* +%{_datadir}/%{name} %{_desktopdir}/*.desktop %{_mandir}/man1/* %{_pixmapsdir}/*.png @@ -84,6 +77,13 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.21.2.3 2005/09/12 06:25:54 paladine +- 2005-09-12 snap + - session management support + - progres bar, est. time and speed in file transfer window + - xmpp gajim-remote url-handler in GNOME (works if you have one account) + - new commands in gajim-remote + Revision 1.21.2.2 2005/09/07 10:40:14 paladine - proper license ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gajim.spec?r1=1.21.2.2&r2=1.21.2.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
