]> git.pld-linux.org Git - packages/dvbsnoop.git/commitdiff
- initial PLD release master auto/th/dvbsnoop-1_4_50-1
authorTomasz Pala <gotar@pld-linux.org>
Sat, 5 Nov 2011 21:57:25 +0000 (21:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dvbsnoop.spec -> 1.1

dvbsnoop.spec [new file with mode: 0644]

diff --git a/dvbsnoop.spec b/dvbsnoop.spec
new file mode 100644 (file)
index 0000000..199dc78
--- /dev/null
@@ -0,0 +1,45 @@
+Summary:       An open source DVB/MPEG analyzer
+Name:          dvbsnoop
+Version:       1.4.50
+Release:       1
+License:       GPL v2+
+Group:         Applications
+Source0:       http://dl.sourceforge.net/dvbsnoop/%{name}-%{version}.tar.gz
+# Source0-md5: 68a5618c95b4372eea9ac5ec5005f299
+URL:           http://dvbsnoop.sourceforge.net/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A DVB/MPEG stream analyzer program, which allows to watch (live)
+stream information in human readable form. Its purpose is to debug,
+dump or view digital stream information (e.g. digital television
+broadcasts) send via satellite, cable or terrestrial. Streams can be
+SI, PES or TS. Basically it can be described as a "swiss army knife"
+analyzing program for DVB, MHP, DSM-CC or MPEG - similar to TCP
+network sniffer programs like tcpdump. One may also analyze offline
+MPEG streams, e.g. stored on DVD or MPEG2 movie files.
+dvbsnoop is a command line based program. It's text output can be used
+to for postprocessing via scripts or graphical analysis software like
+MRTG or gnuplot.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1*
This page took 0.060996 seconds and 4 git commands to generate.