From 502800324c07bc6c1f9d1f7ddbd13949ed144909 Mon Sep 17 00:00:00 2001 From: luoqing Date: Tue, 9 Aug 2022 18:12:19 +0800 Subject: [PATCH] Modify license and add yaml file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改license以符合规范 添加yaml文件 --- kiran-qdbusxml2cpp.spec | 7 +++++-- kiran-qdbusxml2cpp.yaml | 4 ++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 kiran-qdbusxml2cpp.yaml diff --git a/kiran-qdbusxml2cpp.spec b/kiran-qdbusxml2cpp.spec index 4892798..7ee462e 100644 --- a/kiran-qdbusxml2cpp.spec +++ b/kiran-qdbusxml2cpp.spec @@ -1,9 +1,9 @@ Name: kiran-qdbusxml2cpp Summary: Produces the C++ code to implement the dbus interfaces defined in the input file Version: 2.2.0 -Release: 4.kb4 +Release: 5.kb4 -License: GPLv3 with exceptions +License: GPL-3.0-or-later Source0: %{name}-%{version}.tar.gz Patch0001: 0000-docs-add-license-add-gpl3-except-license-d4b832e7.patch @@ -35,6 +35,9 @@ make %{?_smp_mflags} %{_libdir}/cmake/KiranDBusGenerate %changelog +* Tue Aug 09 2022 luoqing - 2.2.0-5.kb4 +- KYOS-F: Modify license. + * Sat Jan 22 2022 longcheng - 2.2.0-4.kb4 - KYOS-B: Add BuildRequires: qt5-qtbase-private-devel diff --git a/kiran-qdbusxml2cpp.yaml b/kiran-qdbusxml2cpp.yaml new file mode 100644 index 0000000..295b39b --- /dev/null +++ b/kiran-qdbusxml2cpp.yaml @@ -0,0 +1,4 @@ +version_control: gitee +src_repo: https://gitee.com/openeuler/kiran-qdbusxml2cpp.git +tag_prefix: "v" +seperator: "."