File tdrop.spec of Package tdrop
#
# spec file for package tdrop
#
# Copyright (c) 2021 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: tdrop
Version: 0.5.0
Release: 0
Summary: A Glorified WM-Independent Dropdown Creator
License: BSD-2-Clause
URL: https://github.com/noctuid/tdrop
Source: tdrop-%{version}.tar.gz
Patch0: tdrop_shebang_fix.diff
Requires: bash
Requires: procps
Requires: grep
Requires: gawk
Requires: xprop
Requires: xwininfo
Requires: xdotool
Recommends: xrandr
Recommends: tmux
BuildArch: noarch
%description
A Glorified WM-Independent Dropdown Creator
%prep
%setup -q
%patch0
%build
%install
PREFIX=/usr %make_install
%post
%postun
%files
%license LICENSE
%doc Changelog.org README.org
%{_bindir}/tdrop
%{_mandir}/man1/tdrop.1%{?ext_man}
%changelog