update to 20251212 [release 20251212-1mamba;Sun Dec 28 2025]

This commit is contained in:
2025-12-29 14:05:47 +01:00
parent aec9276b4b
commit 4614e10482

View File

@@ -2,15 +2,15 @@
%define gv2 %{lua:print(string.sub(rpm.expand("%{version}"), 5, 6))}
%define gv3 %{lua:print(string.sub(rpm.expand("%{version}"), 7, 8))}
Name: acpica
Version: 20250807
Version: 20251212
Release: 1mamba
Summary: Advanced Configuration & Power Interface Component Architecture
Group: System/Kernel and Hardware
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
Packager: Silvan Calarco <silvan@openmamba.org>
URL: https://github.com/acpica/acpica
Source: https://github.com/acpica/acpica.git/R%{gv1}_%{gv2}_%{gv3}/acpica-%{version}.tar.bz2
Source: https://github.com/acpica/acpica.git/%{version}/acpica-%{version}.tar.bz2
Source1: acpica-license
Source2: http://www.intel.com/technology/iapc/acpi/downloads/AslCompiler.pdf
Source3: http://www.intel.com/technology/iapc/acpi/downloads/ACPICA-ProgRef.pdf
@@ -23,7 +23,7 @@ BuildRequires: glibc-devel
Obsoletes: pmtools <= 20130209-2mamba
BuildRequires: flex
BuildRequires: bison
ExclusiveArch: %{ix86} x86_64
#ExclusiveArch: %{ix86} x86_64
%description
Advanced Configuration & Power Interface Component Architecture (ACPI CA) provides a reference implementation of software components that enable OS support for interfaces defined in the ACPI 1.0b specification.
@@ -56,10 +56,12 @@ export CFLAGS="%{optflags} -Wno-dangling-pointer -Wno-format-overflow"
%files
%defattr(-,root,root)
%{_bindir}/*
#%{_mandir}/man1/*
%doc source/LICENSE
%changelog
* Sun Dec 28 2025 Silvan Calarco <silvan@openmamba.org> 20251212-1mamba
- update to 20251212
* Thu Sep 18 2025 Automatic Build System <autodist@openmamba.org> 20250807-1mamba
- automatic version update by autodist