]> git.pld-linux.org Git - packages/netdata.git/blobdiff - netdata.spec
- unconditional noarch subpackages
[packages/netdata.git] / netdata.spec
index f81e8c5c37a747b8936ac357781c4810d249d3a4..304aeb93dfcde2d025551cffffcba98d4f81fccf 100644 (file)
@@ -1,36 +1,46 @@
 #
 # Conditional build:
-%bcond_without systemd         # systemd
-%bcond_with    nfacct          # build with nfacct plugin
+%bcond_without freeipmi        # freeipmi plugin
+%bcond_without nfacct          # nfacct plugin
 
-Summary:       Linux real time system monitoring, over the web
+Summary:       Linux real time performance monitoring
+Summary(pl.UTF-8):     Monitorowanie wydajności Linuksa w czasie rzeczywistym
 Name:          netdata
-Version:       1.0.0
-Release:       0.12
+Version:       1.8.0
+Release:       1
 License:       GPL v3+
 Group:         Applications/System
-Source0:       https://github.com/firehol/netdata/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 53a432f8849da6bd49b0853dd79551c5
+#Source0Download: https://github.com/firehol/netdata/releases
+Source0:       https://github.com/firehol/netdata/releases/download/v%{version}/%{name}-%{version}.tar.xz
+# Source0-md5: 4058c3acdda1af5968e7dc636ba322e2
 Source1:       %{name}.conf
+Source2:       %{name}.init
 Patch0:                nodejs.patch
 URL:           http://netdata.firehol.org/
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.60
 BuildRequires: automake
+%{?with_freeipmi:BuildRequires:        freeipmi-devel}
+BuildRequires: libcap-devel
 %{?with_nfacct:BuildRequires:  libmnl-devel}
 %{?with_nfacct:BuildRequires:  libnetfilter_acct-devel}
+BuildRequires: libuuid-devel
 BuildRequires: pkgconfig
-BuildRequires: rpmbuild(macros) >= 1.202
+BuildRequires: rpmbuild(macros) >= 1.647
 BuildRequires: zlib-devel
-Suggests:      %{name}-charts
-Suggests:      %{name}-nodejs
 Provides:      group(netdata)
 Provides:      user(netdata)
+Requires(post,preun):  /sbin/chkconfig
+Requires(post,preun,postun):   systemd-units >= 38
 Requires(postun):      /usr/sbin/groupdel
 Requires(postun):      /usr/sbin/userdel
 Requires(pre): /bin/id
 Requires(pre): /usr/bin/getgid
 Requires(pre): /usr/sbin/groupadd
 Requires(pre): /usr/sbin/useradd
+Requires:      rc-scripts
+Suggests:      %{name}-charts
+Suggests:      %{name}-nodejs
+Suggests:      %{name}-python
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _libexecdir     %{_prefix}/lib
@@ -45,15 +55,21 @@ netdata tries to visualize the truth of now, in its greatest detail,
 so that you can get insights of what is happening now and what just
 happened, on your systems and applications.
 
+%description -l pl.UTF-8
+netdata to najszybszy sposób wizualizacji metryk. Jest to wydajny pod
+względem zużycia zasobów, znacząco zoptymalizowany system do zbierania
+i wizualizacji dowolnego rodzaju danych zbieranych w linii czasu
+rzeczywistego - np. wykorzystania CPU, aktywności dysku, zapytań SQL,
+wywołań API, odwiedzających stronę WWW.
+
 %package charts
 Summary:       netdata charts plugin
+Summary(pl.UTF-8):     Wtyczka do wykresów dla netdata
 Group:         Applications/System
 URL:           https://github.com/firehol/netdata/wiki/General-Info---charts.d
 Requires:      %{name} = %{version}-%{release}
 Requires:      bash >= 4
-%if "%{_rpmversion}" >= "5"
 BuildArch:     noarch
-%endif
 
 %description charts
 Charts.d is BaSH script that allows you to write simple scripts for
@@ -67,14 +83,24 @@ values with minimal overhead).
 Charts.d looks for scripts in charts.d. The scripts should have the
 filename suffix: .chart.sh.
 
+%description charts -l pl.UTF-8
+Charts.d to skrypt Basha pozwalający na pisanie prostych skryptów do
+zbierania danych.
+
+Jest zaprojektowany tak, że właściwy skrypt zbierający dane jest
+trzymany cały czas w pamięci, zbierając dane z możliwie małym narzutem
+(z pojedynczą inicjacją, regularnie zbierając wartości).
+
+Charts.d wyszukuje skrypty w katalogu charts.d. Skrypty powinny mieć
+rozszerzenie nazwy pliku: .chart.sh.
+
 %package nodejs
 Summary:       netdata node.js plugins
+Summary(pl.UTF-8):     Wtyczki node.js dla netdata
 Group:         Applications/System
 URL:           https://github.com/firehol/netdata/wiki/General-Info---node.d
 Requires:      %{name} = %{version}-%{release}
-%if "%{_rpmversion}" >= "5"
 BuildArch:     noarch
-%endif
 
 %description nodejs
 node.d.plugin is a netdata plugin that provides an abstraction layer
@@ -83,6 +109,27 @@ also manages all its data collectors (placed in node.d) using a single
 instance of node, thus lowering the memory footprint of data
 collection.
 
+%description nodejs -l pl.UTF-8
+Wtyczka node.d zapewnia warstwę abstrakcji, pozwalającą na łatwe i
+szybkie tworzenie modułów zbierających dane w node.js. Zarządza też
+wszystkimi modułami zbierającymi dane (umieszczonymi w node.d) przy
+użyciu prostej instancji węzła, obniżając narzut pamięciowy zbierania
+danych.
+
+%package python
+Summary:       netdata Python plugins
+Summary(pl.UTF-8):     Wtyczki Pythona dla netdata
+Group:         Applications/System
+URL:           https://github.com/firehol/netdata/wiki/How-to-write-new-module
+Requires:      %{name} = %{version}-%{release}
+BuildArch:     noarch
+
+%description python
+Netdata Python plugins.
+
+%description python -l pl.UTF-8
+Wtyczki Pythona dla netdata.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -94,9 +141,10 @@ collection.
 %{__automake}
 %configure \
        --libdir=%{_libexecdir} \
-       --with-zlib \
-       --with-math \
+       %{__enable_disable freeipmi plugin-freeipmi} \
        %{__enable_disable nfacct plugin-nfacct} \
+       --with-math \
+       --with-zlib \
        --with-user=netdata
 %{__make}
 
@@ -105,48 +153,61 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/%{name}.conf
+%{__rm} $RPM_BUILD_ROOT/var/{cache,lib,log}/netdata/.keep
+%{__rm} $RPM_BUILD_ROOT/var/lib/netdata/registry/.keep
 
-%{__rm} $RPM_BUILD_ROOT/var/{cache,log}/netdata/.keep
+install -d $RPM_BUILD_ROOT{/etc/rc.d/init.d,%{systemdunitdir},%{_localstatedir}/lib/%{name}/registry}
+cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/%{name}.conf
+install -p %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
+cp -p system/netdata.service $RPM_BUILD_ROOT%{systemdunitdir}/%{name}.service
 
-install -d $RPM_BUILD_ROOT%{systemdunitdir}
-cp -p system/netdata-systemd $RPM_BUILD_ROOT%{systemdunitdir}/netdata.service
+%clean
+rm -rf $RPM_BUILD_ROOT
 
 %pre
 %groupadd -g 329 netdata
 %useradd -u 329 -g netdata -c netdata -s /sbin/nologin -d / netdata
 
-%postun
-if [ "$1" = "0" ]; then
-       %userremove netdata
-       %groupremove netdata
-fi
-
-%if 0
 %post
+/sbin/chkconfig --add netdata
+%service netdata restart
 %systemd_post netdata.service
 
 %preun
+if [ "$1" = "0" ]; then
+       %service -q netdata stop
+       /sbin/chkconfig --del netdata
+fi
 %systemd_preun netdata.service
 
 %postun
-%systemd_postun_with_restart netdata.service
-%endif
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+if [ "$1" = "0" ]; then
+       %userremove netdata
+       %groupremove netdata
+fi
+%systemd_reload
 
 %files
 %defattr(644,root,root,755)
+%doc ChangeLog LICENSE.md LICENSE-REDISTRIBUTED.md README.md
 %dir %{_sysconfdir}/%{name}
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/apps_groups.conf
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/netdata.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/fping.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/health_alarm_notify.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/health_email_recipients.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/stream.conf
+%dir %{_sysconfdir}/%{name}/health.d
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/health.d/*.conf
+%attr(754,root,root) /etc/rc.d/init.d/netdata
 %attr(755,root,root) %{_sbindir}/%{name}
-%{_datadir}/%{name}
+%dir %{_datadir}/%{name}
 %dir %{_libexecdir}/%{name}
 %{systemdunitdir}/netdata.service
 %attr(755,netdata,netdata) %dir %{_localstatedir}/cache/%{name}
 %attr(755,netdata,netdata) %dir %{_localstatedir}/log/%{name}
+%attr(755,netdata,netdata) %dir %{_localstatedir}/lib/%{name}
+%attr(755,netdata,netdata) %dir %{_localstatedir}/lib/%{name}/registry
 
 %defattr(-,root,root,-)
 %{_libexecdir}/%{name}/plugins.d
@@ -154,9 +215,14 @@ rm -rf $RPM_BUILD_ROOT
 %exclude %{_libexecdir}/%{name}/plugins.d/node.d.plugin
 %exclude %{_libexecdir}/%{name}/plugins.d/charts.d*
 
+%defattr(-,root,netdata,-)
+%{_datadir}/%{name}/web
+
 %files charts
 %defattr(644,root,root,755)
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/charts.d.conf
+%dir %{_sysconfdir}/%{name}/charts.d
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/charts.d/*.conf
 %attr(755,root,root) %{_libexecdir}/%{name}/plugins.d/charts.d*
 %dir %{_libexecdir}/%{name}/charts.d
 %{_libexecdir}/%{name}/charts.d/README.md
@@ -164,8 +230,27 @@ rm -rf $RPM_BUILD_ROOT
 
 %files nodejs
 %defattr(644,root,root,755)
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/node.d.conf
+%dir %{_sysconfdir}/%{name}/node.d
 %attr(755,root,root) %{_libexecdir}/%{name}/plugins.d/node.d.plugin
 %dir %{_libexecdir}/%{name}/node.d
 %{_libexecdir}/%{name}/node.d/README.md
 %{_libexecdir}/%{name}/node.d/node_modules
 %attr(755,root,root) %{_libexecdir}/%{name}/node.d/*.node.js
+
+%files python
+%defattr(644,root,root,755)
+%dir %{_sysconfdir}/%{name}/python.d
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/python.d.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/python.d/*.conf
+%dir %{_libexecdir}/%{name}/python.d
+%{_libexecdir}/%{name}/python.d/README.md
+%attr(755,root,root) %{_libexecdir}/%{name}/python.d/*.chart.py
+
+# XXX system packages
+%{_libexecdir}/%{name}/python.d/python-modules-installer.sh
+%dir %{_libexecdir}/%{name}/python.d/python_modules
+%{_libexecdir}/%{name}/python.d/python_modules/*.py
+%{_libexecdir}/%{name}/python.d/python_modules/pyyaml2
+%{_libexecdir}/%{name}/python.d/python_modules/pyyaml3
+%{_libexecdir}/%{name}/python.d/python_modules/urllib3
This page took 0.065969 seconds and 4 git commands to generate.