diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-03-25 10:11:39 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-03-25 10:11:39 +0000 |
commit | dcb90311ac4fad4aa6cb9c5a7b15ad70f02733f5 (patch) | |
tree | f0a4e1f71d40d55c9abb4907531451d714d249f2 | |
parent | cee495a3bca02941ecb6f4406ffef0f5830d4f74 (diff) | |
download | monitor-edid-dcb90311ac4fad4aa6cb9c5a7b15ad70f02733f5.tar monitor-edid-dcb90311ac4fad4aa6cb9c5a7b15ad70f02733f5.tar.gz monitor-edid-dcb90311ac4fad4aa6cb9c5a7b15ad70f02733f5.tar.bz2 monitor-edid-dcb90311ac4fad4aa6cb9c5a7b15ad70f02733f5.tar.xz monitor-edid-dcb90311ac4fad4aa6cb9c5a7b15ad70f02733f5.zip |
install vesa-cvt
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | monitor-edid.spec | 6 |
2 files changed, 7 insertions, 3 deletions
@@ -1,5 +1,5 @@ PACKAGE = monitor-edid -VERSION = 1.2 +VERSION = 1.3 FILES = $(shell ls | grep -v CVS | grep -vF .tar) ARCH := $(patsubst i%86,i386,$(shell uname -m)) @@ -22,7 +22,7 @@ ifeq (ppc64,$(ARCH)) HAS_OPEN_FIRMWARE = y endif -TARGETS = monitor-get-edid +TARGETS = monitor-get-edid cvt CFLAGS = -O -Wall -g OBJS = monitor-get-edid.c diff --git a/monitor-edid.spec b/monitor-edid.spec index a7b3c6c..0f24148 100644 --- a/monitor-edid.spec +++ b/monitor-edid.spec @@ -1,5 +1,5 @@ %define name monitor-edid -%define version 1.2 +%define version 1.3 %define release 1mdk Summary: Get monitor details @@ -28,6 +28,7 @@ install -d $RPM_BUILD_ROOT%_bindir install -d $RPM_BUILD_ROOT%_sbindir install monitor-edid monitor-get-edid monitor-probe monitor-probe-using-X $RPM_BUILD_ROOT%_sbindir install monitor-parse-edid $RPM_BUILD_ROOT%_bindir +install cvt $RPM_BUILD_ROOT%_bindir/vesa-cvt %clean rm -rf $RPM_BUILD_ROOT @@ -39,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT %_sbindir/* %changelog +* Fri Mar 25 2005 Pixel <pixel@mandrakesoft.com> 1.3-1mdk +- added vesa-cvt (allowing to compute reduced-blanking timings) + * Thu Mar 17 2005 Pixel <pixel@mandrakesoft.com> 1.2-1mdk - new release (added monitor-probe and monitor-probe-using-X) |