[packages/xcb-util-cursor] - new

qboosh qboosh at pld-linux.org
Sun Jul 14 11:58:15 CEST 2013


commit 8b5bc849a618de2c4ff3f6474975d2909bf5e31c
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Jul 14 11:58:02 2013 +0200

    - new

 xcb-util-cursor.spec | 107 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 107 insertions(+)
---
diff --git a/xcb-util-cursor.spec b/xcb-util-cursor.spec
new file mode 100644
index 0000000..fad869c
--- /dev/null
+++ b/xcb-util-cursor.spec
@@ -0,0 +1,107 @@
+Summary:	XCB util-cursor module
+Summary(pl.UTF-8):	Moduł XCB util-cursor
+Name:		xcb-util-cursor
+Version:	0.0.99
+Release:	1
+License:	MIT
+Group:		Libraries
+Source0:	http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
+# Source0-md5:	a8eea006b5a630db037cbaa8cc4355ee
+URL:		http://xcb.freedesktop.org/XcbUtil/
+BuildRequires:	libxcb-devel >= 1.4
+BuildRequires:	pkgconfig
+BuildRequires:	xcb-proto >= 1.6
+BuildRequires:	xcb-util-devel >= 0.3.9
+BuildRequires:	xcb-util-image-devel
+BuildRequires:	xcb-util-renderutil-devel
+BuildRequires:	xorg-proto-xproto-devel >= 7.0.8
+Requires:	libxcb >= 1.4
+Requires:	xcb-util >= 0.3.9
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The xcb-util module provides a number of libraries which sit on top of
+libxcb, the core X protocol library, and some of the extension
+libraries. These experimental libraries provide convenience functions
+and interfaces which make the raw X protocol more usable. Some of the
+libraries also provide client-side code which is not strictly part of
+the X protocol but which have traditionally been provided by Xlib.
+
+XCB util-cursor module provides the following library:
+- cursor: port of libXcursor
+
+%description -l pl.UTF-8
+xcb-util udostępnia wiele bibliotek opartych powyżej libxcb (głównej
+biblioteki protokołu X) oraz trochę bibliotek rozszerzeń. Te
+eksperymentalne biblioteki udostępniają wygodne funkcje i interfejsy
+czyniące surowy protokół X bardziej używalnym. Niektóre biblioteki
+udostępniają także kod kliencki nie będący ściśle częścią protokołu X,
+ale tradycyjnie dostarczany przez Xlib.
+
+Moduł XCB util-cursor udostępnia następującą biliotekę:
+- cursor: port biblioteki libXcursor
+
+%package devel
+Summary:	Header files for XCB util-cursor library
+Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki XCB util-cursor
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+Requires:	libxcb-devel >= 1.4
+Requires:	xcb-util-devel >= 0.3.9
+Requires:	xcb-util-image-devel
+Requires:	xcb-util-renderutil-devel
+
+%description devel
+Header files for XCB util-cursor library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki XCB util-cursor.
+
+%package static
+Summary:	Static XCB util-cursor library
+Summary(pl.UTF-8):	Statyczna biblioteka XCB util-cursor
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+Static XCB util-cursor library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka XCB util-cursor.
+
+%prep
+%setup -q
+
+%build
+%configure \
+	--disable-silent-rules
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog NEWS README
+%attr(755,root,root) %{_libdir}/libxcb-cursor.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libxcb-cursor.so.0
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libxcb-cursor.so
+%{_libdir}/libxcb-cursor.la
+%{_includedir}/xcb/xcb_cursor.h
+%{_pkgconfigdir}/xcb-cursor.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libxcb-cursor.a
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xcb-util-cursor.git/commitdiff/8b5bc849a618de2c4ff3f6474975d2909bf5e31c



More information about the pld-cvs-commit mailing list