File collectl.spec of Package collectl

#
# spec file for package collectl
#
# Copyright (c) 2017 SUSE LINUX 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/
#


Name:           collectl
Version:        4.1.2
Release:        0
Summary:        Collects data that describes the current system status
License:        Artistic-1.0 and GPL-2.0+
Group:          System/Monitoring
Url:            http://collectl.sourceforge.net
Source0:        http://sourceforge.net/projects/collectl/files/collectl/%{name}-%{version}/%{name}-%{version}.src.tar.gz
Source1:        collectl.service
Source2:        collectl.sysconfig
BuildRequires:  pkgconfig(systemd)
BuildArch:      noarch
%{?systemd_requires}

%description
Unlike most monitoring tools that either focus on a small set of
statistics, format their output in only one way, run either
interatively or as a daemon but not both, collectl tries to do it all.

%prep
%setup -q

%build

%install
# Install collectl in /usr/bin and link it in /usr/sbin
install -m 755 -D collectl %{buildroot}%{_bindir}/collectl
mkdir -p %{buildroot}/%{_sbindir}
ln -s  %{_bindir}/collectl %{buildroot}/%{_sbindir}/collectl
install -m 644 -D collectl.conf %{buildroot}/%{_sysconfdir}/collectl.conf
install -D formatit.ph %{buildroot}%{_datadir}/%{name}/formatit.ph
install -D lexpr.ph %{buildroot}%{_datadir}/%{name}/lexpr.ph
install -D gexpr.ph %{buildroot}%{_datadir}/%{name}/gexpr.ph
install -D misc.ph %{buildroot}%{_datadir}/%{name}/misc.ph
install -D hello.ph %{buildroot}%{_datadir}/%{name}/hello.ph
install -D graphite.ph %{buildroot}%{_datadir}/%{name}/graphite.ph
install -D vmstat.ph %{buildroot}%{_datadir}/%{name}/vmstat.ph
install -m 755 -D %{SOURCE1} %{buildroot}/%{_unitdir}/collectl.service
ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rccollectl
install -m 644 -D %{SOURCE2} %{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.collectl
install -m 644 -D man1/collectl.1 %{buildroot}%{_mandir}/man1/collectl.1

%post
%fillup_only
%service_add_post %{name}.service

%pre
%fillup_only
%service_add_pre %{name}.service

%preun
%service_del_preun %{name}.service

%postun
%service_del_postun %{name}.service

%files
%defattr(-,root,root)
%doc docs/* COPYING ARTISTIC GPL README RELEASE-collectl
%{_unitdir}/collectl.service
%{_localstatedir}/adm/fillup-templates/sysconfig.collectl
%config(noreplace) %{_sysconfdir}/collectl.conf
%{_bindir}/collectl
%{_sbindir}/collectl
%{_sbindir}/rccollectl
%{_datadir}/collectl
%{_mandir}/man1/collectl.1.gz

%changelog
openSUSE Build Service is sponsored by