From 9552a4f91deb0cbd46cfa6361d371b37cb1f51c6 Mon Sep 17 00:00:00 2001 From: zhang__3125 <13466585422@163.com> Date: Wed, 22 Jun 2022 14:02:23 +0800 Subject: [PATCH] remove meson option enable_docs --- pango.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pango.spec b/pango.spec index fbf235a..cab1707 100644 --- a/pango.spec +++ b/pango.spec @@ -1,8 +1,7 @@ Name: pango Version: 1.50.7 -Release: 1 +Release: 2 Summary: System for layout and rendering of internationalized text - License: LGPLv2+ URL: https://pango.gnome.org/ Source0: https://download.gnome.org/sources/%{name}/1.50/%{name}-%{version}.tar.xz @@ -45,7 +44,7 @@ for the pango package. %autosetup -n %{name}-%{version} -p1 %build -%meson -Denable_docs=true -Dinstall-tests=true +%meson -Dinstall-tests=true %meson_build %install @@ -83,6 +82,9 @@ fi %{_mandir}/man1/pango-view.1.* %changelog +* Mon Jun 20 2022 lin zhang - 1.50.7-2 +- remove meson option enable_docs + * Mon Jun 6 2022 lin zhang - 1.50.7-1 - Upgrade to 1.50.7 -- Gitee