Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
packaging
rpm-icinga-php-library
Commits
b6d0eb8c
Commit
b6d0eb8c
authored
Jun 21, 2021
by
Henrik Triem
Browse files
Fix false linking
parent
963615d2
Pipeline
#18542
failed with stages
in 7 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
icinga-php-library.spec
View file @
b6d0eb8c
# 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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment