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