From 77bf57dc13578713ee76fa8dbd398d59b2e769c5 Mon Sep 17 00:00:00 2001 From: kerongw Date: Fri, 22 Jul 2022 07:58:44 +0000 Subject: [PATCH] remove redundant find_lang macro, fix install error --- evolution-data-server.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/evolution-data-server.spec b/evolution-data-server.spec index d09b3ba..befa3f3 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -36,7 +36,7 @@ Name: evolution-data-server Version: 3.44.3 -Release: 2 +Release: 3 Summary: Backend data server for Evolution License: LGPLv2+ URL: https://wiki.gnome.org/Apps/Evolution @@ -147,8 +147,6 @@ fi %posttrans glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : -%find_lang %{name} - %files %license COPYING %doc README ChangeLog NEWS @@ -332,6 +330,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %{_libexecdir}/evolution-data-server/csv2vcard %changelog +* Fri Jul 22 2022 wangkerong - 3.44.3-3 +- remove redundant find_lang macro, fix install error + * Wed Jul 20 2022 liyanan - 3.44.3-2 - Modify to single-threaded compilation to solve occasional compilation failures -- Gitee