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