]> git.pld-linux.org Git - packages/gajim.git/blobdiff - gajim.spec
- requires pyOpenSSL >= 0.9
[packages/gajim.git] / gajim.spec
index 0262b4b1bd04a87117fbaf1628640e90486cd0e0..27f9bcde4f9da1e815d4eb906957a9cdc750c131 100644 (file)
@@ -1,13 +1,17 @@
+# TODO
+# - --disable-coca flag for configure seems to be broken, so
+#   I've added BC: gnustep-gui-devel. Of course better solution
+#   is to fix configure.*
 Summary:       A Jabber client written in PyGTK
 Summary(pl.UTF-8):     Klient Jabbera napisany w PyGTK
 Name:          gajim
-Version:       0.12
+Version:       0.13.4
 Release:       1
 Epoch:         1
 License:       GPL v2
 Group:         Applications/Communications
-Source0:       http://gajim.org/downloads/%{name}-%{version}.tar.gz
-# Source0-md5: 839554bee346f9ab8a48cb7e432763cd
+Source0:       http://gajim.org/downloads/0.13/%{name}-%{version}.tar.bz2
+# Source0-md5: 097e96c2f73a13be4edadea11b495ce6
 URL:           http://www.gajim.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -15,28 +19,33 @@ BuildRequires:      gettext-devel
 BuildRequires: gtkspell-devel
 BuildRequires: intltool
 BuildRequires: libtool
+BuildRequires: pkgconfig
 BuildRequires: python-pygtk-devel >= 2.8.0
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.177
 BuildRequires: xorg-lib-libSM-devel
 BuildRequires: xorg-lib-libXScrnSaver-devel
+Requires:      python-modules-sqlite
 %pyrequires_eq python-modules
 %pyrequires_eq python
+BuildConflicts:        gnustep-gui-devel
 Requires:      python-dns
 Requires:      python-docutils >= 0.4-2
 Requires:      python-pygtk-glade >= 2.8.0
 Requires:      python-sqlite
+Suggests:      dbus(org.freedesktop.Notifications)
 Suggests:      gnome-keyring
 Suggests:      gnupg2
 Suggests:      gpgme >= 1.0.0
-Suggests:      notification-daemon
 Suggests:      python-Crypto
 Suggests:      python-avahi
 Suggests:      python-dbus >= 0.82.1
+Suggests:      python-farsight2
 Suggests:      python-gnome-desktop-keyring
 Suggests:      python-gnome-gconf
 Suggests:      python-gnome-ui
-Suggests:      python-pyOpenSSL
+Suggests:      python-gstreamer
+Suggests:      python-pyOpenSSL >= 0.9
 Suggests:      python-sexy
 Suggests:      python-sqlite
 # sr@Latn vs. sr@latin
@@ -94,7 +103,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README THANKS
+%doc AUTHORS ChangeLog README THANKS THANKS.artists
 %attr(755,root,root) %{_bindir}/*
 %dir %{_libdir}/%{name}
 %attr(755,root,root) %{_libdir}/%{name}/*.so
@@ -102,3 +111,4 @@ rm -rf $RPM_BUILD_ROOT
 %{_desktopdir}/*.desktop
 %{_mandir}/man1/*
 %{_pixmapsdir}/*.png
+%{_pixmapsdir}/*.svg
This page took 0.028337 seconds and 4 git commands to generate.