SPECS: xcb-util.spec - pl - /usr/include/xcb dir belongs to libxcb

qboosh qboosh at pld-linux.org
Thu Mar 8 09:01:23 CET 2007


Author: qboosh                       Date: Thu Mar  8 08:01:23 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl
- /usr/include/xcb dir belongs to libxcb

---- Files affected:
SPECS:
   xcb-util.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/xcb-util.spec
diff -u SPECS/xcb-util.spec:1.1 SPECS/xcb-util.spec:1.2
--- SPECS/xcb-util.spec:1.1	Wed Mar  7 17:48:22 2007
+++ SPECS/xcb-util.spec	Thu Mar  8 09:01:17 2007
@@ -1,5 +1,6 @@
 # $Revision$, $Date$
 Summary:	XCB support libraries
+Summary(pl.UTF-8):	Biblioteki wspomagające XCB
 Name:		xcb-util
 Version:	0.2
 Release:	1
@@ -23,32 +24,78 @@
 
 These libraries are currently included, roughly ordered by maturity:
 
-render-util: Convenience functions for the Render extension. aux:
-Convenient access to connection setup and some core requests. atom:
-Standard core X atom constants and atom caching. property: Callback X
-property-change handling. icccm: Both client and window-manager
-helpers for ICCCM. keysyms: Standard X key constants and conversion
-to/from keycodes. event: Callback X event handling. image: Port of
-Xlib's XImage and XShmImage functions. wm: Framework for window
-manager implementation.
+render-util: Convenience functions for the Render extension.
+
+aux: Convenient access to connection setup and some core requests.
+
+atom: Standard core X atom constants and atom caching.
+
+property: Callback X property-change handling.
+
+icccm: Both client and window-manager helpers for ICCCM.
+
+keysyms: Standard X key constants and conversion to/from keycodes.
+
+event: Callback X event handling.
+
+image: Port of Xlib's XImage and XShmImage functions.
+
+wm: Framework for window manager implementation.
+
+%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.
+
+Załączone biblioteki w kolejności dojrzałości to:
+
+render-util: wygodne funkcje do rozszerzenia Render.
+
+aux: wygodny dostęp do konfiguracji połączenia i niektórych głównych
+żądań.
+
+atom: standardowe stałe atomowe X i buforowanie atomowe.
+
+property: obsługa wywołań zwrotnych przy zmianie własności X.
+
+icccm: funkcje pomocnicze dla klientów i zarządców okien do ICCCM.
+
+keysyms: standardowe stałe i konwersje klawiszy X z/do kodów klawiszy.
+
+event: obsługa wywołań zwrotnych dla zdarzeń X.
+
+image: port funkcji XImage i XShmImage z Xlib.
+
+wm: szkielet dla implementacji zarządców okien.
 
 %package devel
 Summary:	Header files for XCB util libraries
+Summary(pl.UTF-8):	Pliki nagłówkowe bibliotek XCB util
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires:	libxcb-devel
+Requires:	libxcb-devel >= 1.0
 
 %description devel
 Header files for XCB util libraries.
 
+%description devel -l pl.UTF-8
+Pliki nagłówkowe bibliotek XCB util.
+
 %package static
 Summary:	Static XCB util libraries
+Summary(pl.UTF-8):	Statyczne biblioteki XCB util
 Group:		Development/Libraries
 Requires:	%{name}-devel = %{version}-%{release}
 
 %description static
 Static XCB util libraries.
 
+%description static -l pl.UTF-8
+Statyczne biblioteki XCB util.
+
 %prep
 %setup -q
 
@@ -73,18 +120,18 @@
 %files
 %defattr(644,root,root,755)
 %doc NEWS README
-%attr(755,root,root) %{_libdir}/libxcb*.so.*.*.*
+%attr(755,root,root) %{_libdir}/libxcb-*.so.*.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libxcb*.so
-%{_libdir}/libxcb*.la
-%{_includedir}/xcb
-%{_pkgconfigdir}/xcb*.pc
+%attr(755,root,root) %{_libdir}/libxcb-*.so
+%{_libdir}/libxcb-*.la
+%{_includedir}/xcb/xcb_*.h
+%{_pkgconfigdir}/xcb-*.pc
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/libxcb*.a
+%{_libdir}/libxcb-*.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -92,7 +139,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007/03/08 08:01:17  qboosh
+- pl
+- /usr/include/xcb dir belongs to libxcb
+
 Revision 1.1  2007/03/07 16:48:22  arekm
 - initial pld release
-
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/xcb-util.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list