Accepting request 863741 from home:Vogtinator:qmlautoreqprov
- Add a missing { to fix the relative plugin path case OBS-URL: https://build.opensuse.org/request/show/863741 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/qml-autoreqprov?expand=0&rev=3
This commit is contained in:
parent
62f350c04b
commit
de0d05e17e
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 15 15:40:18 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Add a missing { to fix the relative plugin path case
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 8 18:19:17 UTC 2017 - fabian@ritter-vogt.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package qml-autoreqprov
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ Release: 0
|
||||
Summary: Automatic dependency generator for QML files and modules
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Tools/Building
|
||||
Url: http://www.opensuse.org
|
||||
URL: http://www.opensuse.org
|
||||
Source0: LICENSE
|
||||
Source1: qml.attr
|
||||
Source2: qml.req
|
||||
@ -33,9 +33,9 @@ Requires: jq
|
||||
Requires: rpm
|
||||
BuildArch: noarch
|
||||
Requires: (libqt5-qtdeclarative-tools if libQtQuick5)
|
||||
Requires: (qt6-declarative-tools if libQt6Qml6)
|
||||
Requires: (qmlpluginexports-qt5 if libqt5-qtdeclarative-devel)
|
||||
Requires: (qmlpluginexports-qt6 if qt6-qml-devel)
|
||||
Requires: (qt6-declarative-tools if libQt6Qml6)
|
||||
|
||||
%description
|
||||
Automatic dependency generator for QML files and modules.
|
||||
|
@ -72,7 +72,7 @@ while read file; do
|
||||
elif [[ $location == /* ]]; then
|
||||
location="${RPM_BUILD_ROOT:-}/$location/"
|
||||
else
|
||||
location="${dir}/$location}/"
|
||||
location="${dir}/${location}/"
|
||||
fi
|
||||
|
||||
plugins+=("${location}/${pluginname}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user