rebuilt with debug package [release 2.0.32-2mamba;Mon May 10 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 20:12:05 +01:00
parent ff35c078ec
commit dea08dc2be

View File

@ -1,6 +1,6 @@
Name: acpid Name: acpid
Version: 2.0.32 Version: 2.0.32
Release: 1mamba Release: 2mamba
Summary: The ACPI event daemon Summary: The ACPI event daemon
Group: System/Kernel and Hardware Group: System/Kernel and Hardware
Vendor: openmamba Vendor: openmamba
@ -15,16 +15,15 @@ License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%systemd_requires %systemd_requires
Requires(pre): chkconfig
Requires(pre): sed
%description %description
ACPID is a completely flexible, totally extensible daemon for delivering ACPI events. 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. 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. 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 %prep
%setup -q %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
%dir %{_sysconfdir}/acpi/events %dir %{_sysconfdir}/acpi/events
%dir %{_sysconfdir}/acpi/actions %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 %{_bindir}/acpi_listen
%{_sbindir}/acpid %{_sbindir}/acpid
%{_sbindir}/kacpimon %{_sbindir}/kacpimon
@ -93,6 +89,9 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
%{_datadir}/doc/acpid/* %{_datadir}/doc/acpid/*
%changelog %changelog
* 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 * Sun Sep 22 2019 Automatic Build System <autodist@mambasoft.it> 2.0.32-1mamba
- automatic version update by autodist - automatic version update by autodist