Remove unnecessary macro decisions

This commit is contained in:
haomimi 2023-11-24 16:22:17 +08:00
parent 64a6da2e84
commit 0ba7412eff

View File

@ -2,17 +2,13 @@
Name: deepin-editor Name: deepin-editor
Version: 5.9.23 Version: 5.9.23
Release: 2 Release: 3
Summary: Simple editor for Linux Deepin Summary: Simple editor for Linux Deepin
License: GPLv3 License: GPLv3
URL: https://github.com/linuxdeepin/deepin-editor URL: https://github.com/linuxdeepin/deepin-editor
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
%if 0%{?openeuler}
BuildRequires: cmake BuildRequires: cmake
%else
BuildRequires: cmake3
%endif
BuildRequires: qt5-devel BuildRequires: qt5-devel
BuildRequires: gcc-c++ BuildRequires: gcc-c++
@ -72,6 +68,9 @@ popd
%{_datadir}/deepin-manual/manual-assets/application/deepin-editor/editor/* %{_datadir}/deepin-manual/manual-assets/application/deepin-editor/editor/*
%changelog %changelog
* Fri Nov 24 2023 haomimi <haomimi@uniontech.com> - 5.9.23-3
- Remove unnecessary macro decisions
* Fri Nov 17 2023 hanshuang <hanshuang@uniontech.com> - 5.9.23-2 * Fri Nov 17 2023 hanshuang <hanshuang@uniontech.com> - 5.9.23-2
- modify version info - modify version info