]> git.pld-linux.org Git - packages/xcb-util-renderutil.git/blob - xcb-util-renderutil.spec
- typo
[packages/xcb-util-renderutil.git] / xcb-util-renderutil.spec
1 Summary:        XCB util-renderutil module
2 Summary(pl.UTF-8):      Moduł XCB util-renderutil
3 Name:           xcb-util-renderutil
4 Version:        0.3.8
5 Release:        1
6 License:        MIT
7 Group:          Libraries
8 Source0:        http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
9 # Source0-md5:  b346ff598ee093c141f836fbc0f8f721
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 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-renderutil module provides the following library:
28 - renderutil: Convenience functions for the Render extension.
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-renderutil udostępnia następującą biliotekę:
39 - renderutil: wygodne funkcje do rozszerzenia Render.
40
41 %package devel
42 Summary:        Header files for XCB util-renderutil library
43 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki XCB util-renderutil
44 Group:          Development/Libraries
45 Requires:       %{name} = %{version}-%{release}
46 Requires:       libxcb-devel >= 1.4
47 Conflicts:      xcb-util-devel < 0.3.8
48
49 %description devel
50 Header files for XCB util-renderutil library.
51
52 %description devel -l pl.UTF-8
53 Pliki nagłówkowe biblioteki XCB util-renderutil.
54
55 %package static
56 Summary:        Static XCB util-renderutil library
57 Summary(pl.UTF-8):      Statyczna biblioteka XCB util-renderutil
58 Group:          Development/Libraries
59 Requires:       %{name}-devel = %{version}-%{release}
60
61 %description static
62 Static XCB util-renderutil library.
63
64 %description static -l pl.UTF-8
65 Statyczna biblioteka XCB util-renderutil.
66
67 %prep
68 %setup -q
69
70 %build
71 %configure \
72         --disable-silent-rules
73 %{__make}
74
75 %install
76 rm -rf $RPM_BUILD_ROOT
77
78 %{__make} install \
79         DESTDIR=$RPM_BUILD_ROOT
80
81 %clean
82 rm -rf $RPM_BUILD_ROOT
83
84 %post   -p /sbin/ldconfig
85 %postun -p /sbin/ldconfig
86
87 %files
88 %defattr(644,root,root,755)
89 %doc ChangeLog NEWS README
90 %attr(755,root,root) %{_libdir}/libxcb-render-util.so.*.*.*
91 %attr(755,root,root) %ghost %{_libdir}/libxcb-render-util.so.0
92
93 %files devel
94 %defattr(644,root,root,755)
95 %attr(755,root,root) %{_libdir}/libxcb-render-util.so
96 %{_libdir}/libxcb-render-util.la
97 %{_includedir}/xcb/xcb_renderutil.h
98 %{_pkgconfigdir}/xcb-renderutil.pc
99
100 %files static
101 %defattr(644,root,root,755)
102 %{_libdir}/libxcb-render-util.a
This page took 0.229203 seconds and 3 git commands to generate.