File whipper-plugin-eaclogger.spec of Package whipper-plugin-eaclogger
#
# spec file for package whipper-plugin-eaclogger
#
# Copyright (c) 2019, Martin Hauke <mardnh@gmx.de>
#
# 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 http://bugs.opensuse.org/
#
Name: whipper-plugin-eaclogger
Version: 0.5.0
Release: 0
Summary: A plugin for whipper which provides EAC style log reports
License: ISC
Group: Productivity/Multimedia/CD/Grabbers
URL: https://github.com/whipper-team/whipper-plugin-eaclogger
Source: https://github.com/whipper-team/whipper-plugin-eaclogger/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: python3-setuptools
BuildRequires: python-rpm-macros
BuildRequires: fdupes
Requires: whipper
BuildArch: noarch
%description
This logger plugin for whipper provides text reports structured in
a way that carefully mimics EAC's generated ones (except for the
checksum).
%prep
%setup -q
%build
%python3_build
%install
%python3_install
%fdupes %{buildroot}%{python3_sitelib}
%files
%license LICENSE
%doc README.md
%{python3_sitelib}/eaclogger/
%{python3_sitelib}/whipper_plugin_eaclogger-*
%changelog