]> git.pld-linux.org Git - packages/xcb-util-renderutil.git/blame - xcb-util-renderutil.spec
- new
[packages/xcb-util-renderutil.git] / xcb-util-renderutil.spec
CommitLineData
af87ab05
JB
1Summary: XCB util-renderutil module
2Summary(pl.UTF-8): Moduł XCB util-renderutil
3Name: xcb-util-renderutil
4Version: 0.3.8
5Release: 1
6License: MIT
7Group: Libraries
8Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
9# Source0-md5: b346ff598ee093c141f836fbc0f8f721
10URL: http://xcb.freedesktop.org/XcbUtil/
11BuildRequires: gperf
12BuildRequires: libxcb-devel >= 1.4
13BuildRequires: m4
14BuildRequires: pkgconfig
15BuildRequires: xcb-proto >= 1.6
16BuildRequires: xcb-util-devel >= 0.3.8
17BuildRequires: xorg-proto-xproto-devel >= 7.0.8
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21The xcb-util module provides a number of libraries which sit on top of
22libxcb, the core X protocol library, and some of the extension
23libraries. These experimental libraries provide convenience functions
24and interfaces which make the raw X protocol more usable. Some of the
25libraries also provide client-side code which is not strictly part of
26the X protocol but which have traditionally been provided by Xlib.
27
28XCB util-renderutil module provides the following library:
29- renderutil: Convenience functions for the Render extension.
30
31%description -l pl.UTF-8
32xcb-util udostępnia wiele bibliotek opartych powyżej libxcb (głównej
33biblioteki protokołu X) oraz trochę bibliotek rozszerzeń. Te
34eksperymentalne biblioteki udostępniają wygodne funkcje i interfejsy
35czyniące surowy protokół X bardziej używalnym. Niektóre biblioteki
36udostępniają także kod kliencki nie będący ściśle częścią protokołu X,
37ale tradycyjnie dostarczany przez Xlib.
38
39Moduł XCB util-renderutil udostępnia następującą biliotekę:
40- renderutil: wygodne funkcje do rozszerzenia Render.
41
42%package devel
43Summary: Header files for XCB util-renderutil library
44Summary(pl.UTF-8): Pliki nagłówkowe biblioteki XCB util-renderutil
45Group: Development/Libraries
46Requires: %{name} = %{version}-%{release}
47Requires: libxcb-devel >= 1.4
48Requires: xcb-util-devel >= 0.3.8
49
50%description devel
51Header files for XCB util-renderutil library.
52
53%description devel -l pl.UTF-8
54Pliki nagłówkowe biblioteki XCB util-renderutil.
55
56%package static
57Summary: Static XCB util-renderutil library
58Summary(pl.UTF-8): Statyczna biblioteka XCB util-renderutil
59Group: Development/Libraries
60Requires: %{name}-devel = %{version}-%{release}
61
62%description static
63Static XCB util-renderutil library.
64
65%description static -l pl.UTF-8
66Statyczna biblioteka XCB util-renderutil.
67
68%prep
69%setup -q
70
71%build
72%configure \
73 --disable-silent-rules
74%{__make}
75
76%install
77rm -rf $RPM_BUILD_ROOT
78
79%{__make} install \
80 DESTDIR=$RPM_BUILD_ROOT
81
82%clean
83rm -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.114121 seconds and 4 git commands to generate.