remove %if macros
This commit is contained in:
parent
3ca4772be1
commit
4a787126d2
@ -1,13 +1,12 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
Name: kylin-user-guide
|
Name: kylin-user-guide
|
||||||
Version: 1.0.0
|
Version: 1.0.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: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: qt5-qtbase-devel
|
BuildRequires: qt5-qtbase-devel
|
||||||
@ -24,7 +23,6 @@ Requires: js-jquery
|
|||||||
Requires: nodejs-requirejs
|
Requires: nodejs-requirejs
|
||||||
Requires: kylin-user-guide-common
|
Requires: kylin-user-guide-common
|
||||||
|
|
||||||
%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
|
||||||
@ -36,7 +34,6 @@ summary: common picture file
|
|||||||
%description common
|
%description common
|
||||||
this packages contains the picture of application
|
this packages contains the picture of application
|
||||||
|
|
||||||
%if 0
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -74,8 +71,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files common
|
%files common
|
||||||
%{_datadir}/kylin-user-guide/data/*
|
%{_datadir}/kylin-user-guide/data/*
|
||||||
|
|
||||||
%endif
|
|
||||||
%changelog
|
%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
|
* Tue Mar 15 2022 tanyulong <tanyulong@kylinos.cn> - 1.0.0-1
|
||||||
- init for openEuler
|
- init for openEuler
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user