Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > media > core-src > by-pkgid > 609c441b74e7e50dadc188894f2dcd08 > files > 2

ddcprobe-2.0.3-alt1.src.rpm

Name: 	ddcprobe
Version: 2.0.3
Release: alt1
Summary: Tool for reading EDID from DDC
Summary(ru_RU.KOI8-R): õÔÉÌÉÔÁ ÄÌÑ ÞÔÅÎÉÑ EDID ÉÚ DDC
License: LGPL
Group: System/Configuration/Hardware

Conflicts: xresprobe
Requires: libvbe = %version-%release

Source: %name-%version.tar

%description
ddcprobe is a tool for reading and parsing EDID from DDC.

%package -n libvbe-devel
Summary: Development part of %name
Group: Development/C
Requires: libvbe = %version-%release

%description -n libvbe-devel
Contents header files and development libraries for %name

%package -n libvbe-devel-static
Summary: Static libraries for %name
Group: Development/C
Requires: libvbe-devel = %version-%release

%description -n libvbe-devel-static
Contents static libraries for %name


%package -n libvbe
Summary: Library for getting insformations from VBE
Group: System/Kernel and hardware

%description -n libvbe
Library for getting informations from VBE

%prep
%setup -q

%define _optlevel s

%build
%make_build EXTRA_CFLAGS="$RPM_OPT_FLAGS"

%install
%makeinstall DESTDIR=%buildroot LIBDIR=%_libdir

%files
%_sbindir/*

%files -n libvbe
%_libdir/*.so.*

%files -n libvbe-devel
%_libdir/*.so
%_includedir/*

%files  -n libvbe-devel-static
%_libdir/*.a

%changelog
* Fri May 12 2006 Anton Farygin <rider@altlinux.ru> 2.0.3-alt1
- -Werror added
- fixed build with gcc-4.1

* Mon Apr 03 2006 Anton Farygin <rider@altlinux.ru> 2.0.2-alt1
- fixed build with new binutils

* Fri Feb 10 2006 Kachalov Anton <mouse@altlinux.ru> 2.0.1-alt1
- do VBIOS chksum
- disable LRMI code due segfault (#8192)
- print modeline for dtiming
- group modes by depth in output

* Fri Jul 01 2005 Kachalov Anton <mouse@altlinux.ru> 2.0-alt1
- so-name change: vbe_info struct fix (introduced memory leak :)
- VBIOS chksum skip

* Tue Jun 28 2005 Anton D. Kachalov <mouse@altlinux.org> 1.0-alt1
- merged with latest monitor-edid from MDK

* Wed Jun 08 2005 Anton Farygin <rider@altlinux.ru> 0.1.1-alt2
- added conflicts witch xresprobe

* Tue May 24 2005 Anton Farygin <rider@altlinux.ru> 0.1.1-alt1
- removed error messages from libvbe

* Tue May 03 2005 Anton Farygin <rider@altlinux.ru> 0.1-alt1
- first build for Sisyphus