1
0

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:
Fabian Vogt 2021-01-12 21:15:45 +00:00 committed by Git OBS Bridge
parent 259809e0b9
commit 828923acc8
2 changed files with 11 additions and 1 deletions

View File

@ -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>

View File

@ -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