update to 20180629 [release 20180629-1mamba;Sat Jul 28 2018]
This commit is contained in:
parent
9feb66dba2
commit
96f073ec02
29
acpica.spec
29
acpica.spec
@ -1,5 +1,5 @@
|
|||||||
Name: acpica
|
Name: acpica
|
||||||
Version: 20120420
|
Version: 20180629
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Advanced Configuration & Power Interface Component Architecture
|
Summary: Advanced Configuration & Power Interface Component Architecture
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
@ -7,13 +7,16 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||||||
URL: http://www.intel.com/technology/iapc/acpi/downloads.htm
|
URL: http://www.intel.com/technology/iapc/acpi/downloads.htm
|
||||||
Source: http://www.acpica.org/download/acpica-unix-%{version}.tar.gz
|
Source: https://acpica.org/sites/acpica/files/acpica-unix-%{version}.tar.gz
|
||||||
Source1: %{name}-license
|
Source1: %{name}-license
|
||||||
Source2: http://www.intel.com/technology/iapc/acpi/downloads/AslCompiler.pdf
|
Source2: http://www.intel.com/technology/iapc/acpi/downloads/AslCompiler.pdf
|
||||||
Source3: http://www.intel.com/technology/iapc/acpi/downloads/ACPICA-ProgRef.pdf
|
Source3: http://www.intel.com/technology/iapc/acpi/downloads/ACPICA-ProgRef.pdf
|
||||||
Patch0: %{name}-20061109-makefile.patch
|
Patch0: %{name}-20061109-makefile.patch
|
||||||
Patch1: %{name}-20061109-iasl_manpage.patch
|
Patch1: %{name}-20061109-iasl_manpage.patch
|
||||||
License: Intel Software License Agreement
|
License: Intel Software License Agreement
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
ExclusiveArch: %{ix86} x86_64
|
ExclusiveArch: %{ix86} x86_64
|
||||||
@ -33,22 +36,11 @@ cp %{S:1} LICENSE
|
|||||||
cp %{S:2} %{S:3} .
|
cp %{S:2} %{S:3} .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd source
|
%make
|
||||||
%make -j1 -C compiler
|
|
||||||
%make -C tools/acpisrc
|
|
||||||
%make -C tools/acpixtract
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
cd source
|
%makeinstall
|
||||||
install -D -m 755 compiler/iasl \
|
|
||||||
%{buildroot}%{_bindir}/iasl
|
|
||||||
install -D -m 644 iasl.1 \
|
|
||||||
%{buildroot}%{_mandir}/man1/iasl.1
|
|
||||||
install -D -m 755 tools/acpisrc/acpisrc \
|
|
||||||
%{buildroot}%{_bindir}/acpisrc
|
|
||||||
install -D -m 755 tools/acpixtract/acpixtract \
|
|
||||||
%{buildroot}%{_bindir}/acpixtract
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -56,10 +48,13 @@ install -D -m 755 tools/acpixtract/acpixtract \
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_mandir}/man1/*
|
#%{_mandir}/man1/*
|
||||||
%doc changes.txt README source/LICENSE source/*.pdf
|
%doc source/LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 28 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 20180629-1mamba
|
||||||
|
- update to 20180629
|
||||||
|
|
||||||
* Sun Apr 22 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 20120420-1mamba
|
* Sun Apr 22 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 20120420-1mamba
|
||||||
- update to 20120420
|
- update to 20120420
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user