!20 Add .gitattriutes

From: @tanyulong2021
Reviewed-by: @dou33
Signed-off-by: @dou33
This commit is contained in:
openeuler-ci-bot 2021-12-02 06:14:10 +00:00 committed by Gitee
commit df53a3cbe2
2 changed files with 28 additions and 2 deletions

View File

@ -0,0 +1,22 @@
From 47f5cde3cd8392153b10f6565c7da0c69547603c Mon Sep 17 00:00:00 2001
From: tanyulong <tanyulong@kylinos.cn>
Date: Thu, 2 Dec 2021 11:34:30 +0800
Subject: [PATCH] Add gitattriutes files
---
.gitattributes | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 .gitattributes
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..df0353f
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,3 @@
+debian/changelog
+debian/compat
+debian/source/format
--
2.30.0

View File

@ -1,6 +1,6 @@
Name: ukui-screensaver
Version: 3.0.1
Release: 11
Release: 12
Summary: parallels toolbox for UKUI
License: GPL-3+ GPL-2+
URL: http://www.ukui.org
@ -36,6 +36,7 @@ patch6: 0007-screen-saver-mode-is-set-to-single-and-the-problem-of-segfault.pat
patch7: 0008-Screen-saver-add-x11-attribute.patch
patch8: 0009-only-one-user-the-switch-user-button-is-not-displayed.patch
patch9: 0010-Add-opencv-compilation-dependency.patch
patch10: 0011-Add-gitattriutes-files.patch
%description
The ukui-sidebar is mainly used in the desktop operating system.
@ -55,7 +56,7 @@ patch9: 0010-Add-opencv-compilation-dependency.patch
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1
%build
cmake .
make
@ -83,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
#%%{_datadir}/ukui-screensaver/screensaver-en.ini
%changelog
* Thu Dec 02 2021 tanyulong <tanyulong@kylinos.cn> - 3.0.1-12
- Add .gitattriutes files
* Wed Nov 10 2021 tanyulong <tanyulong@kylinos.cn> - 3.0.1-11
- Add opencv compilation dependency