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