Name: dvblast Version: 2.1.0 Release: 1%{?dist} Summary: Simple and powerful streaming application Group: Applications/Multimedia License: GPLv2+ URL: http://www.videolan.org/projects/dvblast.html Source0: http://downloads.videolan.org/pub/videolan/dvblast/2.1/dvblast-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: bitstream-devel >= 1.0 %description DVBlast is a simple and powerful streaming application based on the linux-dvb API. It opens a DVB device, tunes it, places PID filters, configures a CAM module, and demultiplexes the packets to several RTP outputs. It supports the new S2API of linux-dvb (compile option). %prep %setup -q sed -i -e 's|/usr/src/kernel/linux-2.6.29.1/include|%{_includedir}|' Makefile sed -i -e 's|-O3 -fomit-frame-pointer|%{optflags}|' Makefile %build make %{?_smp_mflags} V=1 %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS COPYING NEWS README TODO %{_bindir}/dvblast %{_bindir}/dvblastctl %{_bindir}/dvblast_mmi.sh %{_mandir}/man1/dvblast.1.* %changelog * Mon Jan 16 2012 Nicolas Chauvet - 2.1.0-1 - Update to 2.1.0 * Sat Apr 24 2010 Nicolas Chauvet - 1.2-1 - Update to 1.2 * Mon Nov 30 2009 Nicolas Chauvet - 1.1-1 - Initial spec file