diff --git a/libxcb.changes b/libxcb.changes index 4a41e6e..b240494 100644 --- a/libxcb.changes +++ b/libxcb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Oct 20 10:56:20 UTC 2013 - jengelh@inai.de + +- Split devel documentation into separate package + ------------------------------------------------------------------- Fri Aug 23 20:12:20 UTC 2013 - hrvoje.senjan@gmail.com diff --git a/libxcb.spec b/libxcb.spec index 2c43206..e789c45 100644 --- a/libxcb.spec +++ b/libxcb.spec @@ -360,6 +360,19 @@ protocol, improved threading support, and extensibility. This package contains the development headers for the library found in %lname. +%package devel-doc +Summary: Documentation for libxcb +Group: Documentation/Man +BuildArch: noarch + +%description devel-doc +The X protocol C-language Binding (XCB) is a replacement for Xlib +featuring a small footprint, latency hiding, direct access to the +protocol, improved threading support, and extensibility. + +This subpackage contains the manual pages and documentation for +libxcb. + %prep %setup -q %patch -P 1 -p0 @@ -560,6 +573,9 @@ rm -f "%buildroot/%_libdir"/*.la %_includedir/xcb %_libdir/libxcb*.so %_libdir/pkgconfig/xcb*.pc + +%files devel-doc +%defattr(-,root,root) %_docdir/%name %_mandir/man3/xcb*