Name: clipnotify Version: 1.0.2 Release: 1%{?dist} Summary: clipnotify is a simple program that, using the XFIXES extension to X11, waits until a new selection is available and then exits. License: Unlicence URL: https://github.com/cdown/clipnotify Source0: https://github.com/cdown/%{name}/archive/%{version}.tar.gz BuildRequires: gcc libXfixes-devel Requires: libXfixes %global debug_package %{nil} %description lipnotify is a simple program that, using the XFIXES extension to X11, waits until a new selection is available and then exits. It was primarily designed for clipmenu, to avoid polling for new selections. %prep %setup -q %build make %{?_smp_mflags} %install install -m 755 -d %{buildroot}%{_bindir} install -m 755 -t %{buildroot}%{_bindir} %{_builddir}/%{name}-%{version}/%{name} %files %doc README.md %license LICENSE %attr(0755, root, root) %{_bindir}/%{name} %changelog * Tue Feb 19 2019 skidnik - Initial build