Accepting request 900162 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/900162 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nagios-rpm-macros?expand=0&rev=21
This commit is contained in:
commit
ba68406cfc
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 11 12:02:11 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Move macros.nagios from /etc/rpm to %{_rpmmacrodir}
|
||||
(boo#1185657).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 25 11:03:37 UTC 2017 - ecsos@opensuse.org
|
||||
|
||||
|
@ -1,8 +1,7 @@
|
||||
#
|
||||
# spec file for package nagios-rpm-macros
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014-2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -13,17 +12,17 @@
|
||||
# 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/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: nagios-rpm-macros
|
||||
Version: 0.14
|
||||
Release: 0
|
||||
Summary: RPM Macros for Nagios based packages
|
||||
License: BSD-3-Clause
|
||||
Group: System/Monitoring
|
||||
Version: 0.14
|
||||
Release: 0
|
||||
Url: http://en.opensuse.org/Nagios
|
||||
URL: http://en.opensuse.org/Nagios
|
||||
Source0: macros.nagios
|
||||
Source1: %{name}-README
|
||||
Source2: nagios-rpm-macros-COPYING
|
||||
@ -33,38 +32,33 @@ Source5: macros.nagiosgrapher
|
||||
Source6: macros.icinga
|
||||
Source7: macros.icinga2
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
This package provides rpm macros for building packages for
|
||||
This package provides rpm macros for building packages for
|
||||
Nagios, check_mk and/or Icinga.
|
||||
|
||||
|
||||
%prep
|
||||
%{__cp} %{S:1} README
|
||||
%{__cp} %{S:2} COPYING
|
||||
cp %{SOURCE1} README
|
||||
cp %{SOURCE2} COPYING
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
install -Dm644 %{S:0} %{buildroot}%{_sysconfdir}/rpm/macros.nagios
|
||||
cat %{S:3} >> %{buildroot}%{_sysconfdir}/rpm/macros.nagios
|
||||
cat %{S:4} >> %{buildroot}%{_sysconfdir}/rpm/macros.nagios
|
||||
cat %{S:5} >> %{buildroot}%{_sysconfdir}/rpm/macros.nagios
|
||||
cat %{S:6} >> %{buildroot}%{_sysconfdir}/rpm/macros.nagios
|
||||
cat %{S:7} >> %{buildroot}%{_sysconfdir}/rpm/macros.nagios
|
||||
install -Dm644 %{SOURCE0} %{buildroot}%{_rpmmacrodir}/macros.nagios
|
||||
cat %{SOURCE3} >> %{buildroot}%{_rpmmacrodir}/macros.nagios
|
||||
cat %{SOURCE4} >> %{buildroot}%{_rpmmacrodir}/macros.nagios
|
||||
cat %{SOURCE5} >> %{buildroot}%{_rpmmacrodir}/macros.nagios
|
||||
cat %{SOURCE6} >> %{buildroot}%{_rpmmacrodir}/macros.nagios
|
||||
cat %{SOURCE7} >> %{buildroot}%{_rpmmacrodir}/macros.nagios
|
||||
|
||||
# make sure that _rundir is working on older systems
|
||||
%if ! %{defined _rundir}
|
||||
sed -i 's|%%{_rundir}|%%{_localstatedir}/run|' %{buildroot}%{_sysconfdir}/rpm/macros.nagios
|
||||
sed -i 's|%%{_rundir}|%%{_localstatedir}/run|' %{buildroot}%{_rpmmacrodir}/macros.nagios
|
||||
%endif
|
||||
|
||||
%clean
|
||||
rm -rf %buildroot
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING README
|
||||
%config %{_sysconfdir}/rpm/macros.nagios
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README
|
||||
%{_rpmmacrodir}/macros.nagios
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user