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