update Copyright and Authors information

This commit is contained in:
tanyulong2021 2022-08-08 10:56:02 +08:00
parent be8ee8ab27
commit b6c08c45a4
2 changed files with 31 additions and 1 deletions

View File

@ -0,0 +1,25 @@
From b723b35f4fbb181b5c6bb7c2e861682d61153cd8 Mon Sep 17 00:00:00 2001
From: tanyulong2021 <tanyulong@kylinos.cn>
Date: Mon, 8 Aug 2022 10:52:50 +0800
Subject: [PATCH] update Copyright and Authors information
---
plugins/background/background.ukui-settings-plugin.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/plugins/background/background.ukui-settings-plugin.in b/plugins/background/background.ukui-settings-plugin.in
index 160044b..6ba2774 100755
--- a/plugins/background/background.ukui-settings-plugin.in
+++ b/plugins/background/background.ukui-settings-plugin.in
@@ -3,6 +3,6 @@ Module=background
IAge=0
_Name=Background
_Description=Background plugin
-Authors=
-Copyright=Copyright © 2007
+Authors= KylinSoft
+Copyright=Copyright © 2022
Website=
--
2.33.0

View File

@ -1,7 +1,7 @@
%define debug_package %{nil}
Name: ukui-settings-daemon
Version: 3.0.1
Release: 6
Release: 7
Summary: daemon handling the UKUI session settings
License: GPL-2.0-or-later and GPL-3.0-or-later and LGPL-2.0-or-later
URL: http://www.ukui.org
@ -10,6 +10,7 @@ Source0: %{name}-%{version}.tar.gz
patch0: 0001-fix-dependency-issue.patch
patch1: 0002-Modify-the-shortcut-key-prompt.patch
patch2: 0003-remove-depend-xserver-xorg-input-synaptics-on-s390x.patch
patch3: 0004-update-Copyright-and-Authors-information.patch
BuildRequires: intltool libcanberra-devel dbus-glib-devel dconf-devel fontconfig-devel glib2-devel gtk3-devel libnotify-devel nss-devel polkit-devel pulseaudio-libs-devel startup-notification-devel libX11-devel libXext-devel libXi-devel libxklavier-devel libXrandr-devel libXt-devel mate-desktop-libs xorg-x11-server-utils libusb-devel
#x11proto-kb-devel
@ -87,6 +88,7 @@ Requires: ukui-settings-daemon
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%build
./autogen.sh --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib64 --sysconfdir=/etc
@ -126,6 +128,9 @@ glib-compile-schemas /usr/share/glib-2.0/schemas/ &> /dev/null || :
%changelog
* Mon Aug 08 2022 tanyulong<tanyulong@kylinos.cn> - 3.0.1-7
- update Copyright and Authors information
* Thu Aug 04 2022 tanyulong<tanyulong@kylinos.cn> - 3.0.1-6
- remove depend xserver xorg input synaptics on s390x