From 066d3757ac99dd615ecaffa662f9f66c534d56b0 Mon Sep 17 00:00:00 2001 From: Henrik Triem Date: Mon, 21 Jun 2021 17:58:15 +0200 Subject: [PATCH] Fix false linking --- icinga-php-thirdparty.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/icinga-php-thirdparty.spec b/icinga-php-thirdparty.spec index 9373003..bd94b05 100644 --- a/icinga-php-thirdparty.spec +++ b/icinga-php-thirdparty.spec @@ -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