Sophie

Sophie

distrib > Mandriva > 2008.1 > i586 > by-pkgid > 90b8954780d0820ed877ec2bdfb7d05b > files > 2

read-edid-1.4.1-4mdv2008.0.src.rpm

%define name read-edid
%define version 1.4.1
%define release %mkrel 4

Summary: Get monitor details
Name: %{name}
Version: %{version}
Release: %{release}
URL: http://john.fremlin.de/programs/linux/read-edid
Source0: http://john.fremlin.de/programs/linux/read-edid/%{name}-%{version}.tar.bz2
License: GPL
Group: System/Configuration/Other
BuildRoot: %{_tmppath}/%{name}-buildroot
Exclusivearch: %ix86

%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 -q

%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
* Fri Apr 20 2007 Pixel <pixel@mandriva.com> 1.4.1-4mdv2008.0
+ Revision: 16055
- rebuild
- fix url
- Import read-edid



* Fri Feb  3 2006 Pixel <pixel@mandriva.com> 1.4.1-3mdk
- it only builds on ix86 (see monitor-edid)

* Fri Feb  3 2006 Pixel <pixel@mandriva.com> 1.4.1-2mdk
- rebuild

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

# end of file