mirror of
https://github.com/netdata/netdata.git
synced 2025-04-27 06:10:43 +00:00
Make netdata.spec more futureproof (#5766)
This commit is contained in:
parent
ac863087a4
commit
925d5cddd6
1 changed files with 3 additions and 3 deletions
|
@ -81,11 +81,11 @@ Recommends: python2-psycopg2 \
|
||||||
|
|
||||||
Summary: Real-time performance monitoring, done right
|
Summary: Real-time performance monitoring, done right
|
||||||
Name: netdata
|
Name: netdata
|
||||||
Version: 1.12.0
|
Version: @PACKAGE_VERSION@
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Applications/System
|
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
|
URL: http://my-netdata.io
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: xz
|
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.
|
happened, on your systems and applications.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n @PACKAGE_NAME@-@PACKAGE_VERSION@
|
%setup -q -n %{name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue