!2 remove {%if 0 and %endif}
From: @peijiankang Reviewed-by: @tanyulong2021 Signed-off-by: @tanyulong2021
This commit is contained in:
commit
d6c32a0010
Binary file not shown.
BIN
ukylin-feedback-client-1.0.0.tar.gz
Normal file
BIN
ukylin-feedback-client-1.0.0.tar.gz
Normal file
Binary file not shown.
@ -1,13 +1,12 @@
|
||||
%define debug_package %{nil}
|
||||
Name: ukui-feedback
|
||||
Version: 1.0.0
|
||||
Release: 1
|
||||
Summary: ukui-feedback
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://github.com/UbuntuKylin/ukui-feedback
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Name: ukylin-feedback-client
|
||||
Version: 1.0.0
|
||||
Release: 2
|
||||
Summary: ukui-feedback
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://github.com/UbuntuKylin/ukylin-feedback-client
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
|
||||
%if 0
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt5-qtsvg-devel
|
||||
@ -20,7 +19,6 @@ BuildRequires: libX11-devel
|
||||
BuildRequires: libXtst-devel
|
||||
BuildRequires: libqtxdg-devel
|
||||
BuildRequires: ukui-interface
|
||||
%endif
|
||||
|
||||
%description
|
||||
ukui-feedback
|
||||
@ -29,7 +27,6 @@ ukui-feedback
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%if 0
|
||||
export PATH=%{_qt5_bindir}:$PATH
|
||||
mkdir qmake-build
|
||||
pushd qmake-build
|
||||
@ -41,14 +38,15 @@ popd
|
||||
pushd qmake-build
|
||||
%{make_install} INSTALL_ROOT=%{buildroot}
|
||||
popd
|
||||
%endif
|
||||
|
||||
%files
|
||||
%if 0
|
||||
%{_bindir}/ukui-feedback
|
||||
%{_datadir}/applications/ukui-feedback.desktop
|
||||
%{_datadir}/ukui-feedback/*.qm
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu May 26 2022 peijiankang <peijiankang@kylinos.cn> - 1.0.0-2
|
||||
- remove {%if 0 and %endif}
|
||||
|
||||
* Fri May 20 2022 peijiankang <peijiankang@kylinos.cn> - 1.0.0-1
|
||||
- Init ukui-feedback package for openEuler
|
||||
- Init ukylin-feedback-client package for openEuler
|
||||
Loading…
x
Reference in New Issue
Block a user