]> git.pld-linux.org Git - packages/w_scan.git/blame - w_scan.spec
debian patch to fix build with gcc 10
[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
4bfda513 4Version: 20170107
c20918cb 5Release: 1
8056db8d 6License: GPL v2
c20918cb 7Group: Applications
8056db8d 8Source0: http://wirbel.htpc-forum.de/w_scan/%{name}-%{version}.tar.bz2
4bfda513 9# Source0-md5: c7f9adf92d46b8da5391be80be6fbd72
ee05e968 10Patch0: gcc10.patch
c20918cb 11URL: http://wirbel.htpc-forum.de/w_scan/index2.html
4bfda513
JP
12BuildRequires: autoconf >= 2.63
13BuildRequires: automake
c20918cb 14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17Small channel scan tool which generates DVB-T and DVB-C channels.conf
a8c22334
ŁK
18files. It's based on old "scan" from linuxtv-dvb-apps version 1.1.0,
19with some differences:
c20918cb 20- no initial tuning data needed,
21- it works *only* for cable and terrestrial DVB/ATSC,
22- it detects automatically which DVB/ATSC card to use.
23
24%description -l pl.UTF-8
25Małe narzędzie do wyszukiwania kanałów i generujące plik channels.conf
a8c22334
ŁK
26dla telewizji cyfrowej DVB-T oraz DVB-C. Program jest oparty na
27narzędziu "scan" z pakietu linuxtv-dvb-apps w wersji 1.1.0, z pewnymi
28różnicami:
c20918cb 29- nie są potrzebne wartości inicjujące strojenie,
30- działa *tylko* dla kablowej i naziemnej telewizji DVB/ATSC,
8056db8d 31- automatycznie wykrywa, które urządzenie DVB/ATSC użyć.
c20918cb 32
33%prep
34%setup -q
ee05e968 35%patch0 -p1
c20918cb 36
37%build
b21fcd0d 38%configure
c20918cb 39%{__make}
40
41%install
42rm -rf $RPM_BUILD_ROOT
43
52ccb720
ŁK
44%{__make} install \
45 DESTDIR=$RPM_BUILD_ROOT
c20918cb 46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(644,root,root,755)
a8c22334 52%doc AUTHORS ChangeLog NEWS README doc/README* doc/rotor.conf
8056db8d
TP
53%attr(755,root,root) %{_bindir}/%{name}
54%{_mandir}/man1/%{name}.1*
This page took 0.128258 seconds and 4 git commands to generate.