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