]> git.pld-linux.org Git - packages/w_scan.git/blame - w_scan.spec
- upgraded to 20111203, packaged more documentation, cosmetics
[packages/w_scan.git] / w_scan.spec
CommitLineData
c20918cb 1Summary: Simple DVB-T/C tuner scan tool
2Summary(pl.UTF-8): Niewielkie narzędzie do strojenia tunerów DVB-T/C
3Name: w_scan
8056db8d 4Version: 20111203
c20918cb 5Release: 1
8056db8d 6License: GPL v2
c20918cb 7Group: Applications
8056db8d
TP
8Source0: http://wirbel.htpc-forum.de/w_scan/%{name}-%{version}.tar.bz2
9# Source0-md5: 8c6014793b5f00c152b44a18bab97ed1
c20918cb 10URL: http://wirbel.htpc-forum.de/w_scan/index2.html
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14Small channel scan tool which generates DVB-T and DVB-C channels.conf
15files. It's 90% "scan" from linuxtv-dvb-apps version 1.1.0, with some
16differences:
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
22Małe narzędzie do wyszukiwania kanałów i generujące plik channels.conf
23dla telewizji cyfrowej DVB-T oraz DVB-C. Ten program to w 90% "scan"
24z 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,
8056db8d 27- automatycznie wykrywa, które urządzenie DVB/ATSC użyć.
c20918cb 28
29%prep
30%setup -q
31
32%build
b21fcd0d 33%configure
c20918cb 34%{__make}
35
36%install
37rm -rf $RPM_BUILD_ROOT
8056db8d 38install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
c20918cb 39
c20918cb 40install %{name} $RPM_BUILD_ROOT%{_bindir}
8056db8d 41install doc/%{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
c20918cb 42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files
47%defattr(644,root,root,755)
8056db8d
TP
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.137292 seconds and 4 git commands to generate.