# $Id$ # Authority: dag ### FIXME: Also include the xine-mms plugin Summary: MMS stream downloader Name: mms_client Version: 0.0.3 Release: 1.2%{?dist} License: GPL Group: Applications/Internet URL: http://www.geocities.com/majormms/ Source: http://www.geocities.com/majormms/mms_client-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description mms_client is a tool to download MMS streams to play them locally. This can be useful for eg. watching a 300k stream on a 56k connection. %prep %setup %build # it builds with normal optflags, but it doesn't work.. %{expand: %%define optflags -O2} %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %makeinstall %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc AUTHORS ChangeLog COPYING NEWS README %{_bindir}/mmsclient %changelog * Sat Apr 08 2006 Dries Verachtert - 0.0.3-1.2 - Rebuild for Fedora Core 5. * Fri Jun 10 2005 Wei-Lun - 0.0.3-1 - Initial spec file created.