From 087d2faed92f3f4ebfa43ef036637e7660e15c87 Mon Sep 17 00:00:00 2001 From: wang--ge Date: Mon, 28 Dec 2020 20:04:14 +0800 Subject: [PATCH] remove redundancy %{?dist} (cherry picked from commit 38b0dd2c97d9098f34987f6315b5dd49f2e07647) --- libqtxdg.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libqtxdg.spec b/libqtxdg.spec index 048d0d5..70f0be0 100644 --- a/libqtxdg.spec +++ b/libqtxdg.spec @@ -1,7 +1,7 @@ Name: libqtxdg Summary: QtXdg, a Qt5 implementation of XDG standards Version: 3.3.1 -Release: 3%{?dist} +Release: 4 License: LGPLv2+ URL: http://lxqt.org Source0: https://github.com/lxqt/libqtxdg/archive/%{version}/%{name}-%{version}.tar.gz @@ -66,5 +66,8 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}-qt5 %{_qt5_archdatadir}/plugins/iconengines/libQt5XdgIconPlugin.so %changelog +* Mon Dec 28 2020 Ge Wang - 3.3.1-4 +- Remove redundancy %{?dist} + * Thu Jul 23 2020 Zhao Yang  - 3.3.1-3 - Initial release for OpenEuler -- Gitee