]> git.pld-linux.org Git - packages/xcb-util-renderutil.git/blob - xcb-util-renderutil.spec
- new
[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 BuildRequires:  xcb-util-devel >= 0.3.8
17 BuildRequires:  xorg-proto-xproto-devel >= 7.0.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-renderutil module provides the following library:
29 - renderutil: Convenience functions for the Render extension.
30
31 %description -l pl.UTF-8
32 xcb-util udostępnia wiele bibliotek opartych powyżej libxcb (głównej
33 biblioteki protokołu X) oraz trochę bibliotek rozszerzeń. Te
34 eksperymentalne biblioteki udostępniają wygodne funkcje i interfejsy
35 czyniące surowy protokół X bardziej używalnym. Niektóre biblioteki
36 udostępniają także kod kliencki nie będący ściśle częścią protokołu X,
37 ale tradycyjnie dostarczany przez Xlib.
38
39 Moduł XCB util-renderutil udostępnia następującą biliotekę:
40 - renderutil: wygodne funkcje do rozszerzenia Render.
41
42 %package devel
43 Summary:        Header files for XCB util-renderutil library
44 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki XCB util-renderutil
45 Group:          Development/Libraries
46 Requires:       %{name} = %{version}-%{release}
47 Requires:       libxcb-devel >= 1.4
48 Requires:       xcb-util-devel >= 0.3.8
49
50 %description devel
51 Header files for XCB util-renderutil library.
52
53 %description devel -l pl.UTF-8
54 Pliki nagłówkowe biblioteki XCB util-renderutil.
55
56 %package static
57 Summary:        Static XCB util-renderutil library
58 Summary(pl.UTF-8):      Statyczna biblioteka XCB util-renderutil
59 Group:          Development/Libraries
60 Requires:       %{name}-devel = %{version}-%{release}
61
62 %description static
63 Static XCB util-renderutil library.
64
65 %description static -l pl.UTF-8
66 Statyczna biblioteka XCB util-renderutil.
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-render-util.so.*.*.*
92 %attr(755,root,root) %ghost %{_libdir}/libxcb-render-util.so.0
93
94 %files devel
95 %defattr(644,root,root,755)
96 %attr(755,root,root) %{_libdir}/libxcb-render-util.so
97 %{_libdir}/libxcb-render-util.la
98 %{_includedir}/xcb/xcb_renderutil.h
99 %{_pkgconfigdir}/xcb-renderutil.pc
100
101 %files static
102 %defattr(644,root,root,755)
103 %{_libdir}/libxcb-render-util.a
This page took 0.096675 seconds and 4 git commands to generate.