From b52a11ff3a289ad7721953d6f8acff9462b35367 Mon Sep 17 00:00:00 2001 From: dou33 Date: Tue, 29 Sep 2020 16:27:19 +0800 Subject: [PATCH] update atril.spec. --- atril.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/atril.spec b/atril.spec index c32b62c..8b5c577 100644 --- a/atril.spec +++ b/atril.spec @@ -14,7 +14,7 @@ Name: atril Version: %{branch}.3 -Release: 1 +Release: 2 Summary: Document viewer License: GPLv2+ and LGPLv2+ and MIT URL: http://mate-desktop.org @@ -25,6 +25,7 @@ URL: http://mate-desktop.org # Source for snapshot-builds. %{!?rel_build:Source0: http://git.mate-desktop.org/%{name}/snapshot/%{name}-%{commit}.tar.xz#/%{git_tar}} +BuildRequires: emacs-lucid BuildRequires: gcc-c++ BuildRequires: gtk3-devel BuildRequires: poppler-glib-devel @@ -176,6 +177,9 @@ desktop-file-validate ${RPM_BUILD_ROOT}%{_datadir}/applications/atril.desktop %changelog +* Tue Sep 29 2020 douyan - 1.22.3-2 +- fix compile issue + * Tue Aug 25 2020 douyan - 1.22.3-1 - disable caja support. Init package for openEuler -- Gitee