%global _description\ Schemas for messages sent by Copr project, as described on \ fedora-messaging documentation page \ https://fedora-messaging.readthedocs.io/en/latest/messages.html#schema \ \ Package also provides several convenience methods for working with \ copr messages. Name: copr-messaging Version: 0.1 Release: 1%{?dist} Summary: Abstraction for Copr messaging listeners/publishers License: GPLv2+ URL: https://pagure.io/copr/copr # Source is created by: # git clone https://pagure.io/copr/copr.git # git checkout copr-messaging-0.1 # cd copr/fedora-messaging # rpkg spec --sources Source0: copr-messaging-0.1.tar.gz BuildArch: noarch Requires: wget BuildRequires: asciidoc BuildRequires: libxslt BuildRequires: util-linux BuildRequires: python3-copr-common BuildRequires: python3-devel BuildRequires: python3-fedora-messaging BuildRequires: python3-pytest %description %_description %package -n python3-%name Summary: %summary Provides: %name = %version Requires: python3-copr-common Requires: python3-fedora-messaging %description -n python3-%name %_description %prep %setup -q %build %py3_build %install %py3_install %check ./runtests.sh %files -n python3-%name %python3_sitelib/copr_messaging %python3_sitelib/copr_messaging*egg-info %changelog * Wed Jul 17 2019 Pavel Raiskup 0.1-1 - copr_messaging: new package for working with copr messages