remove {%if 0 and %endif}
This commit is contained in:
parent
7f47e2fdc3
commit
c32aa17f06
@ -1,12 +1,13 @@
|
||||
%define debug_package %{nil}
|
||||
Name: kylin-burner
|
||||
Version: 3.10.2
|
||||
Release: 1
|
||||
Summary: CD/DVD burning application for UKUI.
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://github.com/UbuntuKylin/kylin-burner
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
%if 0
|
||||
Name: kylin-burner
|
||||
Version: 3.10.2
|
||||
Release: 2
|
||||
Summary: CD/DVD burning application for UKUI.
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://github.com/UbuntuKylin/kylin-burner
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: qt5-qtx11extras-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: gsettings-qt-devel
|
||||
@ -19,7 +20,6 @@ Requires: libburn
|
||||
Requires: cdrkit
|
||||
Requires: dvd+rw-tools
|
||||
Requires: udisks2
|
||||
%endif
|
||||
|
||||
|
||||
%description
|
||||
@ -29,8 +29,6 @@ CD/DVD burning application for UKUI.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
|
||||
%if 0
|
||||
mkdir cmake-build
|
||||
pushd cmake-build
|
||||
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
|
||||
@ -41,16 +39,16 @@ popd
|
||||
pushd cmake-build
|
||||
%{make_install} INSTALL_ROOT=%{buildroot}
|
||||
popd
|
||||
%endif
|
||||
|
||||
%files
|
||||
%if 0
|
||||
%{_bindir}/kylin-burner
|
||||
%{_datadir}/applications/kylin-burner.desktop
|
||||
%{_datadir}/kylin-user-guide/data/guide/kylin-burner/*
|
||||
%{_datadir}/locale/zh_CN/LC_MESSAGES/kylin-burner.mo
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu May 26 2022 peijiankang <peijiankang@kylinos.cn> - 3.10.2-2
|
||||
- remove {%if 0 and %endif}
|
||||
|
||||
* Tue May 24 2022 peijiankang <peijiankang@kylinos.cn> - 3.10.2-1
|
||||
- Init kylin-burner package for openEuler
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user