From b6d0eb8c16f8f780d168bc6f99d9f021fc34b8f1 Mon Sep 17 00:00:00 2001 From: Henrik Triem Date: Mon, 21 Jun 2021 18:04:22 +0200 Subject: [PATCH] Fix false linking --- icinga-php-library.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/icinga-php-library.spec b/icinga-php-library.spec index a5700a2..955c8d3 100644 --- a/icinga-php-library.spec +++ b/icinga-php-library.spec @@ -1,4 +1,4 @@ -# Icinga PHP Library for Icinga Web 2 | (c) 2021 NETWAYS GmbH | GPLv2+ +# Icinga PHP Library for Icinga Web 2 | (c) 2021 Icinga GmbH | GPLv2+ %global revision 1 %global module_name icinga-php-library @@ -19,7 +19,8 @@ Requires: icinga-php-common Requires: icinga-php-thirdparty %description -Icinga PHP Library +This project bundles all Icinga PHP libraries into one +piece and can be integrated as library into Icinga Web 2. %prep %setup -n %{module_name}-nightly-%{version}-dev @@ -27,8 +28,8 @@ Icinga PHP Library %install mkdir -vp %{buildroot}%{basedir} -cp -vr asset/* %{buildroot}%{basedir} -cp -vr vendor/* %{buildroot}%{basedir} +cp -vr asset %{buildroot}%{basedir} +cp -vr vendor %{buildroot}%{basedir} cp -vr composer.* %{buildroot}%{basedir} %clean