Name: tivodecode Version: 0.1.4 Release: 2%{?dist} Summary: Converts a .TiVo file to a normal MPEG file. Group: Sound and Video License: BSD URL: http://tivodecode.sourceforge.net/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description This software converts a .TiVo file (produced by the TiVoToGo functionality on recent TiVo software releases) to a normal MPEG file. This has the same functionality as using TiVo's supplied DirectShow DLL on Windows with a tool such as DirectShowDump, but is portable to different architectures and operating systems, and runs on the command line using files or pipes. The conversion still requires the valid MAK of the TiVo which recorded the file, so it cannot be used to circumvent their protection, simply to provide the same level of access as is already available on Windows. %prep %setup -q %build %{__make} %{?_smp_mflags} %install %{__install} -d -m0755 %{buildroot}%{_bindir}/ %{__install} -m0755 objects.dir/tivodecode %{buildroot}%{_bindir}/tivodecode %clean %{__rm} -rf %{buildroot} %files %defattr(-,root,root,0755) %doc COPYING %doc README %{_bindir}/tivodecode %changelog * Sun Jan 18 2009 Dale Bewley - 0.1.4-2.fc10 - Rework from Mandriva for Fedora * Tue Jan 24 2007 Marco Meijer 0.1.4-1.2007mcnl new version * Tue Dec 05 2006 Marco Meijer 0.1.3-1.2007mcnl First build for Mandrivaclub.nl