]> git.pld-linux.org Git - packages/xcb-util.git/commitdiff
- pl auto/ti/xcb-util-0_2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 8 Mar 2007 08:01:17 +0000 (08:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- /usr/include/xcb dir belongs to libxcb

Changed files:
    xcb-util.spec -> 1.2

xcb-util.spec

index bb85beb879b4b84de5c5a683cba52616b05077c5..66345fbe45389b2c0ccc1901efd52ec264f9ca5d 100644 (file)
@@ -1,4 +1,5 @@
 Summary:       XCB support libraries
+Summary(pl.UTF-8):     Biblioteki wspomagające XCB
 Name:          xcb-util
 Version:       0.2
 Release:       1
@@ -22,32 +23,78 @@ the X protocol but which have traditionally been provided by Xlib.
 
 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
 
@@ -72,15 +119,15 @@ rm -rf $RPM_BUILD_ROOT
 %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
This page took 0.07884 seconds and 4 git commands to generate.