Fix false linking

This commit is contained in:
Henrik Triem 2021-06-21 18:04:22 +02:00
parent 963615d24d
commit b6d0eb8c16
1 changed files with 5 additions and 4 deletions

View File

@ -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