Compare commits

...

4 Commits

View File

@ -1,12 +1,12 @@
Name: acpid
Version: 2.0.31
Version: 2.0.34
Release: 1mamba
Summary: The ACPI event daemon
Group: System/Kernel and Hardware
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://sourceforge.net/projects/acpid2
URL: https://sourceforge.net/projects/acpid2
Source0: http://downloads.sourceforge.net/project/acpid2/acpid-%{version}.tar.xz
Source1: acpid-initscript
Source2: acpi-sysconfig
@ -15,16 +15,15 @@ License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%systemd_requires
Requires(pre): chkconfig
Requires(pre): sed
%description
ACPID is a completely flexible, totally extensible daemon for delivering ACPI events.
It listens on a file (/proc/acpi/event) and when an event occurs, executes programs to handle the event.
The programs it executes are configured through a set of configuration files, which can be dropped into place by packages or by the admin.
%debug_package
%prep
%setup -q
@ -78,9 +77,6 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
%dir %{_sysconfdir}/acpi
%dir %{_sysconfdir}/acpi/events
%dir %{_sysconfdir}/acpi/actions
#%attr(0644,root,root) %{_sysconfdir}/acpi/events/sample.conf
#%attr(0755,root,root) %{_initrddir}/acpid
#%config(noreplace) %{_sysconfdir}/sysconfig/acpi
%{_bindir}/acpi_listen
%{_sbindir}/acpid
%{_sbindir}/kacpimon
@ -93,6 +89,18 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
%{_datadir}/doc/acpid/*
%changelog
* Sun Sep 18 2022 Automatic Build System <autodist@mambasoft.it> 2.0.34-1mamba
- automatic version update by autodist
* Sun Sep 19 2021 Automatic Build System <autodist@mambasoft.it> 2.0.33-1mamba
- automatic version update by autodist
* Mon May 10 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.32-2mamba
- rebuilt with debug package
* Sun Sep 22 2019 Automatic Build System <autodist@mambasoft.it> 2.0.32-1mamba
- automatic version update by autodist
* Sat Nov 17 2018 Automatic Build System <autodist@mambasoft.it> 2.0.31-1mamba
- automatic version update by autodist