Author: patrys Date: Tue Dec 19 13:09:04 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - merged from DEVEL
---- Files affected: SPECS: gajim.spec (1.33 -> 1.34) ---- Diffs: ================================================================ Index: SPECS/gajim.spec diff -u SPECS/gajim.spec:1.33 SPECS/gajim.spec:1.34 --- SPECS/gajim.spec:1.33 Tue Jun 6 00:03:49 2006 +++ SPECS/gajim.spec Tue Dec 19 14:08:59 2006 @@ -2,21 +2,26 @@ Summary: A Jabber client written in PyGTK Summary(pl): Klient Jabbera napisany w PyGTK Name: gajim -Version: 0.10.1 +Version: 0.11 Release: 1 License: GPL v2 Group: Applications/Communications -Source0: http://gajim.org/downloads/%{name}-%{version}.tar.bz2 -# Source0-md5: 392d9d1e06f6db49a892b9aea4a178c7 +Source0: http://www.gajim.org/downloads/%{name}-%{version}.tar.bz2 +# Source0-md5: 7ac7ac6fdfc515cb927adf21793856fa URL: http://www.gajim.org/ +BuildRequires: autoconf +BuildRequires: automake BuildRequires: gettext-devel BuildRequires: gtkspell-devel BuildRequires: intltool +BuildRequires: libtool BuildRequires: python-pygtk-devel >= 2.8.0 BuildRequires: rpmbuild(macros) >= 1.177 +BuildRequires: rpm-pythonprov BuildRequires: xorg-lib-libXScrnSaver-devel %pyrequires_eq python-modules %pyrequires_eq python +Requires: python-docutils >= 0.4-2 Requires: python-dns Requires: python-pygtk-glade >= 2.8.0 Requires: python-sqlite @@ -38,7 +43,13 @@ %setup -q %build -%{__make} clean +%{__intltoolize} +%{__aclocal} -I m4 +%{__libtoolize} +%{__autoheader} +%{__autoconf} +%{__automake} +%{configure} %{__make} \ CC="%{__cc}" \ PREFIX=%{_prefix} \ @@ -63,13 +74,15 @@ %post %banner %{name} -e << EOF For full functionality, you need to install: +- avahi-discover (for zeroconf chat over local networks) - python-dbus (for gajim-remote and notification-daemon support) +- python-gnome-desktop-keyring (for secure password storage) - python-gnome-gconf (for xmpp url-handler in GNOME) EOF %files -f %{name}.lang %defattr(644,root,root,755) -%doc AUTHORS README Changelog +%doc AUTHORS ChangeLog README THANKS %attr(755,root,root) %{_bindir}/* %dir %{_libdir}/%{name} %attr(755,root,root) %{_libdir}/%{name}/*.so @@ -84,6 +97,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.34 2006/12/19 13:08:59 patrys +- merged from DEVEL + Revision 1.33 2006/06/05 22:03:49 areq - 0.10.1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gajim.spec?r1=1.33&r2=1.34&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
