]> git.pld-linux.org Git - packages/netdata.git/blobdiff - netdata.spec
autogenerate node dep
[packages/netdata.git] / netdata.spec
index ba3dad00b439c9fa36a78fc78fbde52108d44600..470eb4371dae265aa978c54a3808c39c5e99fecd 100644 (file)
@@ -6,12 +6,13 @@
 Summary:       Linux real time system monitoring, over the web
 Name:          netdata
 Version:       1.0.0
-Release:       0.8
+Release:       0.9
 License:       GPL v3+
 Group:         Applications/System
 Source0:       https://github.com/firehol/netdata/archive/v%{version}/%{name}-%{version}.tar.gz
 # Source0-md5: 53a432f8849da6bd49b0853dd79551c5
 Source1:       %{name}.conf
+Patch0:                nodejs.patch
 URL:           http://netdata.firehol.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -48,7 +49,6 @@ Summary:      netdata node.js plugins
 Group:         Applications/System
 URL:           https://github.com/firehol/netdata/wiki/General-Info---node.d
 Requires:      %{name} = %{version}-%{release}
-Requires:      nodejs
 %if "%{_rpmversion}" >= "5"
 BuildArch:     noarch
 %endif
@@ -62,6 +62,7 @@ collection.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__aclocal} -I m4
This page took 0.058992 seconds and 4 git commands to generate.