diff --git a/wayland.spec b/wayland.spec index a020d12..d721ec0 100644 --- a/wayland.spec +++ b/wayland.spec @@ -1,6 +1,6 @@ Name: wayland -Version: 1.6.1 -Release: 1mamba +Version: 1.8.0 +Release: 2mamba Summary: A protocol for a compositor to talk to its clients as well as a C library implementation of that protocol Group: System/Libraries Vendor: openmamba @@ -39,6 +39,13 @@ Requires: pkg-config %description -n lib%{name}-devel This package contains libraries and header files for developing applications that use %{name}. +%package apidocs +Group: Documentation +Summary: %{name} API documentation + +%description apidocs +This package includes the %{name} API documentation. + %debug_package %prep @@ -71,14 +78,7 @@ This package contains libraries and header files for developing applications tha %files -n lib%{name}-devel %defattr(-,root,root) %{_bindir}/wayland-scanner -%{_includedir}/wayland-client-protocol.h -%{_includedir}/wayland-client.h -%{_includedir}/wayland-cursor.h -%{_includedir}/wayland-egl.h -%{_includedir}/wayland-server-protocol.h -%{_includedir}/wayland-server.h -%{_includedir}/wayland-util.h -%{_includedir}/wayland-version.h +%{_includedir}/wayland-*.h %{_libdir}/libwayland-client.a %{_libdir}/libwayland-client.la %{_libdir}/libwayland-client.so @@ -96,7 +96,22 @@ This package contains libraries and header files for developing applications tha %{_mandir}/man3/wl_*.3* %doc README TODO +%files apidocs +%defattr(-,root,root) +%dir %{_docdir}/wayland +%dir %{_docdir}/wayland/Wayland +%{_docdir}/wayland/Wayland/*/html/* + %changelog +* Mon Jun 08 2015 Silvan Calarco 1.8.0-2mamba +- apidocs: don't require wayland + +* Fri Jun 05 2015 Automatic Build System 1.8.0-1mamba +- automatic version update by autodist + +* Sun Feb 15 2015 Automatic Build System 1.7.0-1mamba +- automatic version update by autodist + * Wed Jan 28 2015 Automatic Build System 1.6.1-1mamba - automatic version update by autodist