]> git.pld-linux.org Git - packages/gajim.git/blobdiff - gajim.spec
- up to 0.14.2
[packages/gajim.git] / gajim.spec
index 34a20f0ea9e58add99a501ea76583a0f7e26bdc4..24eb76467feb8a07fea20500ceae48c76c631bcd 100644 (file)
@@ -1,13 +1,18 @@
+# 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):   Klient Jabbera napisany w PyGTK
+Summary(pl.UTF-8):     Klient Jabbera napisany w PyGTK
 Name:          gajim
-Version:       0.11
-Release:       1
+Version:       0.14.2
+Release:       0.1
 Epoch:         1
 License:       GPL v2
 Group:         Applications/Communications
-Source0:       http://www.gajim.org/downloads/%{name}-%{version}.tar.bz2
-# Source0-md5: 7ac7ac6fdfc515cb927adf21793856fa
+Source0:       http://gajim.org/downloads/0.14/%{name}-%{version}.tar.bz2
+# Source0-md5: 03c34227174dc0db021b82cd58fb95a8
+#Patch0: %{name}-keyring-bug.patch
 URL:           http://www.gajim.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -15,16 +20,36 @@ BuildRequires:      gettext-devel
 BuildRequires: gtkspell-devel
 BuildRequires: intltool
 BuildRequires: libtool
+BuildRequires: pkgconfig
 BuildRequires: python-pygtk-devel >= 2.8.0
-BuildRequires: rpmbuild(macros) >= 1.177
 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
-Requires:      python-docutils >= 0.4-2
+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:      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-gstreamer
+Suggests:      python-pyOpenSSL >= 0.9
+Suggests:      python-sexy
+Suggests:      python-sqlite
+# sr@Latn vs. sr@latin
+Conflicts:     glibc-misc < 6:2.7
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -33,14 +58,15 @@ developers is to provide a full featured and easy to use XMPP client
 for the GTK+ users. Gajim does not require GNOME to run, eventhough it
 exists with it nicely.
 
-%description -l pl
-Gajim to klient Jabbera napisany w PyGTK. Celem twórców Gajima jest
-dostarczenie w pe³ni funkcjonalnego i ³atwego w u¿yciu klienta XMPP
-dla u¿ytkowników GTK+. Gajim nie wymaga do dzia³ania GNOME, choæ
-dzia³a z nim ³adnie.
+%description -l pl.UTF-8
+Gajim to klient Jabbera napisany w PyGTK. Celem twórców Gajima jest
+dostarczenie w pełni funkcjonalnego i łatwego w użyciu klienta XMPP
+dla użytkowników GTK+. Gajim nie wymaga do działania GNOME, choć
+działa z nim ładnie.
 
 %prep
 %setup -q
+#%patch0 -p1
 
 %build
 %{__intltoolize}
@@ -50,6 +76,7 @@ dzia
 %{__autoconf}
 %{__automake}
 %configure
+
 %{__make} \
        CC="%{__cc}" \
        PREFIX=%{_prefix} \
@@ -66,27 +93,22 @@ rm -rf $RPM_BUILD_ROOT
 rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/{setup_win32.pyo}
 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
 
+rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la
+
+[ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr@latin ] || \
+       mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
 %find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%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 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
 %{_datadir}/%{name}
 %{_desktopdir}/*.desktop
 %{_mandir}/man1/*
-%{_pixmapsdir}/*.png
+%{_iconsdir}/hicolor/64x64/apps/gajim.png
+%{_iconsdir}/hicolor/scalable/apps/gajim.svg
+%{_docdir}/gajim
This page took 0.064192 seconds and 4 git commands to generate.