- Update to latest 4.2 from github develop branch commit 02a00a6 - Translation updates - QA: Relocating fil to standard locaiton OBS-URL: https://build.opensuse.org/request/show/1294637 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/cacti-plugin-syslog?expand=0&rev=10
66 lines
2.2 KiB
RPMSpec
66 lines
2.2 KiB
RPMSpec
#
|
|
# spec file for package cacti-plugin-syslog
|
|
#
|
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
%define realname syslog
|
|
Name: cacti-plugin-syslog
|
|
Version: 4.2+git46.g02a00a6
|
|
Release: 0
|
|
License: GPL-2.0
|
|
Summary: Syslog plugin for Cactig
|
|
Url: https://github.com/Cacti/plugin_syslog
|
|
Group: Development/Tools/Other
|
|
Source0: %{realname}-v%{version}.zip
|
|
Requires: cacti
|
|
Requires: php5-pear-log
|
|
BuildRequires: unzip
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
BuildArch: noarch
|
|
%define realname syslog
|
|
%define prefix /srv/www/cacti
|
|
Obsoletes: cacti-PA-syslog
|
|
Provides: cacti-PA-syslog
|
|
|
|
%description
|
|
Provides a simple Syslog event search an Alert generation and notification interface that can generate both HTML and SMS messages for operations personnel who wish to receive notifications inside of a data or network operations center.
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{realname}
|
|
|
|
%build
|
|
|
|
%install
|
|
mkdir -p %{buildroot}%{prefix}/plugins/%{realname}
|
|
cp -r * %{buildroot}%{prefix}/plugins/%{realname}/.
|
|
mkdir -p %{buildroot}%{_docdir}/cacti/plugins/%{realname}
|
|
mv %{buildroot}%{prefix}/plugins/%{realname}/LICENSE %{buildroot}%{_docdir}/cacti/plugins/%{realname}/.
|
|
mv %{buildroot}%{prefix}/plugins/%{realname}/README.md %{buildroot}%{_docdir}/cacti/plugins/%{realname}/.
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{prefix}/
|
|
%dir %{_docdir}/cacti
|
|
%dir %{_docdir}/cacti/plugins
|
|
%{_docdir}/cacti/plugins/%{realname}/
|
|
|
|
%if 0%{?suse_version} >= 1210
|
|
%dir /srv/www/
|
|
%dir %{prefix}
|
|
%endif
|
|
|
|
%changelog
|