aboutsummaryrefslogtreecommitdiffstats
path: root/monitor-edid.spec
diff options
context:
space:
mode:
Diffstat (limited to 'monitor-edid.spec')
-rw-r--r--monitor-edid.spec40
1 files changed, 40 insertions, 0 deletions
diff --git a/monitor-edid.spec b/monitor-edid.spec
new file mode 100644
index 0000000..978d2f5
--- /dev/null
+++ b/monitor-edid.spec
@@ -0,0 +1,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