]> git.pld-linux.org Git - packages/xorg-app-xkbevd.git/blob - xorg-app-xkbevd.spec
- updated to 1.1.5
[packages/xorg-app-xkbevd.git] / xorg-app-xkbevd.spec
1 Summary:        xkbevd - XKB event daemon
2 Summary(pl.UTF-8):      xkbevd - demon zdarzeń XKB
3 Name:           xorg-app-xkbevd
4 Version:        1.1.5
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        https://xorg.freedesktop.org/releases/individual/app/xkbevd-%{version}.tar.xz
9 # Source0-md5:  05ce1abd8533a400572784b1186a44d0
10 URL:            https://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 1:0.19
14 BuildRequires:  tar >= 1:1.22
15 BuildRequires:  xorg-lib-libX11-devel
16 BuildRequires:  xorg-lib-libxkbfile-devel
17 BuildRequires:  xorg-util-util-macros >= 1.8
18 BuildRequires:  xz
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 The xkbevd event daemon listens for specified XKB events and executes
23 requested commands if they occur. The configuration file consists of a
24 list of event specification/action pairs and/or variable definitions.
25
26 %description -l pl.UTF-8
27 Demon zdarzeń xkbevd nasłuchuje na określone zdarzenia XKB i w
28 przypadku ich wystąpienia wywołuje żądane polecenia. Plik
29 konfiguracyjny składa się z par określeń zdarzeń i akcji i/lub
30 definicji zmiennych.
31
32 %prep
33 %setup -q -n xkbevd-%{version}
34
35 %build
36 %{__aclocal}
37 %{__autoconf}
38 %{__autoheader}
39 %{__automake}
40 %configure
41
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc COPYING ChangeLog README.md
56 %attr(755,root,root) %{_bindir}/xkbevd
57 %{_mandir}/man1/xkbevd.1*
This page took 0.056225 seconds and 3 git commands to generate.