]> git.pld-linux.org Git - packages/dov4l.git/blame - dov4l.spec
- tabs in preamble
[packages/dov4l.git] / dov4l.spec
CommitLineData
f78e104e 1Summary: Utility for setting V4L parameters
c8a44309 2Summary(pl.UTF-8): Narzędzia do ustawiania parametrów V4L
f78e104e 3Name: dov4l
4Version: 0.9
5Release: 1
6License: GPL
7Group: Applications
8Source0: http://www.vanheusden.com/dov4l/%{name}-%{version}.tgz
9# Source0-md5: b4cdeb5c7ba2769eb3b63a086117cee5
10Patch0: %{name}-Makefile.patch
11URL: http://www.vanheusden.com/dov4l/
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
eccd9e23
JB
15This console-tool sets parameters of a Video4Linux device. You can set
16things like picture size, brightness, contrast, tuner frequency, etc.
f78e104e 17etc. You can also retrieve a complete list of all current settings.
18
7099170c
JR
19%description -l pl.UTF-8
20To narzędzie konsolowe ustawia parametry urządzenia Video4Linux.
21Pozwala ustawić parametry takie jak rozmiar obrazu, jasność, kontrast,
22częstotliwość tunera itp. Można także odczytać pełną listę bieżących
23ustawień.
eccd9e23 24
f78e104e 25%prep
26%setup -q
27%patch0 -p1
28
29%build
30%{__make} \
31 CC="%{__cc}" \
32 OPTCFLAGS="%{rpmcflags}" \
33 LDFLAGS="%{rpmldflags}"
34
35%install
36rm -rf $RPM_BUILD_ROOT
37install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
38
39install dov4l $RPM_BUILD_ROOT%{_bindir}
40install dov4l.1 $RPM_BUILD_ROOT%{_mandir}/man1
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(644,root,root,755)
47%attr(755,root,root) %{_bindir}/dov4l
48%{_mandir}/man1/dov4l.1*
This page took 0.06878 seconds and 4 git commands to generate.