From 65c77078697af9943524372541bdc98286d2b9f2 Mon Sep 17 00:00:00 2001 From: hexiujun Date: Thu, 26 Dec 2019 14:59:21 +0800 Subject: [PATCH] delete redundant files --- evolution-data-server.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/evolution-data-server.spec b/evolution-data-server.spec index 5e7cb68..66d0d1c 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -2,7 +2,7 @@ Name: evolution-data-server Version: 3.30.1 -Release: 2 +Release: 3 Summary: Backend data server for Evolution License: LGPLv2+ URL: https://wiki.gnome.org/Apps/Evolution @@ -140,6 +140,8 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %{_userunitdir}/*.service +%exclude %{_libexecdir}/%{name}/installed-tests + %files devel %{_includedir}/evolution-data-server %{_libdir}/*.so @@ -160,5 +162,8 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %{_libexecdir}/evolution-data-server/csv2vcard %changelog +* Tue Dec 24 2019 openEuler Buildteam - 3.30.1-3 +- delete redundant files + * Sat Sep 21 2019 dongjian - 3.30.1-2 - Package init -- Gitee