- Update to version 1.9.5.

OBS-URL: https://build.opensuse.org/package/show/network/gajim?expand=0&rev=163
This commit is contained in:
Alexei Sorokin 2024-10-01 17:57:27 +00:00 committed by Git OBS Bridge
commit d6361486ef
8 changed files with 1892 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

3
gajim-1.9.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:56f5f31a8f062ed90027f6553a960e6e825e46a6640db643bbd0cc8da1ea5aeb
size 3787718

3
gajim-1.9.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f15b2503a01bec70a6b6a203eb165ccb0b6abee513323270223a941da453f83
size 3803265

3
gajim-1.9.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:649cf4ac65d096097ced9d5189521ae86554ba390370a1ffe9fdd175947f956c
size 3849798

3
gajim-1.9.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7fdf4db0eb16a7ebc679c2360f145f64e0abcff0f16913c45f92c8eb8d87563c
size 4723544

1722
gajim.changes Normal file

File diff suppressed because it is too large Load Diff

134
gajim.spec Normal file
View File

@ -0,0 +1,134 @@
#
# spec file for package gajim
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define __requires_exclude ^typelib\\(AppIndicator3\\).*$
%if 0%{?suse_version} > 1500
# Build only one time
%define pythons %{primary_python}
%else
# Build only with python 3.11
%{?sle15_python_module_pythons}
%endif
Name: gajim
Version: 1.9.5
Release: 0
Summary: XMPP client written in Python and GTK
License: GPL-3.0-only
Group: Productivity/Networking/Talk/Clients
URL: https://gajim.org/
Source: https://gajim.org/downloads/1.9/gajim-%{version}.tar.gz
BuildRequires: %{python_module nbxmpp >= 5.0.4}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module precis-i18n >= 1.0.0}
BuildRequires: %{python_module wheel}
BuildRequires: ca-certificates-mozilla
BuildRequires: fdupes
BuildRequires: gettext
BuildRequires: gobject-introspection-devel
BuildRequires: hicolor-icon-theme
BuildRequires: libpcre1
BuildRequires: p11-kit-devel
BuildRequires: pkgconfig
BuildRequires: python-rpm-generators >= 20220912
BuildRequires: python-rpm-macros >= 20220912
BuildRequires: sqlite3 >= 3.35.0
BuildRequires: update-desktop-files
Requires: %{python_flavor}-gobject-Gdk
Requires: %{python_flavor}-gobject-cairo
Requires: %{python_flavor}-gssapi
Requires: %{python_flavor}-nbxmpp >= 5.0.1
Requires: %{python_flavor}-omemo-dr
Requires: %{python_flavor}-qrcode
Requires: ca-certificates-mozilla
Requires: sqlite3 >= 3.35.0
Requires: typelib(GtkSource) = 4
Requires: typelib(Soup) = 3.0
Obsoletes: gajim-plugin-omemo <= 2.9.0
BuildArch: noarch
%{?python_enable_dependency_generator}
%description
Gajim is a Jabber/XMPP client. It works with MATE and GNOME, but does
require neither to run.
Features:
* Tabbed chat window and single window modes.
* Group chat support (with Multi-User Chat protocol), invitation,
chat to group chat transformation, minimise group chat to roster.
* Emoticons, avatars, PEP (user activity, mood and tune).
* Audio / video conferences.
* File transfer, room bookmarks.
* Metacontacts support.
* Trayicon, speller, extended chat history functionalities.
* TLS, GPG and End-To-End encryption support (with SSL legacy support).
* Transport registration support.
* Service discovery including nodes, user search.
* Wikipedia, dictionary and search engine lookup.
* Multiple accounts support.
* DBus capabilities. Read more information.
* XML console.
* Link local (bonjour / zeroconf), BOSH.
* Other features via plugins.
%lang_package
%prep
%autosetup
sed -i '/^Keywords/d' data/org.gajim.Gajim.desktop.in
%build
python%{python_bin_suffix} ./make.py build --dist unix
%pyproject_wheel
%install
python%{python_bin_suffix} ./make.py install --dist unix --prefix=%{buildroot}%{_prefix}
%pyproject_install
mkdir -p %{buildroot}%{_datadir}/
mv %{buildroot}{%{python_sitelib}/%{name}/data,%{_datadir}/%{name}}/
ln -s %{_datadir}/%{name} %{buildroot}%{python_sitelib}/%{name}/data
# Move locales to the system path.
mv %{buildroot}%{_datadir}/{%{name}/locale,locale}/
ln -s %{_datadir}/locale %{buildroot}%{_datadir}/%{name}/locale
# The plugins subdirectory must be owned by the package.
mkdir %{buildroot}%{_datadir}/%{name}/plugins/
%suse_update_desktop_file -r org.gajim.Gajim Network InstantMessaging
%fdupes %{buildroot}%{_prefix}/
%find_lang %{name}
%files
%license COPYING
%{_bindir}/%{name}*
%{_datadir}/%{name}/
# Symlink to /usr/share/locale
%exclude %{_datadir}/%{name}/locale
%{python_sitelib}/%{name}/
%{python_sitelib}/%{name}-*
%{_datadir}/applications/*%{name}*.desktop
%{_datadir}/icons/hicolor/*/apps/*%{name}*.*
%dir %{_datadir}/metainfo/
%{_datadir}/metainfo/*%{name}*.metainfo.xml
%{_mandir}/man?/%{name}*%{?ext_man}
%files lang -f %{name}.lang
%{_datadir}/%{name}/locale
%changelog