From 76966ddce79faa844774e10a0d3e9608c5149b0e Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Mon, 25 Aug 2008 20:07:43 +0000 Subject: [PATCH] - package acpisrc tool and some docs Changed files: acpica.spec -> 1.4 --- acpica.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/acpica.spec b/acpica.spec index 4a6830c..24aab18 100644 --- a/acpica.spec +++ b/acpica.spec @@ -36,11 +36,13 @@ find . -name Makefile |xargs perl -pi -e "s,-O2,%{rpmcflags},g" rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_bindir} -install -c compiler/iasl $RPM_BUILD_ROOT%{_bindir} +install tools/acpisrc/acpisrc compiler/iasl $RPM_BUILD_ROOT%{_bindir} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) +%doc README changes.txt +%attr(755,root,root) %{_bindir}/acpisrc %attr(755,root,root) %{_bindir}/iasl -- 2.44.0