Accepting request 955280 from home:iznogood:branches:GNOME:Next

- Drop gtk-doc BuildRequires, and pass disable-gtk-doc to
  configure, the included gtk-docs are fine, we do not need to
  build them ourselves.

OBS-URL: https://build.opensuse.org/request/show/955280
OBS-URL: https://build.opensuse.org/package/show/Base:System/udisks2?expand=0&rev=93
This commit is contained in:
Bjørn Lie 2022-02-16 15:49:36 +00:00 committed by Git OBS Bridge
parent b04ba49823
commit 57464eaa99
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jan 31 15:28:11 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Drop gtk-doc BuildRequires, and pass disable-gtk-doc to
configure, the included gtk-docs are fine, we do not need to
build them ourselves.
-------------------------------------------------------------------
Thu Jan 27 08:00:22 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -33,7 +33,6 @@ Source0: %{url}/releases/download/udisks-%{version}/udisks-%{version}.tar
BuildRequires: chrpath
BuildRequires: docbook-xsl-stylesheets
BuildRequires: gobject-introspection-devel >= 0.6.2
BuildRequires: gtk-doc
BuildRequires: libacl-devel
BuildRequires: libblockdev-btrfs-devel >= %{libblockdev_version}
BuildRequires: libblockdev-crypto-devel >= %{libblockdev_version}
@ -205,7 +204,7 @@ sed -i udisks/udisks2.conf.in -e "s/encryption=luks1/encryption=%{default_luks_e
%build
%configure \
--disable-static \
--enable-gtk-doc \
--disable-gtk-doc \
--docdir=%{_docdir}/%{name} \
--enable-bcache \
--enable-btrfs \