Sophie

Sophie

distrib > Mandriva > 10.1 > i586 > by-pkgid > 389ece49550110bfb6efe13f8aceef41 > files > 2

read-edid-1.4.1-1mdk.src.rpm

%define name read-edid
%define version 1.4.1
%define release 1mdk

Summary: Get monitor details
Name: %{name}
Version: %{version}
Release: %{release}
URL: http://web.onetel.net.uk/~elephant/john/programs/linux/read-edid/
Source0: http://ape.n3.net/programs/linux/read-edid/%{name}-%{version}.tar.bz2
License: GPL
Group: System/Configuration/Other
BuildRoot: %{_tmppath}/%{name}-buildroot
Prefix: %{_prefix}

%description
This package will try to read the monitor details directly from the
monitor. The program get-edid asks a VBE BIOS for the EDID data. The
program parse-edid parses the data and prints out a human readable
summary.

%prep
%setup

%build
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%_mandir/*/*
%_sbindir/*

%changelog
* Sat Jul 17 2004 Frederic Lepied <flepied@mandrakesoft.com> 1.4.1-1mdk
- initial packaging

# end of file