!3 rebuild and remove %if macros

From: @tanyulong2021 
Reviewed-by: @dou33 
Signed-off-by: @dou33
This commit is contained in:
openeuler-ci-bot 2022-05-13 06:31:48 +00:00 committed by Gitee
commit c6a3d6b606
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,12 +1,12 @@
%define debug_package %{nil} %define debug_package %{nil}
Name: ukui-notebook Name: ukui-notebook
Version: 3.1.0 Version: 3.1.0
Release: 1 Release: 2
Summary: A component of the ukui desktop environment that provides convenient text Summary: A component of the ukui desktop environment that provides convenient text
License: GPL-2+ License: GPL-2+
URL: http://www.ukui.org URL: http://www.ukui.org
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
%if 0
BuildRequires: qt5-qtsvg-devel BuildRequires: qt5-qtsvg-devel
BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qtbase-devel
BuildRequires: gsettings-qt-devel BuildRequires: gsettings-qt-devel
@ -25,12 +25,10 @@ BuildRequires: libXinerama-devel
BuildRequires: libXcursor-devel BuildRequires: libXcursor-devel
BuildRequires: ukui-sidebar BuildRequires: ukui-sidebar
%endif
%description %description
A component of the ukui desktop environment that provides convenient text recording and flexible interface display A component of the ukui desktop environment that provides convenient text recording and flexible interface display
%if 0
%prep %prep
%setup -q %setup -q
@ -57,9 +55,11 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/dbus-1/services/org.ukui.note.service %{_datadir}/dbus-1/services/org.ukui.note.service
%{_datadir}/ukui-notebook/ukui-notebook_tr.qm %{_datadir}/ukui-notebook/ukui-notebook_tr.qm
%{_datadir}/ukui-notebook/ukui-notebook_zh_CN.qm %{_datadir}/ukui-notebook/ukui-notebook_zh_CN.qm
%endif
%changelog %changelog
* Fri Apr 15 2022 tanyulong <tanyulong@kylinos.cn> - 3.1.0-2
- rebuild and remove %if macro
* Thu Apr 14 2022 tanyulong <tanyulong@kylinos.cn> - 3.1.0-1 * Thu Apr 14 2022 tanyulong <tanyulong@kylinos.cn> - 3.1.0-1
- init for openEuler - init for openEuler