]> git.pld-linux.org Git - packages/w_scan.git/blob - w_scan.spec
- upgraded to 20111203, packaged more documentation, cosmetics
[packages/w_scan.git] / w_scan.spec
1 Summary:        Simple DVB-T/C tuner scan tool
2 Summary(pl.UTF-8):      Niewielkie narzędzie do strojenia tunerów DVB-T/C
3 Name:           w_scan
4 Version:        20111203
5 Release:        1
6 License:        GPL v2
7 Group:          Applications
8 Source0:        http://wirbel.htpc-forum.de/w_scan/%{name}-%{version}.tar.bz2
9 # Source0-md5:  8c6014793b5f00c152b44a18bab97ed1
10 URL:            http://wirbel.htpc-forum.de/w_scan/index2.html
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Small channel scan tool which generates DVB-T and DVB-C channels.conf
15 files. It's 90% "scan" from linuxtv-dvb-apps version 1.1.0, with some
16 differences:
17 - no initial tuning data needed,
18 - it works *only* for cable and terrestrial DVB/ATSC,
19 - it detects automatically which DVB/ATSC card to use.
20
21 %description -l pl.UTF-8
22 Małe narzędzie do wyszukiwania kanałów i generujące plik channels.conf
23 dla telewizji cyfrowej DVB-T oraz DVB-C. Ten program to w 90% "scan"
24 z pakietu linuxtv-dvb-apps w wersji 1.1.0, z pewnymi różnicami:
25 - nie są potrzebne wartości inicjujące strojenie,
26 - działa *tylko* dla kablowej i naziemnej telewizji DVB/ATSC,
27 - automatycznie wykrywa, które urządzenie DVB/ATSC użyć.
28
29 %prep
30 %setup -q
31
32 %build
33 %configure
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
39
40 install %{name} $RPM_BUILD_ROOT%{_bindir}
41 install doc/%{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc AUTHORS ChangeLog NEWS README doc/README* doc/rotor.conf w_scan_start.sh
49 %attr(755,root,root) %{_bindir}/%{name}
50 %{_mandir}/man1/%{name}.1*
This page took 0.398585 seconds and 3 git commands to generate.