Summary: The "Activate Windows" watermark ported to Linux Version: 0.2 License: GPL-3.0-only Name: activate-linux Release: 1 Group: System/GUI/Other Source: activate-linux-%{version}.tar.gz URL: https://github.com/MrGlockenspiel/activate-linux Buildroot: /tmp/activate-linux-git BuildRequires: clang cairo-devel BuildRequires: gcc make BuildRequires: libconfig-devel libXi-devel libX11-devel libXrandr-devel libXt-devel libXext-devel libXinerama-devel libXfixes-devel BuildRequires: xorg-x11-proto-devel BuildRequires: wayland-devel BuildRequires: wayland-protocols-devel %if 0%{?suse_version} BuildRequires: xcb-proto-devel %endif %if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version} BuildRequires: glibc-all-langpacks %endif %description The "Activate Windows" watermark ported to Linux with Xlib and cairo in C "Science isn't about WHY. It's about WHY NOT. Why is so much of our science dangerous? Why not marry safe science if you love it so much. In fact, why not invent a special safety door that won't hit you on the butt on the way out, because you are fired." Maintained by MrGlockenspiel. %prep %setup -q %build export CFLAGS="%optflags" %make_build %install export PREFIX="" export BINDIR="%{_bindir}" %make_install %files %{_bindir}/activate-linux %license LICENSE.md %doc ARGS.md README.md