33 lines
486 B
Plaintext
33 lines
486 B
Plaintext
%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
|