From 878f0fd4dee41154745123ea1e2e153406312efc Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Thu, 30 May 2024 11:24:53 +0200 Subject: [PATCH] initial package creation Signed-off-by: Toshaan Bharvani --- SOURCES/.gitkeeper | 0 SPECS/icinga-php-common.spec | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 SOURCES/.gitkeeper create mode 100644 SPECS/icinga-php-common.spec diff --git a/SOURCES/.gitkeeper b/SOURCES/.gitkeeper new file mode 100644 index 0000000..e69de29 diff --git a/SPECS/icinga-php-common.spec b/SPECS/icinga-php-common.spec new file mode 100644 index 0000000..c81a402 --- /dev/null +++ b/SPECS/icinga-php-common.spec @@ -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