From cfdda092a1446afb2deaf90705ba35edcfc7c457 Mon Sep 17 00:00:00 2001 From: yangxianzhao Date: Tue, 9 Jan 2024 13:45:14 +0800 Subject: [PATCH] fix build error --- deepin-reader.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/deepin-reader.spec b/deepin-reader.spec index b4ecfa0..c2cb4ad 100644 --- a/deepin-reader.spec +++ b/deepin-reader.spec @@ -1,8 +1,12 @@ +%define anolis_release 1 +%define __arch_install_post %{nil} + +%define __os_install_post %{nil} %global debug_package %{nil} Name: deepin-reader Version: 5.9.9.2 -Release: 2%{?dist} +Release: 2.%{anolis_release}%{?dist} Summary: A simple PDF reader, supporting bookmarks, highlights and annotations License: GPLv3+ URL: https://github.com/linuxdeepin/%{name} @@ -64,6 +68,9 @@ popd /usr/lib/deepin-reader/libdeepin-poppler* %changelog +* Tue Jan 09 2024 yangxianzhao - 5.9.9.2-2.1 +- fix build error + * Wed Feb 08 2023 liweiganga - 5.9.9.2-2 - rebuild -- Gitee