osc copypac from project:home:Vogtinator:qmlautoreqprov package:qmlpluginexports revision:18
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/qmlpluginexports?expand=0&rev=3
This commit is contained in:
parent
259809e0b9
commit
828923acc8
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 12 21:11:13 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Add a workaround for the source checker not liking that the package
|
||||
has an invalid name with empty build flavor
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 24 23:24:01 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
|
@ -18,7 +18,11 @@
|
||||
|
||||
%global qt_version @BUILD_FLAVOR@%nil
|
||||
|
||||
%if "%{qt_version}" == ""
|
||||
Name: qmlpluginexports
|
||||
%else
|
||||
Name: qmlpluginexports-%{qt_version}
|
||||
%endif
|
||||
Version: 1.0
|
||||
Release: 0
|
||||
Summary: Tool to list exports provided by QML plugins
|
||||
@ -48,7 +52,7 @@ cp %{SOURCE1} .
|
||||
cp %{SOURCE2} .
|
||||
|
||||
%build
|
||||
%if "%{qt_version}" == "qt6"
|
||||
%if %{qt_version} == "qt6"
|
||||
%qmake6 .
|
||||
%qmake6_build
|
||||
%else
|
||||
|
Loading…
Reference in New Issue
Block a user