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