Fix false linking

This commit is contained in:
Henrik Triem 2021-06-21 17:58:15 +02:00
parent 5cc77ea62f
commit 066d3757ac

View File

@ -1,4 +1,4 @@
# Icinga PHP Thirdparty for Icinga Web 2 | (c) 2021 NETWAYS GmbH | GPLv2+
# Icinga PHP Thirdparty for Icinga Web 2 | (c) 2021 Icinga GmbH | GPLv2+
%global revision 1
%global module_name icinga-php-thirdparty
@ -18,7 +18,8 @@ BuildArch: noarch
Requires: icinga-php-common
%description
Icinga PHP Thirdparty
This package bundles all 3rd party PHP libraries used by Icinga Web products into one piece,
which can be integrated as library into Icinga Web 2.
%prep
%setup -n %{module_name}-nightly-%{version}-dev
@ -26,7 +27,7 @@ Icinga PHP Thirdparty
%install
mkdir -vp %{buildroot}%{basedir}
cp -vr vendor/* %{buildroot}%{basedir}
cp -vr vendor %{buildroot}%{basedir}
cp -vr composer.* %{buildroot}%{basedir}
%clean