Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37418796
en ru br
ALT Linux repos
S:1.1-alt1
5.0: 1.1-alt1
4.1: 1.1-alt1
4.0: 1.1-alt1

Group :: Graphics
RPM: nagios-imagepack-logos

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define packname logos
%define origname logos

%define imagedir %_datadir/nagios/images/logos/%packname
Name: nagios-imagepack-%packname
Version: 1.1
Release: alt1
Summary: %packname image pack for Nagios
License: GPL
Group: Graphics
URL: http://www.nagiosexchange.org/
Source: %origname-v%version.tar.gz
Requires: nagios
BuildArch: noarch

%description
This package contains %packname image pack for Nagios.

%prep
%setup -n %packname

%install
install -d %buildroot%imagedir
shopt -s nullglob
for image in *.{gif,GIF,jpg,JPG,jpeg,JPEG,png,PNG,gd2,GD2}; do
install -m 644 $image %buildroot%imagedir
done

%files
%dir %imagedir
%imagedir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin