|
|
|
@ -18,7 +18,7 @@ application remains responsive.}
|
|
|
|
|
|
|
|
|
|
Name: qcoro
|
|
|
|
|
Version: 0.4.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
|
Summary: C++ Coroutines for Qt
|
|
|
|
@ -50,7 +50,7 @@ BuildRequires: ninja-build
|
|
|
|
|
|
|
|
|
|
%if 0%{?use_qt5}
|
|
|
|
|
%package qt5
|
|
|
|
|
Summary: %{summary} 5
|
|
|
|
|
Summary: C++ Coroutines for Qt 5
|
|
|
|
|
Provides: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
|
Obsoletes: %{name} < %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
|
|
|
|
|
@ -66,7 +66,7 @@ Obsoletes: %{name}-devel < %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%if 0%{?use_qt6}
|
|
|
|
|
%package qt6
|
|
|
|
|
Summary: %{summary} 6
|
|
|
|
|
Summary: C++ Coroutines for Qt 6
|
|
|
|
|
|
|
|
|
|
%package qt6-devel
|
|
|
|
|
Summary: Development files for %{appname} (Qt 6 version)
|
|
|
|
@ -162,6 +162,9 @@ popd
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Jan 09 2022 Vitaly Zaitsev <vitaly@easycoding.org> - 0.4.0-2
|
|
|
|
|
- Fixed summary in subpackages.
|
|
|
|
|
|
|
|
|
|
* Sun Jan 09 2022 Vitaly Zaitsev <vitaly@easycoding.org> - 0.4.0-1
|
|
|
|
|
- Updated to version 0.4.0.
|
|
|
|
|
- Separated Qt 5 and Qt 6 versions into a different subpackages.
|
|
|
|
|