mirror of
https://git.icinga.com/packaging/rpm-icinga-php-thirdparty.git
synced 2025-07-25 23:14:30 +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 revision 1
|
||||||
%global module_name icinga-php-thirdparty
|
%global module_name icinga-php-thirdparty
|
||||||
@ -18,7 +18,8 @@ BuildArch: noarch
|
|||||||
Requires: icinga-php-common
|
Requires: icinga-php-common
|
||||||
|
|
||||||
%description
|
%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
|
%prep
|
||||||
%setup -n %{module_name}-nightly-%{version}-dev
|
%setup -n %{module_name}-nightly-%{version}-dev
|
||||||
@ -26,7 +27,7 @@ Icinga PHP Thirdparty
|
|||||||
%install
|
%install
|
||||||
mkdir -vp %{buildroot}%{basedir}
|
mkdir -vp %{buildroot}%{basedir}
|
||||||
|
|
||||||
cp -vr vendor/* %{buildroot}%{basedir}
|
cp -vr vendor %{buildroot}%{basedir}
|
||||||
cp -vr composer.* %{buildroot}%{basedir}
|
cp -vr composer.* %{buildroot}%{basedir}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user