Accepting request 923707 from home:pgajdos

see https://build.opensuse.org/request/show/922934
- turn off doc build, it does not work with new doxygen

OBS-URL: https://build.opensuse.org/request/show/923707
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/atkmm1_6?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2021-10-11 17:19:49 +00:00 committed by Git OBS Bridge
parent 17f072639a
commit 9930061f82
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>

View File

@ -1,7 +1,7 @@
#
# 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
# 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.
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
%autosetup -p1 -n %{_name}-%{version}
%build
%meson \
-Dbuild-documentation=true \
-Dbuild-documentation=false \
%{nil}
%meson_build
@ -102,8 +91,4 @@ This module is part of the GNOME C++ bindings effort.
%dir %{_libdir}/atkmm-1.6/proc
%{_libdir}/atkmm-1.6/proc/m4/
%files doc
%{_datadir}/devhelp/books/atkmm-1.6/
%{_datadir}/doc/atkmm-1.6/
%changelog