]> git.pld-linux.org Git - packages/gajim.git/commitdiff
- added remote patch auto/ac/gajim-0_8-2
authorpaladine <paladine@pld-linux.org>
Fri, 19 Aug 2005 11:11:45 +0000 (11:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added R: python-dbus
- gajim-remote works :)
- rel. 2

Changed files:
    gajim.spec -> 1.15

gajim.spec

index ed272dd654615ebd7a0247a4f9140ee682cb675c..6a3d7f806acc3049c6a1e243ed3e70fc28ba4de1 100644 (file)
@@ -1,23 +1,24 @@
 # TODO
 # - use /usr/share/locale
-# - fix gajim-remote and add R: python-dbus
 #
 Summary:       A Jabber client written in PyGTK
 Summary(pl):   Klient Jabbera napisany w PyGTK
 Name:          gajim
 Version:       0.8
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Communications
 Source0:       http://gajim.org/downloads/%{name}-%{version}.tar.bz2
 # Source0-md5: 1f9b4864c56d744d1e6f1c0b42afc4e9
 Patch0:                %{name}-makefile.patch
+Patch1:                %{name}-remote.patch
 URL:           http://www.gajim.org/
 BuildRequires: gtkspell-devel
 BuildRequires: gettext-devel
 BuildRequires: python-pygtk-devel
 %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
@@ -40,6 +41,7 @@ dzia
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__make} \
This page took 0.031671 seconds and 4 git commands to generate.