rpms/iasl/devel iasl.1,NONE,1.1 iasl.spec,1.10,1.11

Matthew Garrett mjg59 at fedoraproject.org
Thu Jul 1 18:10:58 UTC 2010


Author: mjg59

Update of /cvs/pkgs/rpms/iasl/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv31770

Modified Files:
	iasl.spec 
Added Files:
	iasl.1 
Log Message:
* Thu Jul 01 2010 Matthew Garrett <mjg at redhat.com> - 20100528-2
- Ship the manpage rather than pull it from a Debian diff



--- NEW FILE iasl.1 ---
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH IASL 1 "October 14, 2005"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh        disable hyphenation
.\" .hy        enable hyphenation
.\" .ad l      left justify
.\" .ad b      justify to both left and right margins
.\" .nf        disable filling
.\" .fi        enable filling
.\" .br        insert line break
.\" .sp <n>    insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
iasl \- ACPI Source Language compiler/decompiler
.SH SYNOPSIS
.B iasl
.RI [ options ]
.RI [ "input file" ]
.SH DESCRIPTION
This manual page documents briefly the
.B iasl
command. The option list is taken from the iasl interactive help.
.PP
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
.\" respectively.
.B iasl
is an ASL compiler and decompiler.

.SH OPTIONS

.PP
.SS General Output
.TP
.B \-p <prefix>
Specify filename prefix for all output files (including .aml)
.TP
.B \-vi
Less verbose errors and warnings for use with IDEs
.TP
.B \-vo
Enable optimization comments
.TP
.B \-vr
Disable remarks
.TP
.B \-vs
Disable signon

.PP
.SS AML Output Files
.TP
.B \-s<a|c>
Create AML in assembler or C source file (*.asm or *.c)
.TP
.B \-i<a|c>
Create assembler or C include file (*.inc or *.h)
.TP
.B \-t<a|c>
Create AML in assembler or C hex table (*.hex)

.PP
.SS AML Code Generation
.TP
.B \-oa
Disable all optimizations (compatibility mode)
.TP
.B \-of
Disable constant folding
.TP
.B \-oi
Disable integer optimization to Zero/One/Ones
.TP
.B \-on
Disable named reference string optimization
.TP
.B \-r<Revision>
Override table header Revision (1-255)

.PP
.SS Listings
.TP
.B \-l
Create mixed listing file (ASL source and AML) (*.lst)
.TP
.B \-ln
Create namespace file (*.nsp)
.TP
.B \-ls
Create combined source file (expanded includes) (*.src)

.PP
.SS AML Disassembler
.TP
.B \-d  [file]
Disassemble AML to ASL source code file (*.dsl)
.TP
.B \-dc [file]
Disassemble AML and immediately compile it
.br
(Obtain DSDT from current system if no input file)
.TP
.B \-e
Generate External() statements for unresolved symbols
.TP
.B \-g
Get ACPI tables and write to files (*.dat)

.PP
.SS Miscellaneous
.TP
.B \-a
Verify source file is entirely ASCII text (0x00-0x7F)

.PP
.SS Help
.TP
.B \-h
Additional help and compiler debug options
.TP
.B \-hc
Display operators allowed in constant expressions
.TP
.B \-hr
Display ACPI reserved method names

.SH AUTHOR
iasl was written by Robert Moore <robert.moore at intel.com>.
.PP
This manual page was written by Mattia Dongili <malattia at debian.org>,
for the Debian project (but may be used by others).


Index: iasl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/iasl/devel/iasl.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- iasl.spec	1 Jul 2010 18:01:00 -0000	1.10
+++ iasl.spec	1 Jul 2010 18:10:57 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           iasl
 Version:        20100528
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Intel ASL compiler/decompiler
 
 Group:          Development/Languages
@@ -8,7 +8,7 @@ License:        Intel ACPI
 URL:            http://developer.intel.com/technology/iapc/acpi/ 
 Source0:        http://www.acpica.org/download/acpica-unix-%{version}.tar.gz
 Source1:        iasl-README.Fedora
-Source2:        http://ftp.debian.org/debian/pool/main/a/acpica-unix/acpica-unix_20060912-3.2.diff.gz
+Source2:	iasl.1
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  bison patchutils flex
@@ -23,8 +23,7 @@ disassemble AML, for debugging purposes.
 %prep
 %setup -q -n acpica-unix-%{version}
 cp -p %{SOURCE1} README.Fedora
-zcat %{SOURCE2} |  filterdiff -i \*iasl.1  | patch -p2
-
+cp -p %{SOURCE2} iasl.1
 
 %build
 export CC=gcc
@@ -53,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 01 2010 Matthew Garrett <mjg at redhat.com> - 20100528-2
+- Ship the manpage rather than pull it from a Debian diff
+
 * Thu Jul 01 2010 Matthew Garrett <mjg at redhat.com> - 20100528-1
 - Update to latest upstream
 



More information about the scm-commits mailing list