Summary: read-edid reads EDID/DDC informations from a conforming PnP monitor Name: read-edid Version: 1.4.1 Release: 1 Copyright: GPL Packager: http://www.barmala.de/ Group: Applications/System Source0: http://john.fremlin.de/programs/linux/read-edid/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%(id -u -n) Provides: read-edid Requires: /bin/sh %description read-edid (http://john.fremlin.de/programs/linux/read-edid/) elucidates various very useful informations from a conforming PnP monitor %description -l de read-edid (http://john.fremlin.de/programs/linux/read-edid/) liest mehrere sehr nuetzliche Informationen aus einem kompatiblen PnP Monitor aus %prep %setup -q sh configure \ --mandir=%_mandir \ --sbindir=%_sbindir %build make make check %install make install DESTDIR=$RPM_BUILD_ROOT %clean make clean rm -rf $RPM_BUILD_ROOT %post #!/bin/sh # # postinstall script, created by checkinstall-1.6.0beta3 # ldconfig %files %defattr(644, root, root, 755) %_mandir/man1/get-edid.1.gz %_mandir/man1/parse-edid.1.gz %_sbindir/parse-edid %_sbindir/get-edid %changelog * Tue Dec 28 2004 - http://www.barmala.de/ - Initial version