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