%global modname mailman3_fedmsg_plugin %if 0%{?fedora} %{!?python3_pkgversion: %global python3_pkgversion 3} %else %{!?python3_pkgversion: %global python3_pkgversion 34} %endif Name: mailman3-fedmsg-plugin Version: 0.5 Release: 9%{?dist} Summary: Emit fedmsg messages from mailman3 Group: Development/Libraries License: LGPLv2+ URL: http://pypi.python.org/pypi/mailman3-fedmsg-plugin Source0: http://pypi.python.org/packages/source/m/%{name}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools Requires: python%{python3_pkgversion}-fedmsg-core %description Publish notifications about mails to the fedmsg bus. Enable this by adding the following to your mailman.cfg file:: [archiver.fedmsg] # The class implementing the IArchiver interface. class: mailman_fedmsg_plugin.Archiver enable: yes You can exclude certain lists from fedmsg publication by adding them to a 'mailman.excluded_lists' list in /etc/fedmsg.d/:: config = { 'mailman.excluded_lists': ['bugzilla', 'commits'], } %prep %setup -q -n %{name}-%{version} # Remove bundled egg-info in case it exists rm -rf %{modname}.egg-info %build %{__python3} setup.py build %install %{__python3} setup.py install -O1 --skip-build --root=%{buildroot} %files %doc README.rst LICENSE %{python3_sitelib}/%{modname}.py* %{python3_sitelib}/__pycache__/%{modname}* %{python3_sitelib}/%{modname}-%{version}* %changelog * Fri Jul 13 2018 Fedora Release Engineering - 0.5-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok - 0.5-8 - Rebuilt for Python 3.7 * Thu Feb 08 2018 Fedora Release Engineering - 0.5-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 0.5-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 0.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok - 0.5-4 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering - 0.5-3 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering - 0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Jan 26 2016 Ralph Bean - 0.5-1 - new version * Tue Jan 26 2016 Ralph Bean - 0.5-1 - new version * Tue Nov 10 2015 Fedora Release Engineering - 0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Mon Jun 29 2015 Ralph Bean - 0.4-1 - new version * Mon Jun 29 2015 Ralph Bean - 0.3-1 - new version * Fri Jun 26 2015 Ralph Bean - 0.2-1 - new version - port to python3 only. - accomodate python34 on epel7. * Wed Jun 17 2015 Fedora Release Engineering - 0.1.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 0.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat Aug 03 2013 Fedora Release Engineering - 0.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu May 23 2013 Ralph Bean - 0.1.1-1 - Initial package for Fedora