Browse Source

initial package creation

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 6 months ago
commit
878f0fd4de
  1. 0
      SOURCES/.gitkeeper
  2. 32
      SPECS/icinga-php-common.spec

0
SOURCES/.gitkeeper

32
SPECS/icinga-php-common.spec

@ -0,0 +1,32 @@ @@ -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…
Cancel
Save