fix build error in openEuler
Signed-off-by: longcheng <longcheng@kylinsec.com.cn>
This commit is contained in:
parent
ae3417c466
commit
1f8544220c
@ -15,7 +15,7 @@
|
|||||||
Name: mate-utils
|
Name: mate-utils
|
||||||
Version: %{branch}.0
|
Version: %{branch}.0
|
||||||
%if 0%{?rel_build}
|
%if 0%{?rel_build}
|
||||||
Release: 3
|
Release: 4
|
||||||
%else
|
%else
|
||||||
Release: 0.11%{?git_rel}
|
Release: 0.11%{?git_rel}
|
||||||
%endif
|
%endif
|
||||||
@ -29,14 +29,12 @@ URL: http://mate-desktop.org
|
|||||||
# Source for snapshot-builds.
|
# Source for snapshot-builds.
|
||||||
%{!?rel_build:Source0: http://git.mate-desktop.org/%{name}/snapshot/%{name}-%{commit}.tar.xz#/%{git_tar}}
|
%{!?rel_build:Source0: http://git.mate-desktop.org/%{name}/snapshot/%{name}-%{commit}.tar.xz#/%{git_tar}}
|
||||||
|
|
||||||
#kylin
|
|
||||||
Patch0: 0000-draw-mask-for-whole-screen-except-the-selection-area-15cc4fa9.patch
|
Patch0: 0000-draw-mask-for-whole-screen-except-the-selection-area-15cc4fa9.patch
|
||||||
Patch1: 0001-feature-mate-system-log-add-X-System-Server-category-51959949.patch
|
Patch1: 0001-feature-mate-system-log-add-X-System-Server-category-51959949.patch
|
||||||
Patch2: 0002-Remove-the-system-log-viewer-from-the-start-menu-6a94dfb1.patch
|
Patch2: 0002-Remove-the-system-log-viewer-from-the-start-menu-6a94dfb1.patch
|
||||||
Patch3: 0003-change-chinese-translation-be748614.patch
|
Patch3: 0003-change-chinese-translation-be748614.patch
|
||||||
Patch4: 0004-fix-control-center-fix-mate-system-log-is-not-displa-9cfd8ed4.patch
|
Patch4: 0004-fix-control-center-fix-mate-system-log-is-not-displa-9cfd8ed4.patch
|
||||||
Patch5: 0005-mate-dictionary-fix-memory-leak.patch
|
Patch5: 0005-mate-dictionary-fix-memory-leak.patch
|
||||||
#end kylin
|
|
||||||
|
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: e2fsprogs-devel
|
BuildRequires: e2fsprogs-devel
|
||||||
@ -52,9 +50,7 @@ BuildRequires: mesa-libGL-devel
|
|||||||
BuildRequires: popt-devel
|
BuildRequires: popt-devel
|
||||||
BuildRequires: usermode
|
BuildRequires: usermode
|
||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
%if 0%{?fedora} && 0%{?fedora} >= 29
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
%endif
|
|
||||||
|
|
||||||
Requires: mate-dictionary = %{version}-%{release}
|
Requires: mate-dictionary = %{version}-%{release}
|
||||||
Requires: mate-screenshot = %{version}-%{release}
|
Requires: mate-screenshot = %{version}-%{release}
|
||||||
@ -267,6 +263,9 @@ desktop-file-install \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 28 2022 longcheng <longcheng@kylinos.com.cn> - 1.24.0-4
|
||||||
|
- KYOS-B: fix build error in openEuler
|
||||||
|
|
||||||
* Thu Jul 7 2022 yinyongkang <yinyongkang@kylinos.cn> - 1.24.0-3
|
* Thu Jul 7 2022 yinyongkang <yinyongkang@kylinos.cn> - 1.24.0-3
|
||||||
- mate-dictionary: fix memory leak
|
- mate-dictionary: fix memory leak
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user