Accepting request 924740 from GNOME:Factory

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

OBS-URL: https://build.opensuse.org/request/show/924740
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pangomm1_4?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2021-10-12 19:48:48 +00:00 committed by Git OBS Bridge
commit e8cc371a9c
2 changed files with 6 additions and 12 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 7 11:29:35 UTC 2021 - pgajdos@suse.com
- turn off doc build, it does not work with new doxygen
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 28 15:33:55 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org> Tue Sep 28 15:33:55 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -60,20 +60,13 @@ Requires: libpangomm%{so_ver} = %{version}
%description devel %description devel
pangomm provides a C++ interface to the pango library. pangomm provides a C++ interface to the pango library.
%package doc
Summary: C++ interface for pango -- Developer Documentation
Group: Documentation/HTML
%description doc
pangomm provides a C++ interface to the pango library.
%prep %prep
%autosetup -p1 -n %{_name}-%{version} %autosetup -p1 -n %{_name}-%{version}
chmod -x NEWS chmod -x NEWS
%build %build
%meson \ %meson \
-Dbuild-documentation=true \ -Dbuild-documentation=false \
%{nil} %{nil}
%meson_build %meson_build
@ -95,8 +88,4 @@ chmod -x NEWS
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%{_libdir}/pangomm-1.4 %{_libdir}/pangomm-1.4
%files doc
%{_datadir}/devhelp/books/pangomm-1.4/
%{_datadir}/doc/pangomm-1.4/
%changelog %changelog