rpms/iasl/devel iasl-README.Fedora, NONE, 1.1 iasl.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Till Maas (till) fedora-extras-commits at redhat.com
Sat Mar 10 10:13:51 UTC 2007


Author: till

Update of /cvs/extras/rpms/iasl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13396/devel

Modified Files:
	.cvsignore sources 
Added Files:
	iasl-README.Fedora iasl.spec 
Log Message:
auto-import iasl-20061109-2 on branch devel from iasl-20061109-2.src.rpm


--- NEW FILE iasl-README.Fedora ---
License: http://www.intel.com/technology/iapc/acpi/license2.htm 
Some documentation can be found here: http://www.intel.com/technology/iapc/acpi/downloads.htm
You can download it directly with:
wget http://www.intel.com/technology/iapc/acpi/downloads/ACPICA-ProgRef.pdf \
http://www.intel.com/technology/iapc/acpi/downloads/AslCompiler.pdf \
http://download.intel.com/technology/IAPC/acpi/downloads/30222305.pdf


--- NEW FILE iasl.spec ---
Name:           iasl
Version:        20061109
Release:        2%{?dist}
Summary:        Intel ASL compiler/decompiler

Group:          Development/Languages
License:        Intel Software License Agreement
# License approval: https://www.redhat.com/archives/fedora-extras-list/2007-January/msg00427.html
# License URL: http://www.intel.com/technology/iapc/acpi/license2.htm
URL:            http://developer.intel.com/technology/iapc/acpi/ 
Source0:        http://www.intel.com/technology/iapc/acpi/downloads/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
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  bison patchutils flex


%description
iasl compiles ASL (ACPI Source Language) into AML (ACPI Machine Language),
which is suitable for inclusion as a DSDT in system firmware. It also can
disassemble AML, for debugging purposes.


%prep
%setup -q -n acpica-unix-20061109
cp -p %{SOURCE1} README.Fedora
zcat %{SOURCE2} |  filterdiff -i \*iasl.1  | patch -p2

%build
export CC=gcc
export CFLAGS="$RPM_OPT_FLAGS"
export LDFLAGS="$CFLAGS"
cd compiler
# does not compile with %{?_smp_mflags}
make


%install
rm -rf $RPM_BUILD_ROOT
install -p -D compiler/iasl $RPM_BUILD_ROOT%{_bindir}/iasl
install -m 0644 -p -D iasl.1 $RPM_BUILD_ROOT%{_mandir}/man1/iasl.1

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc changes.txt README README.Fedora
%{_bindir}/iasl
%{_mandir}/man1/iasl.1.gz

%changelog
* Tue Feb 20 2007 Till Maas <opensource till name> - 20061109-2
- Make description line less than 80 instead of less that 81 characters long
- Permissions of manpage are 0644 instead of 0755 now

* Thu Feb 01 2007 Till Maas <opensource till name> - 20061109-1
- initial spec for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/iasl/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Mar 2007 02:05:48 -0000	1.1
+++ .cvsignore	10 Mar 2007 10:13:19 -0000	1.2
@@ -0,0 +1,2 @@
+acpica-unix-20061109.tar.gz
+acpica-unix_20060912-3.2.diff.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/iasl/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Mar 2007 02:05:48 -0000	1.1
+++ sources	10 Mar 2007 10:13:19 -0000	1.2
@@ -0,0 +1,2 @@
+0ca508dd9bec10fb3b53c72aea6bb6a1  acpica-unix-20061109.tar.gz
+eccd288aa9e95a8d62ed35fe1ab806a3  acpica-unix_20060912-3.2.diff.gz




More information about the fedora-extras-commits mailing list