!20 Add .gitattriutes
From: @tanyulong2021 Reviewed-by: @dou33 Signed-off-by: @dou33
This commit is contained in:
commit
df53a3cbe2
22
0011-Add-gitattriutes-files.patch
Normal file
22
0011-Add-gitattriutes-files.patch
Normal 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
|
||||||
|
|
||||||
@ -1,6 +1,6 @@
|
|||||||
Name: ukui-screensaver
|
Name: ukui-screensaver
|
||||||
Version: 3.0.1
|
Version: 3.0.1
|
||||||
Release: 11
|
Release: 12
|
||||||
Summary: parallels toolbox for UKUI
|
Summary: parallels toolbox for UKUI
|
||||||
License: GPL-3+ GPL-2+
|
License: GPL-3+ GPL-2+
|
||||||
URL: http://www.ukui.org
|
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
|
patch7: 0008-Screen-saver-add-x11-attribute.patch
|
||||||
patch8: 0009-only-one-user-the-switch-user-button-is-not-displayed.patch
|
patch8: 0009-only-one-user-the-switch-user-button-is-not-displayed.patch
|
||||||
patch9: 0010-Add-opencv-compilation-dependency.patch
|
patch9: 0010-Add-opencv-compilation-dependency.patch
|
||||||
|
patch10: 0011-Add-gitattriutes-files.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The ukui-sidebar is mainly used in the desktop operating system.
|
The ukui-sidebar is mainly used in the desktop operating system.
|
||||||
@ -55,7 +56,7 @@ patch9: 0010-Add-opencv-compilation-dependency.patch
|
|||||||
%patch7 -p1
|
%patch7 -p1
|
||||||
%patch8 -p1
|
%patch8 -p1
|
||||||
%patch9 -p1
|
%patch9 -p1
|
||||||
|
%patch10 -p1
|
||||||
%build
|
%build
|
||||||
cmake .
|
cmake .
|
||||||
make
|
make
|
||||||
@ -83,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
#%%{_datadir}/ukui-screensaver/screensaver-en.ini
|
#%%{_datadir}/ukui-screensaver/screensaver-en.ini
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Nov 10 2021 tanyulong <tanyulong@kylinos.cn> - 3.0.1-11
|
||||||
- Add opencv compilation dependency
|
- Add opencv compilation dependency
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user