Accepting request 204009 from home:jengelh:branches:X11:XOrg

- Split devel documentation into separate package
  (over 2000 files)

OBS-URL: https://build.opensuse.org/request/show/204009
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libxcb?expand=0&rev=18
This commit is contained in:
Stefan Dirsch 2013-10-21 08:24:53 +00:00 committed by Git OBS Bridge
parent 5c30ae52dc
commit a807b00d14
2 changed files with 21 additions and 0 deletions

View File

@ -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

View File

@ -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*