mirror of
https://git.icinga.com/packaging/rpm-icinga-php-library.git
synced 2025-07-31 01:44:04 +02:00
Do that
This commit is contained in:
parent
b6d0eb8c16
commit
88bfaf7c4c
@ -37,6 +37,9 @@ variables:
|
|||||||
script:
|
script:
|
||||||
- find build/
|
- find build/
|
||||||
- icinga-build-upload-aptly
|
- icinga-build-upload-aptly
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- tags
|
||||||
|
|
||||||
###################################
|
###################################
|
||||||
# EPEL
|
# EPEL
|
||||||
|
@ -10,20 +10,19 @@ Summary: Icinga PHP Library for Icinga Web 2
|
|||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://icinga.com
|
URL: https://icinga.com
|
||||||
Source0: https://github.com/Icinga/%{module_name}/archive/refs/heads/nightly/%{version}-dev.tar.gz
|
Source0: https://github.com/Icinga/%{module_name}/archive/v%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%global basedir %{_datadir}/icinga-php/ipl
|
%global basedir %{_datadir}/icinga-php/ipl
|
||||||
|
|
||||||
Requires: icinga-php-common
|
Requires: icinga-php-common
|
||||||
Requires: icinga-php-thirdparty
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This project bundles all Icinga PHP libraries into one
|
This project bundles all Icinga PHP libraries into one
|
||||||
piece and can be integrated as library into Icinga Web 2.
|
piece and can be integrated as library into Icinga Web 2.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n %{module_name}-nightly-%{version}-dev
|
%setup -q
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -vp %{buildroot}%{basedir}
|
mkdir -vp %{buildroot}%{basedir}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user