diff --git a/wayland.spec b/wayland.spec index 1d66ba8..c750f00 100644 --- a/wayland.spec +++ b/wayland.spec @@ -2,7 +2,7 @@ Name: wayland Version: 1.8.91 -Release: 1%{?gitdate:.%{gitdate}}%{?dist} +Release: 2%{?gitdate:.%{gitdate}}%{?dist} Summary: Wayland Compositor Infrastructure Group: User Interface/X @@ -25,9 +25,6 @@ BuildRequires: docbook-style-xsl BuildRequires: xmlto BuildRequires: graphviz -Provides: %{name}-common = %{version}-%{release} -Obsoletes: %{name}-common < 0.85.0 - %description Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone @@ -41,6 +38,14 @@ License: MIT %description devel Common headers for wayland +%package doc +Summary: Wayland development documentation +License: MIT +BuildArch: noarch +Obsoletes: wayland < 1.8.91 +%description doc +Wayland development documentation + %package -n libwayland-client Summary: Wayland client library License: MIT @@ -118,10 +123,6 @@ XDG_RUNTIME_DIR=$PWD/tests/run make check || \ %postun -n libwayland-server -p /sbin/ldconfig -%files -%doc README TODO -#doc %{_datadir}/doc/wayland/* - %files devel %{_bindir}/wayland-scanner %{_includedir}/wayland-util.h @@ -136,6 +137,10 @@ XDG_RUNTIME_DIR=$PWD/tests/run make check || \ %{_datadir}/wayland/wayland.dtd %{_mandir}/man3/*.3* +%files doc +%doc README TODO +%{_datadir}/doc/wayland/ + %files -n libwayland-client %{_libdir}/libwayland-client.so.0* @@ -161,6 +166,9 @@ XDG_RUNTIME_DIR=$PWD/tests/run make check || \ %{_libdir}/pkgconfig/wayland-server.pc %changelog +* Fri Aug 21 2015 Kalev Lember - 1.8.91-2 +- Split out wayland-doc subpackage for documentation + * Fri Aug 21 2015 Kalev Lember - 1.8.91-1 - Update to 1.8.91