Blame python-slixmpp-omemo.spec

b5695ee
# set upstream name variable
b5695ee
%global srcname slixmpp_omemo
b5695ee
b5695ee
b5695ee
Name:           python-slixmpp-omemo
483fe0d
Version:        0.9.0
18eeba8
Release:        6%{?dist}
b5695ee
Summary:        OMEMO plugin for Slixmpp
b5695ee
b5695ee
License:        GPLv3
483fe0d
URL:            https://code.bouah.net/pep/slixmpp-omemo
483fe0d
Source0:        https://code.bouah.net/pep/slixmpp-omemo/archive/v%{version}.tar.gz
b5695ee
b5695ee
BuildArch:      noarch
b5695ee
BuildRequires:  python3-devel
5ad8132
BuildRequires:  python3-setuptools
b5695ee
BuildRequires:  python3-slixmpp
b5695ee
BuildRequires:  python3-omemo
b5695ee
BuildRequires:  python3-omemo-backend-signal
dfdf78a
# for tests
dfdf78a
#BuildRequires:  python3-pytest
b5695ee
b5695ee
%description
b5695ee
This library provides an interface between python-omemo and
b5695ee
python-slixmpp.
b5695ee
b5695ee
b5695ee
b5695ee
%package     -n python3-slixmpp-omemo
b5695ee
Summary:        OMEMO plugin for Slixmpp
b5695ee
b5695ee
%description -n python3-slixmpp-omemo
b5695ee
This library provides an interface between python-omemo and
b5695ee
python-slixmpp.
b5695ee
b5695ee
b5695ee
b5695ee
%prep
90f8e1d
%autosetup -n slixmpp-omemo
b5695ee
# Remove shebang in 3 non-executable files
b5695ee
find ./%{srcname}/ -type f '(' -name __init__.py -o -name stanza.py -o -name version.py ')' -ls -exec sed -i 's@#!/usr/bin/env python3@@' '{}' \;
b5695ee
b5695ee
b5695ee
%build
b5695ee
%py3_build
b5695ee
b5695ee
b5695ee
%install
b5695ee
%py3_install
b5695ee
b5695ee
b5695ee
%check
dfdf78a
# no tests to run with pytest: Disabling.
b5695ee
b5695ee
b5695ee
b5695ee
%files -n python3-slixmpp-omemo
b5695ee
%license LICENSE
b5695ee
%doc CONTRIBUTING.rst ChangeLog README.rst
b5695ee
# For noarch packages: sitelib
b5695ee
%{python3_sitelib}/%{srcname}/
b5695ee
%{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info/
b5695ee
b5695ee
b5695ee
b5695ee
%changelog
18eeba8
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-6
18eeba8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
18eeba8
4cb422f
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-5
4cb422f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
4cb422f
4de3413
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-4
4de3413
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
4de3413
85d0a69
* Thu Jun 29 2023 Python Maint <python-maint@redhat.com> - 0.9.0-3
85d0a69
- Rebuilt for Python 3.12
85d0a69
5935837
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-2
5935837
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
5935837
483fe0d
* Thu Oct 20 2022 Matthieu Saulnier <fantom@fedoraproject.org> - 0.9.0-1
483fe0d
- Update to 0.9.0
483fe0d
- Update SourcesURL
90f8e1d
- Fix %%autosetup in %%prep section
483fe0d
992d836
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-2
992d836
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
992d836
825299d
* Sun Apr 24 2022 Matthieu Saulnier <fantom@fedoraproject.org> - 0.7.0-1
825299d
- Update to 0.7.0
825299d
8b8f3d8
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-3
8b8f3d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
8b8f3d8
b6b4d87
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-2
b6b4d87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
b6b4d87
dfdf78a
* Mon Jul 12 2021 Matthieu Saulnier <fantom@fedoraproject.org> - 0.5.0-1
dfdf78a
- Update to 0.5.0
dfdf78a
6c93179
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.4.0-3
6c93179
- Rebuilt for Python 3.10
6c93179
b5695ee
* Fri Apr 2 2021 Matthieu Saulnier <fantom@fedoraproject.org> - 0.4.0-2
b5695ee
- Package Review RHBZ#1928004:
b5695ee
  - Remove shebang in non-executable scripts in %%prep section
b5695ee
b5695ee
* Thu Feb 11 2021 Matthieu Saulnier <fantom@fedoraproject.org> - 0.4.0-1
b5695ee
- Initial package