aboutsummaryrefslogtreecommitdiffstats
path: root/monitor-edid.spec
blob: 978d2f5766c9b9640a3ace6334ac7271adb219a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
%define name monitor-edid
%define version 1.0
%define release 1mdk

Summary: Get monitor details
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
License: GPL
Group: System/Configuration/Other
Url: http://www.mandrakelinux.com/cgi-bin/cvsweb.cgi/soft/monitor-edid
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This package will try to read the monitor details directly from the
monitor.

%prep
%setup -q

%build
make

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%_sbindir
install monitor-edid monitor-get-edid monitor-parse-edid $RPM_BUILD_ROOT%_sbindir

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README
%_sbindir/*

%changelog
* Wed Feb 23 2005 Pixel <pixel@mandrakesoft.com> 1.0-1mdk
- first package