]> git.pld-linux.org Git - packages/gajim.git/commitdiff
- fixed Rs (gajim is GTK+ app and there is egg and gtkspell distributed
authorpaladine <paladine@pld-linux.org>
Wed, 16 Nov 2005 15:23:19 +0000 (15:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  with gajim)
- added banner
- rel 0.snap.2

Changed files:
    gajim.spec -> 1.21.2.12

gajim.spec

index bb1c2fdc2b0fc080257b281a85b24e3ff474b27b..1f51038c58734253f17a6520a139afbc9dfe5a0f 100644 (file)
@@ -3,25 +3,21 @@ Summary:      A Jabber client written in PyGTK
 Summary(pl):   Klient Jabbera napisany w PyGTK
 Name:          gajim
 Version:       0.9
-Release:       0.%(echo %{_snap}|tr -d -).1
+Release:       0.%(echo %{_snap}|tr -d -).2
 License:       GPL v2
 Group:         Applications/Communications
 Source0:       http://gajim.org/downloads/snap/%{name}-%{_snap}.tar.bz2
 # Source0-md5: 9d4b1981b8eeafd89846e8e620dd0b84
 URL:           http://www.gajim.org/
-BuildRequires: gtkspell-devel
 BuildRequires: gettext-devel
+BuildRequires: gtkspell-devel
 BuildRequires: intltool
 BuildRequires: python-pygtk-devel >= 2.8.0
+BuildRequires: rpmbuild(macros) >= 1.177
 %pyrequires_eq python-modules
 %pyrequires_eq python
-Requires:      python-dbus
 Requires:      python-dns
-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
@@ -59,6 +55,13 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/{setup_win32.pyo}
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+%banner %{name} -e << EOF
+For full functionality, you need to install:
+- python-dbus (for gajim-remote and notification-daemon support)
+- python-gnome-gconf (for xmpp url-handler in GNOME)
+EOF
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS README Changelog
This page took 0.074011 seconds and 4 git commands to generate.