# set upstream name variable %global srcname slixmpp_omemo Name: python-slixmpp-omemo Version: 0.5.0 Release: 2%{?dist} Summary: OMEMO plugin for Slixmpp License: GPLv3 URL: https://lab.louiz.org/poezio/slixmpp-omemo Source0: https://lab.louiz.org/poezio/slixmpp-omemo/-/archive/v%{version}/slixmpp-omemo-v%{version}.tar.bz2 BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-slixmpp BuildRequires: python3-omemo BuildRequires: python3-omemo-backend-signal # for tests #BuildRequires: python3-pytest %description This library provides an interface between python-omemo and python-slixmpp. %package -n python3-slixmpp-omemo Summary: OMEMO plugin for Slixmpp %description -n python3-slixmpp-omemo This library provides an interface between python-omemo and python-slixmpp. %prep %autosetup -n slixmpp-omemo-v%{version} # Remove shebang in 3 non-executable files find ./%{srcname}/ -type f '(' -name __init__.py -o -name stanza.py -o -name version.py ')' -ls -exec sed -i 's@#!/usr/bin/env python3@@' '{}' \; %build %py3_build %install %py3_install %check # no tests to run with pytest: Disabling. %files -n python3-slixmpp-omemo %license LICENSE %doc CONTRIBUTING.rst ChangeLog README.rst # For noarch packages: sitelib %{python3_sitelib}/%{srcname}/ %{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info/ %changelog * Fri Jul 23 2021 Fedora Release Engineering - 0.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Mon Jul 12 2021 Matthieu Saulnier - 0.5.0-1 - Update to 0.5.0 * Fri Jun 04 2021 Python Maint - 0.4.0-3 - Rebuilt for Python 3.10 * Fri Apr 2 2021 Matthieu Saulnier - 0.4.0-2 - Package Review RHBZ#1928004: - Remove shebang in non-executable scripts in %%prep section * Thu Feb 11 2021 Matthieu Saulnier - 0.4.0-1 - Initial package