summaryrefslogtreecommitdiffstats
path: root/netdata.spec.in
diff options
context:
space:
mode:
authornichivo <nichivo@users.noreply.github.com>2019-04-02 17:13:41 +1000
committerPaul Emm. Katsoulakis <34388743+paulkatsoulakis@users.noreply.github.com>2019-04-02 09:13:41 +0200
commit925d5cddd6f3c9899e3ac21aaa32eb47f7ef246b (patch)
treeaf040edbb5749b8358b426746a6a5cb32eb50206 /netdata.spec.in
parentac863087a43ba1c2d57875fe147db6f7e346edcb (diff)
Make netdata.spec more futureproof (#5766)
Diffstat (limited to 'netdata.spec.in')
-rw-r--r--netdata.spec.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/netdata.spec.in b/netdata.spec.in
index fe25b8dc56..e201f4a193 100644
--- a/netdata.spec.in
+++ b/netdata.spec.in
@@ -81,11 +81,11 @@ Recommends: python2-psycopg2 \
Summary: Real-time performance monitoring, done right
Name: netdata
-Version: 1.12.0
+Version: @PACKAGE_VERSION@
Release: 1%{?dist}
License: GPLv3+
Group: Applications/System
-Source0: https://github.com/netdata/%{name}/releases/download/@PACKAGE_VERSION@/%{name}-@PACKAGE_VERSION@.tar.gz
+Source0: https://github.com/netdata/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
URL: http://my-netdata.io
BuildRequires: pkgconfig
BuildRequires: xz
@@ -128,7 +128,7 @@ so that you can get insights of what is happening now and what just
happened, on your systems and applications.
%prep
-%setup -q -n @PACKAGE_NAME@-@PACKAGE_VERSION@
+%setup -q -n %{name}-%{version}
%build
autoreconf -i