]> git.pld-linux.org Git - SPECS.git/blob - uberkey.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / uberkey.spec
1 #
2 # Conditional build:
3 %bcond_with     tests           # build with tests
4 %bcond_without  tests           # build without tests
5 #
6 Summary:        uberkey is a keylogger for x86 systems
7 #Summary(pl.UTF-8):     -
8 Name:           uberkey
9 Version:        1.2
10 Release:        1
11 License:        GPL
12 Group:          Applications
13 Source0:        http://gnu.ethz.ch/linuks.mine.nu/uberkey/%{name}-%{version}.tar.gz
14 # Source0-md5:  5724b911650ffe9cb32f16d01a96fe9a
15 URL:            http://gnu.ethz.ch/linuks.mine.nu/uberkey/
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 uberkey is a keylogger for x86 systems.
20
21 # %description -l pl.UTF-8
22
23 %prep
24 %setup -q
25
26 %build
27 %{__make} \
28         CC=%{__cc} \
29         CFLAGS="%{rpmcflags}"
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 install -D uberkey   $RPM_BUILD_ROOT%{_bindir}/uberkey
35 install -D uberkey.8 $RPM_BUILD_ROOT%{_mandir}/man8/uberkey.8
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %attr(755,root,root) %{_bindir}/*
43 %{_mandir}/man?/*
This page took 0.086123 seconds and 3 git commands to generate.