Toshaan Bharvani
6 months ago
commit
878f0fd4de
2 changed files with 32 additions and 0 deletions
@ -0,0 +1,32 @@ |
|||||||
|
%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 |
Loading…
Reference in new issue