From 4da6f76cd923e05f03ac58c63a7216d87d7ee7d3 Mon Sep 17 00:00:00 2001 From: Dawid Gajownik Date: Nov 25 2007 21:53:00 +0000 Subject: - Fix problem with python(abi) - Add Requires: python-docutils - Update to 0.11.3 (#315931) - Fix Licence tag --- diff --git a/.cvsignore b/.cvsignore index 45ab79e..7d4653e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gajim-0.11.1.tar.bz2 +gajim-0.11.3.tar.bz2 diff --git a/gajim.spec b/gajim.spec index b950d97..03816cc 100644 --- a/gajim.spec +++ b/gajim.spec @@ -1,10 +1,12 @@ +%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} + Name: gajim -Version: 0.11.1 -Release: 1%{?dist} +Version: 0.11.3 +Release: 2%{?dist} Summary: Jabber client written in PyGTK Group: Applications/Internet -License: GPL +License: GPLv2 URL: http://gajim.org/ Source0: http://gajim.org/downloads/gajim-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -17,13 +19,13 @@ BuildRequires: gtkspell-devel BuildRequires: intltool BuildRequires: libXScrnSaver-devel BuildRequires: pkgconfig -BuildRequires: pygtk2-devel >= 2.6.0 +BuildRequires: pygtk2-devel >= 2.8.0 Requires: bind-utils Requires: dbus-python #Requires: gnome-python2-gconf Requires: pygtk2-libglade -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") +Requires: python-docutils %description Gajim is a Jabber client written in PyGTK. The goal of Gajim's developers is @@ -42,7 +44,8 @@ Gajim does not require GNOME to run, eventhough it exists with it nicely. --enable-remote \ --enable-gtkspell \ --enable-idle \ - --enable-trayicon + --enable-trayicon \ + --libdir="%{python_sitearch}" make \ %{?_smp_mflags} @@ -52,7 +55,7 @@ make \ rm -rf %{buildroot} make install DESTDIR=%{buildroot} -rm -rf %{buildroot}%{_libdir}/gajim/*.la +rm -rf %{buildroot}%{python_sitearch}/gajim/*.la # silence rpmlint warnings chmod +x %{buildroot}%{_datadir}/gajim/src/{gajim{,-remote},history_manager}.py @@ -76,10 +79,10 @@ rm -rf %{buildroot} %defattr(-,root,root,-) %{_bindir}/gajim %{_bindir}/gajim-remote -%dir %{_libdir}/gajim/ -%{_libdir}/gajim/gtkspell.so -%{_libdir}/gajim/idle.so -%{_libdir}/gajim/trayicon.so +%dir %{python_sitearch}/gajim/ +%{python_sitearch}/gajim/gtkspell.so +%{python_sitearch}/gajim/idle.so +%{python_sitearch}/gajim/trayicon.so %{_datadir}/applications/*gajim.desktop %{_datadir}/gajim/ %{_datadir}/pixmaps/gajim* @@ -87,7 +90,16 @@ rm -rf %{buildroot} %{_mandir}/man1/gajim.1* %{_mandir}/man1/gajim-remote.1* + %changelog +* Sun Nov 25 2007 Dawid Gajownik - 0.11.3-2 +- Fix problem with python(abi) +- Add Requires: python-docutils + +* Sun Nov 18 2007 Dawid Gajownik - 0.11.3-1 +- Update to 0.11.3 (#315931) +- Fix Licence tag + * Fri Feb 23 2007 Dawid Gajownik - 0.11.1-1 - Update to 0.11.1 - Remove python-sqlite2 dependency (it's now provided by python-2.5) diff --git a/sources b/sources index b55d335..37fbe26 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cc587e7617f53ae8d5e0b30d7324e89c gajim-0.11.1.tar.bz2 +a94545228d8a63fb2263ea4aca6dd3db gajim-0.11.3.tar.bz2