SPECS: dov4l.spec (NEW) - NEW
sparky
sparky at pld-linux.org
Wed Nov 22 19:45:04 CET 2006
Author: sparky Date: Wed Nov 22 18:45:04 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- NEW
---- Files affected:
SPECS:
dov4l.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/dov4l.spec
diff -u /dev/null SPECS/dov4l.spec:1.1
--- /dev/null Wed Nov 22 19:45:04 2006
+++ SPECS/dov4l.spec Wed Nov 22 19:44:59 2006
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+
+Summary: Utility for setting V4L parameters
+Name: dov4l
+Version: 0.9
+Release: 1
+License: GPL
+Group: Applications
+Source0: http://www.vanheusden.com/dov4l/%{name}-%{version}.tgz
+# Source0-md5: b4cdeb5c7ba2769eb3b63a086117cee5
+Patch0: %{name}-Makefile.patch
+URL: http://www.vanheusden.com/dov4l/
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This console-tool sets parameters of a Video4Linux-device. You can set
+things like picturesize, brightness, contrast, tunerfrequency, etc.
+etc. You can also retrieve a complete list of all current settings.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__make} \
+ CC="%{__cc}" \
+ OPTCFLAGS="%{rpmcflags}" \
+ LDFLAGS="%{rpmldflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+
+install dov4l $RPM_BUILD_ROOT%{_bindir}
+install dov4l.1 $RPM_BUILD_ROOT%{_mandir}/man1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/dov4l
+%{_mandir}/man1/dov4l.1*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/11/22 18:44:59 sparky
+- NEW
+
================================================================
More information about the pld-cvs-commit
mailing list