44 lines
1.1 KiB
RPMSpec
44 lines
1.1 KiB
RPMSpec
Name: acpi_tables_patch
|
|
Version: 0.1
|
|
Release: 1mamba
|
|
Summary: A script to create patched ACPI DSDT tables (dsdt.aml) at runtime
|
|
Group: System/Kernel and Hardware
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://openmamba.org
|
|
Source: http://openmamba.org/acpi_tables_patch-%{version}.tar.bz2
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
## AUTOBUILDREQ-END
|
|
Requires: acpica
|
|
%systemd_requires
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
A script to create patched ACPI DSDT tables (dsdt.aml) at runtime.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_sbindir}/%{name}
|
|
%{_unitdir}/acpi_tables_patch@.service
|
|
%dir %{_datadir}/acpi_tables_patch
|
|
%dir %{_datadir}/acpi_tables_patch/patches
|
|
%{_datadir}/acpi_tables_patch/patches/*.patch
|
|
|
|
%changelog
|
|
* Mon Apr 10 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1-1mamba
|
|
- package created by autospec
|