File ueberzug.spec of Package ueberzug
#
# spec file for package ueberzug
#
# Copyright (c) 2020 SUSE LLC
#
# 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 https://bugs.opensuse.org/
#
Name: ueberzug
Version: 18.1.9
Release: 0
Summary: Utility to draw images on terminals
License: GPL-3.0-only
Group: Productivity/Graphics/Viewers
URL: https://github.com/seebye/ueberzug
Source: https://github.com/seebye/ueberzug/archive/%{version}.tar.gz
BuildRequires: gobject-introspection
BuildRequires: libX11-devel
BuildRequires: libXext-devel
BuildRequires: python3-Pillow
BuildRequires: python3-attrs
BuildRequires: python3-devel
BuildRequires: python3-docopt
BuildRequires: python3-gobject
BuildRequires: python3-psutil
BuildRequires: python3-python-xlib
BuildRequires: python3-setuptools
BuildRequires: python3-attrs
Requires: python3-Pillow
Requires: python3-attrs
Requires: python3-docopt
Requires: python3-gobject
Requires: python3-gobject-Gdk
Requires: python3-psutil
Requires: python3-attrs
%description
Ćberzug is a command line util which allows to draw images on terminals by using child windows.
%prep
%setup -q
%build
%python3_build
%install
%python3_install
%files
%license LICENSE
%doc README.md
%{_bindir}/ueberzug
%{python3_sitearch}/*
%changelog