From f73ebbc6aa151f65e99a219d1e244a9cddbc80d5 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Mon, 22 Feb 2021 13:55:19 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/ledmon.git#284efc406db9e91e1906379591db9b64ac3164b9 --- ledmon.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ledmon.spec b/ledmon.spec index 3292b78..ab54e86 100644 --- a/ledmon.spec +++ b/ledmon.spec @@ -1,7 +1,7 @@ Summary: Enclosure LED Utilities Name: ledmon Version: 0.95 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ URL: https://github.com/intel/ledmon Source0: https://github.com/intel/ledmon/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -37,7 +37,7 @@ sh autogen.sh make %install -make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT SBIN_DIR=$RPM_BUILD_ROOT/%{_sbindir} MANDIR=$RPM_BUILD_ROOT%{_mandir} +%make_install SBIN_DIR=$RPM_BUILD_ROOT/%{_sbindir} MANDIR=$RPM_BUILD_ROOT%{_mandir} %files %doc README.md COPYING @@ -47,6 +47,10 @@ make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT SBIN_DIR=$RPM_BUI %{_unitdir}/ledmon.service %changelog +* Mon Feb 22 2021 Jan Macku - 0.95-3 +- Use make macros +- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro + * Tue Feb 02 2021 Jan Macku - 0.95-2 - drop perl dependency