]> git.pld-linux.org Git - packages/dvbsnoop.git/blame - dvbsnoop.spec
- initial PLD release
[packages/dvbsnoop.git] / dvbsnoop.spec
CommitLineData
4912b1cd
TP
1Summary: An open source DVB/MPEG analyzer
2Name: dvbsnoop
3Version: 1.4.50
4Release: 1
5License: GPL v2+
6Group: Applications
7Source0: http://dl.sourceforge.net/dvbsnoop/%{name}-%{version}.tar.gz
8# Source0-md5: 68a5618c95b4372eea9ac5ec5005f299
9URL: http://dvbsnoop.sourceforge.net/
10BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12%description
13A DVB/MPEG stream analyzer program, which allows to watch (live)
14stream information in human readable form. Its purpose is to debug,
15dump or view digital stream information (e.g. digital television
16broadcasts) send via satellite, cable or terrestrial. Streams can be
17SI, PES or TS. Basically it can be described as a "swiss army knife"
18analyzing program for DVB, MHP, DSM-CC or MPEG - similar to TCP
19network sniffer programs like tcpdump. One may also analyze offline
20MPEG streams, e.g. stored on DVD or MPEG2 movie files.
21dvbsnoop is a command line based program. It's text output can be used
22to for postprocessing via scripts or graphical analysis software like
23MRTG or gnuplot.
24
25%prep
26%setup -q
27
28%build
29%configure
30%{__make}
31
32%install
33rm -rf $RPM_BUILD_ROOT
34
35%{__make} install \
36 DESTDIR=$RPM_BUILD_ROOT
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(644,root,root,755)
43%doc AUTHORS ChangeLog NEWS README
44%attr(755,root,root) %{_bindir}/%{name}
45%{_mandir}/man1/%{name}.1*
This page took 0.059019 seconds and 4 git commands to generate.