]> git.pld-linux.org Git - packages/atop.git/commitdiff
up to 2.5.0 auto/th/atop-2.5.0-1
authorJan Palus <atler@pld-linux.org>
Tue, 28 Jul 2020 18:58:07 +0000 (20:58 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 28 Jul 2020 18:58:07 +0000 (20:58 +0200)
atop.spec

index d5a98a12797ea93dfdc42d891601b64f631fadeb..5337e9a096ec37578c679610195abbf5854162ac 100644 (file)
--- a/atop.spec
+++ b/atop.spec
@@ -3,12 +3,12 @@
 Summary:       AT Computing System and Process Monitor
 Summary(pl.UTF-8):     Monitor obciążenia systemu alternatywny dla programu top
 Name:          atop
-Version:       2.3.0
+Version:       2.5.0
 Release:       1
 License:       GPL v2+
 Group:         Applications/System
 Source0:       http://www.atoptool.nl/download/%{name}-%{version}.tar.gz
-# Source0-md5: 48e1dbef8c7d826e68829a8d5fc920fc
+# Source0-md5: 5a63d28c276e8f65e8186083b51c7f3a
 URL:           https://www.atoptool.nl/
 BuildRequires: ncurses-devel
 BuildRequires: sed >= 4.0
@@ -36,6 +36,8 @@ również które procesy są odpowiedzialne za generowane obciążenie
 
 %{__sed} -i -e '/chown root/d' Makefile
 
+%{__sed} -i -e '1s|#!/usr/bin/python|#!%{__python3}|' atopgpud
+
 %build
 %{__make} \
        CC="%{__cc}" \
@@ -44,7 +46,7 @@ również które procesy są odpowiedzialne za generowane obciążenie
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_sbindir}
+install -d $RPM_BUILD_ROOT{%{_sbindir},%{_sysconfdir}/default}
 
 %{__make} -j1 sysvinstall systemdinstall \
        INIPATH=/etc/rc.d/init.d \
This page took 0.159025 seconds and 4 git commands to generate.