mirror of
https://git.icinga.com/packaging/rpm-icinga-php-library.git
synced 2025-07-31 01:44:04 +02:00
Fix false linking
This commit is contained in:
parent
963615d24d
commit
b6d0eb8c16
@ -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 revision 1
|
||||||
%global module_name icinga-php-library
|
%global module_name icinga-php-library
|
||||||
@ -19,7 +19,8 @@ Requires: icinga-php-common
|
|||||||
Requires: icinga-php-thirdparty
|
Requires: icinga-php-thirdparty
|
||||||
|
|
||||||
%description
|
%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
|
%prep
|
||||||
%setup -n %{module_name}-nightly-%{version}-dev
|
%setup -n %{module_name}-nightly-%{version}-dev
|
||||||
@ -27,8 +28,8 @@ Icinga PHP Library
|
|||||||
%install
|
%install
|
||||||
mkdir -vp %{buildroot}%{basedir}
|
mkdir -vp %{buildroot}%{basedir}
|
||||||
|
|
||||||
cp -vr asset/* %{buildroot}%{basedir}
|
cp -vr asset %{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