Author: arekm Date: Tue Mar 6 10:37:23 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - x86 + x86_64 only for now
---- Files affected: SPECS: libx86.spec (1.2 -> 1.3) , vbetool.spec (1.10 -> 1.11) ---- Diffs: ================================================================ Index: SPECS/libx86.spec diff -u SPECS/libx86.spec:1.2 SPECS/libx86.spec:1.3 --- SPECS/libx86.spec:1.2 Sat Mar 3 15:12:34 2007 +++ SPECS/libx86.spec Tue Mar 6 11:37:17 2007 @@ -2,12 +2,15 @@ Summary: A hardware-independent library for executing real-mode x86 code Name: libx86 Version: 0.99 -Release: 1 +Release: 2 License: BSD Group: Libraries Source0: http://www.codon.org.uk/~mjg59/libx86/downloads/%{name}-%{version}.tar.gz # Source0-md5: c426d4f29fdf3499158cf49d4f374315 URL: http://www.codon.org.uk/~mjg59/libx86/ +# it's supposed to be arch independant emu library but unfortunately right now it doesn't build +# on other architectures; check with newer versions! +ExclusiveArch: %{ix86} %{x8664} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -83,6 +86,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2007/03/06 10:37:17 arekm +- x86 + x86_64 only for now + Revision 1.2 2007/03/03 14:12:34 arekm - fix url ================================================================ Index: SPECS/vbetool.spec diff -u SPECS/vbetool.spec:1.10 SPECS/vbetool.spec:1.11 --- SPECS/vbetool.spec:1.10 Sat Mar 3 12:17:37 2007 +++ SPECS/vbetool.spec Tue Mar 6 11:37:17 2007 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): vbetool - modyfikacja trybu karty graficznej za pomocą jej BIOS-u Name: vbetool Version: 1.0 -Release: 1 +Release: 2 License: GPL Group: Applications Source0: http://www.codon.org.uk/~mjg59/vbetool/download/%{name}-%{version}.tar.gz @@ -15,6 +15,8 @@ BuildRequires: libx86-devel BuildRequires: pciutils-devel BuildRequires: zlib-devel +# it's supposed to be arch independant; see libx86.spec +ExclusiveArch: %{ix86} %{x8664} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -68,6 +70,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.11 2007/03/06 10:37:17 arekm +- x86 + x86_64 only for now + Revision 1.10 2007/03/03 11:17:37 arekm - up to 1.0; isn't this usable on any architecture that uses pc-like video card? ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libx86.spec?r1=1.2&r2=1.3&f=u http://cvs.pld-linux.org/SPECS/vbetool.spec?r1=1.10&r2=1.11&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
