summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-02-16 09:17:07 -0800
committerAnas Nashif <anas.nashif@intel.com>2013-02-16 09:17:07 -0800
commit9e3d82151917f96dc5143dd2def282e62ecae605 (patch)
tree7b3a12443f76e3bdc28034a458cf02af51f0c229
parenta716c86c6a9cdd2a61d4000a1cfb365cf0f4eb25 (diff)
downloadxcb-util-9e3d82151917f96dc5143dd2def282e62ecae605.tar.gz
xcb-util-9e3d82151917f96dc5143dd2def282e62ecae605.tar.bz2
xcb-util-9e3d82151917f96dc5143dd2def282e62ecae605.zip
put library in libxcb-util for consistencysubmit/trunk/20130216.171741submit/trunk/20130216.171709
-rw-r--r--packaging/xcb-util.changes3
-rw-r--r--packaging/xcb-util.spec26
2 files changed, 25 insertions, 4 deletions
diff --git a/packaging/xcb-util.changes b/packaging/xcb-util.changes
index 8ccf055..c43e080 100644
--- a/packaging/xcb-util.changes
+++ b/packaging/xcb-util.changes
@@ -1,3 +1,6 @@
+* Sat Feb 16 2013 Anas Nashif <anas.nashif@intel.com> submit/trunk/20130216.164923@a716c86
+- put library in libxcb-util for consistency
+
* Sat Feb 16 2013 Anas Nashif <anas.nashif@intel.com> submit/trunk/20121116.224343@1dabdbe
- Add baselibs.conf
diff --git a/packaging/xcb-util.spec b/packaging/xcb-util.spec
index 53adc92..94c3c6e 100644
--- a/packaging/xcb-util.spec
+++ b/packaging/xcb-util.spec
@@ -2,7 +2,7 @@ Name: xcb-util
Version: 0.3.9
Release: 0
License: MIT
-Summary: utility libraries for X C Binding
+Summary: Utility libraries for X C Binding
Url: http://xcb.freedesktop.org/
Group: System/Libraries
Source: %{name}-%{version}.tar.bz2
@@ -21,6 +21,24 @@ 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.
+%package -n libxcb-util
+Summary: XCB utility modules
+Group: System/Libraries
+
+%description -n libxcb-util
+The XCB util modules provide 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.
+
+Included in this package are:
+
+- atom: Standard core X atom constants and atom caching.
+- aux: Convenient access to connection setup and some core requests.
+- event: Callback X event handling.
+
%package devel
Summary: Development and header files for xcb-util
Group: System Environment/Libraries
@@ -43,12 +61,12 @@ make %{?_smp_mflags}
%remove_docs
-%post -p /sbin/ldconfig
+%post -n libxcb-util -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%postun -n libxcb-util -p /sbin/ldconfig
-%files
+%files -n libxcb-util
%defattr(-,root,root,-)
%{_libdir}/libxcb-util.so.*