diff --git a/kylin-user-guide.spec b/kylin-user-guide.spec index 6ba5a29..4e99754 100644 --- a/kylin-user-guide.spec +++ b/kylin-user-guide.spec @@ -1,13 +1,12 @@ %define debug_package %{nil} Name: kylin-user-guide Version: 1.0.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: cmake BuildRequires: qt5-qtbase-devel @@ -24,7 +23,6 @@ Requires: js-jquery Requires: nodejs-requirejs Requires: kylin-user-guide-common -%endif %description A component of the ukui desktop environment that provides convenient text recording and flexible interface display @@ -36,7 +34,6 @@ summary: common picture file %description common this packages contains the picture of application -%if 0 %prep %setup -q @@ -74,8 +71,10 @@ rm -rf $RPM_BUILD_ROOT %files common %{_datadir}/kylin-user-guide/data/* -%endif %changelog +* Tue Mar 29 2022 tanyulong - 1.0.0-2 +- remove %if macros + * Tue Mar 15 2022 tanyulong - 1.0.0-1 - init for openEuler