forked from MrGlockenspiel/activate-linux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
activate-linux.spec
44 lines (35 loc) · 1.16 KB
/
activate-linux.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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: libconfig-devel libXi-devel libX11-devel libXrandr-devel libXt-devel libXinerama-devel
BuildRequires: wayland-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