packages: dvbsnoop/dvbsnoop.spec (NEW) - initial PLD release

gotar gotar at pld-linux.org
Sat Nov 5 22:57:30 CET 2011


Author: gotar                        Date: Sat Nov  5 21:57:30 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial PLD release

---- Files affected:
packages/dvbsnoop:
   dvbsnoop.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/dvbsnoop/dvbsnoop.spec
diff -u /dev/null packages/dvbsnoop/dvbsnoop.spec:1.1
--- /dev/null	Sat Nov  5 22:57:30 2011
+++ packages/dvbsnoop/dvbsnoop.spec	Sat Nov  5 22:57:25 2011
@@ -0,0 +1,55 @@
+# $Revision$, $Date$
+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*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2011/11/05 21:57:25  gotar
+- initial PLD release
================================================================


More information about the pld-cvs-commit mailing list