Sophie

Sophie

distrib > Mageia > cauldron > i586 > by-pkgid > d45535c704b84ea7c6c61f34c4a2a9c1 > files > 2

collectl-utils-4.8.2-6.mga9.src.rpm

Summary: A utility to collect various linux performance data
Name: collectl-utils
Version: 4.8.2
Release: %mkrel 6
License: GPL+ or Artistic
Group: Monitoring
Source0: https://prdownloads.sourceforge.net/%name/%{name}-%{version}.src.tar.gz
Patch0: install.patch
Url: http://collectl.sourceforge.net/
BuildArch: noarch
BuildRequires: apache
Requires: webserver

%description
Tools around collectl, a utility to collect linux performance data

%prep
%setup -q
%autopatch -p0

%build

%install
export PREFIX=$RPM_BUILD_ROOT
mkdir -p $PREFIX/%{_bindir} $PREFIX/%{_mandir}/man1 $PREFIX/%{_webappconfdir} $PREFIX/%{_sysconfdir}
./INSTALL

%files
%doc RELEASE-%{name} README GPL ARTISTIC INSTALL-colplot
%attr(0644,apache,root) %{_datadir}/doc/%{name}/*.html
%attr(0755,apache,root) %{_bindir}/*
%{_mandir}/man1/*
%dir %{_datadir}/collectl
%{_datadir}/collectl/*
%attr(0644,apache,root) %{_webappconfdir}/*
%{_sysconfdir}/*.conf
%attr(0755,apache,root) %dir %{_var}/www/html/colplot
%{_var}/www/html/colplot/*


%changelog
* Sat Mar 19 2022 umeabot <umeabot> 4.8.2-6.mga9
+ Revision: 1801103
- Mageia 9 Mass Rebuild

* Tue Feb 11 2020 umeabot <umeabot> 4.8.2-5.mga8
+ Revision: 1490319
- Mageia 8 Mass Rebuild

* Tue Sep 18 2018 umeabot <umeabot> 4.8.2-4.mga7
+ Revision: 1261849
- Mageia 7 Mass Rebuild

* Tue Feb 09 2016 umeabot <umeabot> 4.8.2-3.mga6
+ Revision: 950998
- Mageia 6 Mass Rebuild

* Tue Dec 02 2014 bcornec <bcornec> 4.8.2-2.mga5
+ Revision: 800273
- The build requires apache as tests are made in the INSTALL script on apachectl
- Fix symlinks created and rights for apache related files
- Adds missing sha1
- Upmload collectl-utils
- Created package structure for collectl-utils.