From 0df1f581bafbcc0be24f9b99fab379bbfdc55356 Mon Sep 17 00:00:00 2001 From: dirkmueller <> Date: Jan 04 2021 18:09:52 +0000 Subject: Update acpi to version 1.7 / rev 15 via SR 860197 https://build.opensuse.org/request/show/860197 by user dirkmueller + dimstar_suse - spec-cleaner --- diff --git a/.files b/.files index bd15aa1..52bbfc7 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index dd1d5df..bb07429 100644 --- a/.rev +++ b/.rev @@ -105,4 +105,12 @@ 1 291314 + + fa76f0be4e0663923e879a77d34a7df1 + 1.7 + + dimstar_suse + - spec-cleaner + 860197 + diff --git a/acpi.changes b/acpi.changes index f0a49d2..830bd8e 100644 --- a/acpi.changes +++ b/acpi.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Mon Jan 4 13:09:45 UTC 2021 - Dirk Müller + +- spec-cleaner + +------------------------------------------------------------------- Mon Mar 9 15:42:44 UTC 2015 - mpluskal@suse.com - Use url for source diff --git a/acpi.spec b/acpi.spec index 02a89ec..4e0fdc1 100644 --- a/acpi.spec +++ b/acpi.spec @@ -1,7 +1,7 @@ # # spec file for package acpi # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,14 +20,13 @@ Name: acpi Version: 1.7 Release: 0 Summary: Command-line ACPI client -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/Daemons -Url: http://sourceforge.net/projects/acpiclient/ -Source: http://sourceforge.net/projects/acpiclient/files/acpiclient/%{version}/%{name}-%{version}.tar.gz +URL: https://sourceforge.net/projects/acpiclient/ +Source: https://sourceforge.net/projects/acpiclient/files/acpiclient/%{version}/%{name}-%{version}.tar.gz # Package was split from acpid package Provides: acpid:%{_bindir}/acpi -BuildRoot: %{_tmppath}/%{name}-%{version}-build -ExclusiveArch: %ix86 x86_64 ia64 aarch64 +ExclusiveArch: %{ix86} x86_64 ia64 aarch64 %description Linux ACPI client is a small command-line program that attempts to @@ -39,15 +38,15 @@ It includes battery and thermal information. %build %configure -make %{?_smp_mflags} +%make_build %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install %files -%defattr(-,root,root) -%doc AUTHORS ChangeLog README COPYING +%license COPYING +%doc AUTHORS ChangeLog README %{_bindir}/acpi -%{_mandir}/man1/acpi.1.gz +%{_mandir}/man1/acpi.1%{?ext_man} %changelog