# $RCSfile $ # $Date: 2006/01/24 18:13:09 $ - $Revision: 1.2 $ Summary: MMS Ripper Name: mmsrip Version: 0.7.0 Release: 1%{?dist:.%dist}.s1 Vendor: Nicolas BENOIT Packager: Federico SIMONCELLI License: GPL Group: Applications/Multimedia URL: http://nbenoit.tuxfamily.org/projects.php?rq=mmsrip Source: http://nbenoit.tuxfamily.org/projects/mmsrip/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description MMSRIP is a client for the proprietary protocol MMS://. It actually saves to a file the content being streamed. %prep %setup %build %configure %{__make} %{?_smp_mflags} %install %makeinstall %clean %{__rm} -rf %{buildroot} %post %preun %files %defattr(-, root, root) %doc AUTHORS ChangeLog COPYING NEWS README %{_bindir}/mmsrip %{_mandir}/man?/* %changelog * Sat Jan 24 2006 Nicolas BENOIT - Update for 0.7.0 * Sat Jan 20 2006 Nicolas BENOIT - Update * Sat Jan 14 2006 Federico SIMONCELLI - Initial release