From c7b8760a7968b012af9e95d9886b2bd491ebd8e4 Mon Sep 17 00:00:00 2001 From: zhang__3125 <13466585422@163.com> Date: Wed, 22 Jun 2022 22:28:13 +0800 Subject: [PATCH] fix build when Meson >= 0.61.5 --- evince.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/evince.spec b/evince.spec index 9f6a009..a65657d 100644 --- a/evince.spec +++ b/evince.spec @@ -6,7 +6,7 @@ Name: evince Version: 42.3 -Release: 1 +Release: 2 Summary: Document viewer for multiple document formats License: GPLv2+ and GPLv3+ and LGPLv2+ and MIT and Afmparse URL: https://wiki.gnome.org/Apps/Evince @@ -71,7 +71,7 @@ This package contain the help documents for evince. export CFLAGS='-I%{_builddir}/%{name}-%{version}/cut-n-paste/synctex %optflags' #export CFLAGS='-I/usr/include/synctex %optflags' %meson -Dcomics=enabled -Ddvi=enabled -Ddjvu=enabled -Dxps=enabled \ - -Dt1lib=disabled -Dsystemduserunitdir=no -Dnautilus=false \ + -Dsystemduserunitdir=no -Dnautilus=false \ -Dps=enabled %meson_build @@ -130,6 +130,10 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Evince-p %{_mandir}/man1/*.1* %changelog +* Mon Jun 20 2022 lin zhang - 42.3-2 +- fix build when Meson >= 0.61.5 +- remove meson option t1lib + * Mon Mar 28 2022 lin zhang - 42.3-1 - Update to 42.3 -- Gitee