[packages/libxcb] noarch apidocs

glen glen at pld-linux.org
Sun Mar 30 18:04:39 CEST 2014


commit 809ce8abf6f8d1e5718e16e88499b430c34e2407
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Mar 30 19:04:37 2014 +0300

    noarch apidocs

 libxcb.spec | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/libxcb.spec b/libxcb.spec
index c05bf12..a2d621d 100644
--- a/libxcb.spec
+++ b/libxcb.spec
@@ -2,12 +2,12 @@
 # Conditional build:
 %bcond_without	apidocs		# do not build and package API docs
 %bcond_without	graphviz	# do not require graphviz in doc regeneration
-#
+
 Summary:	X protocol C-language Binding library
 Summary(pl.UTF-8):	XCB - biblioteka dowiązań języka C do protokołu X
 Name:		libxcb
 Version:	1.10
-Release:	1
+Release:	2
 License:	MIT
 Group:		Libraries
 Source0:	http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
@@ -38,10 +38,14 @@ libxcb provides an interface to the X Window System protocol, slated
 to replace the current Xlib interface. It has several advantages over
 Xlib, including:
 - size: small library and lower memory footprint
-- latency hiding: batch several requests and wait for the replies later
-- direct protocol access: one-to-one mapping between interface and protocol
-- proven thread support: transparently access XCB from multiple threads
-- easy extension implementation: interfaces auto-generated from XML-XCB
+- latency hiding: batch several requests and wait for the replies
+  later
+- direct protocol access: one-to-one mapping between interface and
+  protocol
+- proven thread support: transparently access XCB from multiple
+  threads
+- easy extension implementation: interfaces auto-generated from
+  XML-XCB
 
 Xlib can also use XCB as a transport layer, allowing software to make
 requests and receive responses with both, which eases porting to XCB.
@@ -101,6 +105,9 @@ Statyczna biblioteka XCB.
 Summary:	XCB library API documentation
 Summary(pl.UTF-8):	Dokumentacja API biblioteki XCB
 Group:		Documentation
+%if "%{_rpmversion}" >= "5"
+BuildArch:	noarch
+%endif
 
 %description apidocs
 API and internal documentation for XCB library.
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libxcb.git/commitdiff/809ce8abf6f8d1e5718e16e88499b430c34e2407



More information about the pld-cvs-commit mailing list