apidocs: don't require wayland [release 1.8.0-2mamba;Mon Jun 08 2015]

This commit is contained in:
Silvan Calarco 2024-01-05 19:11:49 +01:00
parent b905b4487c
commit 87793f0f9d

View File

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