]> arthur.barton.de Git - netdata.git/commitdiff
spec: do not autoreconf
authorAlon Bar-Lev <alon.barlev@gmail.com>
Sun, 19 Feb 2017 19:03:58 +0000 (14:03 -0500)
committerAlon Bar-Lev <alon.barlev@gmail.com>
Sun, 26 Feb 2017 19:33:12 +0000 (21:33 +0200)
we add no patches.

Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
netdata.spec.in

index 86d3db909c0b1ab9b3525b0ddc83516270aedb25..c1d74e66c821fccca3c94bb4a88025bc59822347 100644 (file)
@@ -35,8 +35,6 @@ Group:                Applications/System
 Source0:       http://firehol.org/download/netdata/releases/v@PACKAGE_VERSION@/%{name}-@PACKAGE_VERSION@.tar.xz
 URL:           http://my-netdata.io/
 %distro_buildrequires
-BuildRequires: /usr/bin/autoconf
-BuildRequires: /usr/bin/automake
 BuildRequires: pkgconfig
 BuildRequires: xz
 BuildRequires: zlib-devel
@@ -91,7 +89,6 @@ happened, on your systems and applications.
 %setup -q
 
 %build
-./autogen.sh
 %configure \
        --with-zlib \
        --with-math \