!4 romove %if macros

From: @tanyulong2021 
Reviewed-by: @pei-jiankang 
Signed-off-by: @pei-jiankang
This commit is contained in:
openeuler-ci-bot 2022-05-09 07:32:53 +00:00 committed by Gitee
commit d0257dd72e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <tanyulong@kylinos.cn> - 1.0.0-2
- remove %if macros
* Tue Mar 15 2022 tanyulong <tanyulong@kylinos.cn> - 1.0.0-1
- init for openEuler