]> git.pld-linux.org Git - packages/xorg-app-xkbprint.git/blob - xorg-app-xkbprint.spec
- updated to 1.0.6
[packages/xorg-app-xkbprint.git] / xorg-app-xkbprint.spec
1 Summary:        xkbprint application to print XKB keyboard description
2 Summary(pl.UTF-8):      Aplikacja xkbprint do drukowania opisów klawiatur XKB
3 Name:           xorg-app-xkbprint
4 Version:        1.0.6
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        https://xorg.freedesktop.org/releases/individual/app/xkbprint-%{version}.tar.xz
9 # Source0-md5:  c72a6ad6f03aa22e7afb0216cf2f79e0
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 # ensure <X11/extensions/XKBgeom.h> exists, so require libX11 after move from kbproto
16 BuildRequires:  xorg-lib-libX11-devel >= 1.6.9
17 BuildRequires:  xorg-lib-libxkbfile-devel
18 BuildRequires:  xorg-proto-xproto-devel >= 7.0.17
19 BuildRequires:  xorg-util-util-macros >= 1.8
20 BuildRequires:  xz
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 xkbprint application generates a printable or encapsulated PostScript
25 description of an XKB keyboard description.
26
27 %description -l pl.UTF-8
28 Aplikacja xkbprint generuje z opisu klawiatury XKB opis w postaci
29 drukowalnego lub obudowanego PostScriptu.
30
31 %prep
32 %setup -q -n xkbprint-%{version}
33
34 %build
35 %{__aclocal}
36 %{__autoconf}
37 %{__autoheader}
38 %{__automake}
39 %configure
40
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc COPYING ChangeLog README.md
55 %attr(755,root,root) %{_bindir}/xkbprint
56 %{_mandir}/man1/xkbprint.1*
This page took 0.07807 seconds and 3 git commands to generate.