diff --git a/qmlpluginexports.changes b/qmlpluginexports.changes index c5e4a23..efbc41e 100644 --- a/qmlpluginexports.changes +++ b/qmlpluginexports.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 12 21:11:13 UTC 2021 - Fabian Vogt + +- 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 diff --git a/qmlpluginexports.spec b/qmlpluginexports.spec index 997bc6a..89f2b8b 100644 --- a/qmlpluginexports.spec +++ b/qmlpluginexports.spec @@ -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