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