Accepting request 288397 from network
OBS-URL: https://build.opensuse.org/request/show/288397 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gajim?expand=0&rev=3
This commit is contained in:
commit
d9977c1ab8
3
gajim-0.16.1.tar.gz
Normal file
3
gajim-0.16.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:efdd9ea3ca28e3f7ae810c226c8ca748cbdad1e3d42f433502fa8e5c9dd6e64d
|
||||
size 6129712
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:01775e02044358292835296efa7d59f0ad39974946f872e71b4f040492d3fb64
|
||||
size 6122592
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 1 23:17:43 UTC 2015 - sor.alexei@meowr.ru
|
||||
|
||||
- Update to 0.16.1:
|
||||
* Fix sending Zeroconf messages.
|
||||
* Make ipython compatible to version >= 1.0.
|
||||
* Support XEP-0313 MAM.
|
||||
* Minor fixes and improvements.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 10 21:52:04 UTC 2015 - sor.alexei@meowr.ru
|
||||
|
||||
|
12
gajim.spec
12
gajim.spec
@ -18,7 +18,7 @@
|
||||
|
||||
%define _version 0.16
|
||||
Name: gajim
|
||||
Version: 0.16
|
||||
Version: 0.16.1
|
||||
Release: 0
|
||||
Summary: Full-featured XMPP client written in Python and Gtk2
|
||||
License: GPL-3.0+
|
||||
@ -36,7 +36,7 @@ BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
Requires: dbus-1-python
|
||||
Requires: python-gtk >= 2.2
|
||||
Requires: python-nbxmpp >= 0.5.1
|
||||
Requires: python-nbxmpp >= 0.5.2
|
||||
Requires: python-pyOpenSSL >= 0.12
|
||||
Requires: python-pyasn1
|
||||
Requires: python-xml
|
||||
@ -61,7 +61,7 @@ BuildArch: noarch
|
||||
|
||||
%description
|
||||
The goal of Gajim is to provide a full featured and easy to use
|
||||
Jabber/XMPP client. Gajim works nicely with MATE or GNOME, but does
|
||||
Jabber/XMPP client. Gajim works nicely with MATE and GNOME, but does
|
||||
require neither to run.
|
||||
|
||||
Features:
|
||||
@ -92,7 +92,9 @@ sed -i '/^_Keywords/d' data/%{name}.desktop.in.in
|
||||
%build
|
||||
export PYTHON=python2
|
||||
autoreconf -fi
|
||||
%configure --prefix=%{_prefix} --enable-site-packages
|
||||
%configure \
|
||||
--prefix=%{_prefix} \
|
||||
--enable-site-packages
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -120,7 +122,7 @@ done
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING ChangeLog README.html THANKS*
|
||||
%doc AUTHORS ChangeLog COPYING README.html THANKS*
|
||||
%{_bindir}/%{name}*
|
||||
%{_datadir}/%{name}/
|
||||
%{python_sitelib}/%{name}/
|
||||
|
Loading…
Reference in New Issue
Block a user