]> git.pld-linux.org Git - packages/xcb-util-keysyms.git/blob - xcb-util-keysyms.spec
e8c009501fe0996840b9738a4d7c27d0faff5e68
[packages/xcb-util-keysyms.git] / xcb-util-keysyms.spec
1 Summary:        XCB util-keysyms module
2 Summary(pl.UTF-8):      Moduł XCB util-keysyms
3 Name:           xcb-util-keysyms
4 Version:        0.3.9
5 Release:        1
6 License:        MIT
7 Group:          Libraries
8 Source0:        http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
9 # Source0-md5:  64e4aad2d48cd4a92e2da13b9f35bfd2
10 URL:            http://xcb.freedesktop.org/XcbUtil/
11 BuildRequires:  libxcb-devel >= 1.4
12 BuildRequires:  pkgconfig
13 BuildRequires:  xcb-proto >= 1.6
14 BuildRequires:  xorg-proto-xproto-devel >= 7.0.8
15 Requires:       libxcb >= 1.4
16 Conflicts:      xcb-util < 0.3.8
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 The xcb-util module provides a number of libraries which sit on top of
21 libxcb, the core X protocol library, and some of the extension
22 libraries. These experimental libraries provide convenience functions
23 and interfaces which make the raw X protocol more usable. Some of the
24 libraries also provide client-side code which is not strictly part of
25 the X protocol but which have traditionally been provided by Xlib.
26
27 XCB util-keysyms module provides the following library:
28 - keysyms: Standard X key constants and conversion to/from keycodes.
29
30 %description -l pl.UTF-8
31 xcb-util udostępnia wiele bibliotek opartych powyżej libxcb (głównej
32 biblioteki protokołu X) oraz trochę bibliotek rozszerzeń. Te
33 eksperymentalne biblioteki udostępniają wygodne funkcje i interfejsy
34 czyniące surowy protokół X bardziej używalnym. Niektóre biblioteki
35 udostępniają także kod kliencki nie będący ściśle częścią protokołu X,
36 ale tradycyjnie dostarczany przez Xlib.
37
38 Moduł XCB util-keysyms udostępnia następującą biliotekę:
39 - keysyms: standardowe stałe i konwersje klawiszy X z/do kodów
40 klawiszy.
41
42 %package devel
43 Summary:        Header files for XCB util-keysyms library
44 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki XCB util-keysyms
45 Group:          Development/Libraries
46 Requires:       %{name} = %{version}-%{release}
47 Requires:       libxcb-devel >= 1.4
48 Conflicts:      xcb-util-devel < 0.3.8
49
50 %description devel
51 Header files for XCB util-keysyms library.
52
53 %description devel -l pl.UTF-8
54 Pliki nagłówkowe biblioteki XCB util-keysyms.
55
56 %package static
57 Summary:        Static XCB util-keysyms library
58 Summary(pl.UTF-8):      Statyczna biblioteka XCB util-keysyms
59 Group:          Development/Libraries
60 Requires:       %{name}-devel = %{version}-%{release}
61
62 %description static
63 Static XCB util-keysyms library.
64
65 %description static -l pl.UTF-8
66 Statyczna biblioteka XCB util-keysyms.
67
68 %prep
69 %setup -q
70
71 %build
72 %configure \
73         --disable-silent-rules
74 %{__make}
75
76 %install
77 rm -rf $RPM_BUILD_ROOT
78
79 %{__make} install \
80         DESTDIR=$RPM_BUILD_ROOT
81
82 %clean
83 rm -rf $RPM_BUILD_ROOT
84
85 %post   -p /sbin/ldconfig
86 %postun -p /sbin/ldconfig
87
88 %files
89 %defattr(644,root,root,755)
90 %doc ChangeLog NEWS README
91 %attr(755,root,root) %{_libdir}/libxcb-keysyms.so.*.*.*
92 %attr(755,root,root) %ghost %{_libdir}/libxcb-keysyms.so.1
93
94 %files devel
95 %defattr(644,root,root,755)
96 %attr(755,root,root) %{_libdir}/libxcb-keysyms.so
97 %{_libdir}/libxcb-keysyms.la
98 %{_includedir}/xcb/xcb_keysyms.h
99 %{_pkgconfigdir}/xcb-keysyms.pc
100
101 %files static
102 %defattr(644,root,root,755)
103 %{_libdir}/libxcb-keysyms.a
This page took 0.065676 seconds and 2 git commands to generate.