SPECS: read-edid.spec - pl, include LRMI in docs on x86 only
qboosh
qboosh at pld-linux.org
Sun Oct 8 15:03:11 CEST 2006
Author: qboosh Date: Sun Oct 8 13:03:11 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl, include LRMI in docs on x86 only
---- Files affected:
SPECS:
read-edid.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/read-edid.spec
diff -u SPECS/read-edid.spec:1.1 SPECS/read-edid.spec:1.2
--- SPECS/read-edid.spec:1.1 Thu Sep 7 15:19:49 2006
+++ SPECS/read-edid.spec Sun Oct 8 15:03:06 2006
@@ -1,5 +1,6 @@
# $Revision$, $Date$
Summary: Gets various useful informations from a conforming PnP monitor
+Summary(pl): Pobieranie różnych przydatnych informacji z monitora zgodnego z PnP
Name: read-edid
Version: 1.4.1
Release: 0.1
@@ -9,9 +10,6 @@
# Source0-md5: aadc9a21ea4a1c9819757cda973372f4
Source1: %{name}-get-edid-ppc.sh
URL: http://john.fremlin.de/programs/linux/read-edid/index.html
-#BuildRequires: autoconf
-#BuildRequires: automake
-#ExclusiveArch: %{ix86}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -31,13 +29,26 @@
tree parsing on PowerMac) and is therefore only available for i386 and
powerpc architectures.
+%description -l pl
+read-edid to narzędzie do zbierania informacji dotyczących sprzętu dla
+monitorów VESA PnP, składające się z dwóch programów:
+
+get-edid używa żądania funkcji przerwania VESA VBE 2 do odczytu
+128-bajtowej struktury EDID w wersji 1 od karty graficznej, która
+pobiera te informacje z monitora poprzez DDC (Data Display Channel).
+
+parse-edid analizuje tę strukturę danych i wypisuje dane nadające się
+do wstawienia do pliku konfiguracyjnego XFree86 lub X.org.
+
+get-edit używa specyficznych dla architektury metod odpytywania karty
+graficznej (instrukcji w trybie rzeczywistym x86 na i386, analizy
+drzewa urządzeń OpenFirmware na PowerMacu), więc jest dostępne tylko
+dla architektur i386 i powerpc.
+
%prep
%setup -q
%build
-#%%{__aclocal}
-#%%{__autoconf}
-#%%{__automake}
%configure
%{__make} \
%ifnarch %{ix86}
@@ -65,7 +76,10 @@
%files
%defattr(644,root,root,755)
-%doc AUTHORS ChangeLog LRMI NEWS README
+%doc AUTHORS ChangeLog NEWS README
+%ifarch %{ix86}
+%doc LRMI
+%endif
%attr(755,root,root) %{_bindir}/parse-edid
%ifarch %{ix86} ppc
%attr(755,root,root) %{_bindir}/get-edid
@@ -78,10 +92,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2006/10/08 13:03:06 qboosh
+- pl, include LRMI in docs on x86 only
+
Revision 1.1 2006/09/07 13:19:49 sparky
- NEW, only ppc tested, ix86 should work
- what about other archs ?
-- x86_64 should be compatible with ix86
-- alpha has some 8086 emulation (?)
-- not only powermacs / pegasos are using OpenFirmware
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/read-edid.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list