You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
486 B
33 lines
486 B
1 year ago
|
%global basedir %{_datadir}/icinga-php
|
||
|
|
||
|
Name: icinga-php-common
|
||
|
Version: 1.0.0
|
||
|
Release: 1%{?dist}
|
||
|
Summary: Icinga PHP Common for Icinga Web 2
|
||
|
Group: Applications/System
|
||
|
License: Public Domain
|
||
|
URL: https://icinga.com
|
||
|
BuildArch: noarch
|
||
|
|
||
|
|
||
|
%description
|
||
|
This package manages the directory /usr/share/icinga-php.
|
||
|
|
||
|
|
||
|
%prep
|
||
|
|
||
|
|
||
|
%build
|
||
|
|
||
|
|
||
|
%install
|
||
|
mkdir -vp %{buildroot}%{basedir}
|
||
|
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%{basedir}
|
||
|
|
||
|
|
||
|
%changelog
|