Compare commits
4 Commits
2.0.31-1ma
...
main
Author | SHA1 | Date | |
---|---|---|---|
eee264811a | |||
5a264ee994 | |||
dea08dc2be | |||
ff35c078ec |
24
acpid.spec
24
acpid.spec
@ -1,12 +1,12 @@
|
|||||||
Name: acpid
|
Name: acpid
|
||||||
Version: 2.0.31
|
Version: 2.0.34
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: The ACPI event daemon
|
Summary: The ACPI event daemon
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
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
|
Source0: http://downloads.sourceforge.net/project/acpid2/acpid-%{version}.tar.xz
|
||||||
Source1: acpid-initscript
|
Source1: acpid-initscript
|
||||||
Source2: acpi-sysconfig
|
Source2: acpi-sysconfig
|
||||||
@ -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,18 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
|||||||
%{_datadir}/doc/acpid/*
|
%{_datadir}/doc/acpid/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Nov 17 2018 Automatic Build System <autodist@mambasoft.it> 2.0.31-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user