mirror of
https://git.icinga.com/packaging/rpm-icinga-php-thirdparty.git
synced 2025-07-23 22:14:54 +02:00
Fix false linking
This commit is contained in:
parent
5cc77ea62f
commit
066d3757ac
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user