From 97e9d751d78c29c3944c030d2f001bcc7d0dc05d Mon Sep 17 00:00:00 2001 From: lvfei Date: Fri, 28 Oct 2022 02:57:33 -0400 Subject: [PATCH] update license from openkylin --- ukui-clock.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ukui-clock.spec b/ukui-clock.spec index 394c53a..dc42a5f 100644 --- a/ukui-clock.spec +++ b/ukui-clock.spec @@ -2,9 +2,9 @@ Name: ukui-clock Version: 3.0.1 -Release: 2 +Release: 3 Summary: contain clock alarm,stopwatch,countdown -License: GPL-2.1+ and GPL-3.0+ +License: GPL-3.0+ URL: http://www.ukui.org Source0: %{name}-%{version}.tar.xz Patch01: 0001-modify-the-error-version-of-ukui-clock.patch @@ -49,11 +49,14 @@ make INSTALL_ROOT=%{buildroot} install rm -rf $RPM_BUILD_ROOT %files - %{_bindir}/ukui-clock +%{_bindir}/ukui-clock %{_datadir}/applications/ukui-clock.desktop %{_datadir}/ukui-clock %changelog +* Fri Oct 28 2022 lvfei - 3.0.1-3 +- update license from https://gitee.com/openkylin/ukui-clock + * Mon Aug 8 2022 peijiankang - 3.0.1-2 - modify the error version of ukui-clock -- Gitee