Accepting request 924741 from GNOME:Factory

see https://build.opensuse.org/request/show/922934
- turn off doc build, it does not work with new doxygen (forwarded request 923707 from pgajdos)

OBS-URL: https://build.opensuse.org/request/show/924741
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/atkmm1_6?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2021-10-12 19:48:52 +00:00 committed by Git OBS Bridge
commit 482a88ea22
2 changed files with 7 additions and 17 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 7 11:42:49 UTC 2021 - pgajdos@suse.com
- turn off doc build, it does not work with new doxygen
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 18 19:30:17 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com> Fri Dec 18 19:30:17 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package atkmm1_6 # spec file for package atkmm1_6
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -61,23 +61,12 @@ Requires: libatkmm-1_6-1 = %{version}
atkmm is the C++ binding for the ATK library. atkmm is the C++ binding for the ATK library.
This module is part of the GNOME C++ bindings effort. This module is part of the GNOME C++ bindings effort.
%package doc
Summary: C++ Binding for the ATK library
License: GPL-2.0-or-later AND LGPL-2.1-or-later
Group: Documentation/HTML
Requires: glibmm2-doc
BuildArch: noarch
%description doc
atkmm is the C++ binding for the ATK library.
This module is part of the GNOME C++ bindings effort.
%prep %prep
%autosetup -p1 -n %{_name}-%{version} %autosetup -p1 -n %{_name}-%{version}
%build %build
%meson \ %meson \
-Dbuild-documentation=true \ -Dbuild-documentation=false \
%{nil} %{nil}
%meson_build %meson_build
@ -102,8 +91,4 @@ This module is part of the GNOME C++ bindings effort.
%dir %{_libdir}/atkmm-1.6/proc %dir %{_libdir}/atkmm-1.6/proc
%{_libdir}/atkmm-1.6/proc/m4/ %{_libdir}/atkmm-1.6/proc/m4/
%files doc
%{_datadir}/devhelp/books/atkmm-1.6/
%{_datadir}/doc/atkmm-1.6/
%changelog %changelog