mms_client/mms_client.spec

Name: mms_client
Summary: MMS stream downloader
Version: 0.0.3
Release: 1.2
License: GPL
Group: Applications/Internet
URL: http://www.geocities.com/majormms/
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.

CentOS 7 x86_64

The build was not successful.

Build Status

CentOS 6 x86_64

The build was not successful.

Build Status

Contents

The spec file used by the build system currently has the following contents:

# $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 <dries@ulyssis.org> - 0.0.3-1.2
- Rebuild for Fedora Core 5.

* Fri Jun 10 2005 Wei-Lun <chaoweilun@pcmail.com.tw> - 0.0.3-1
- Initial spec file created.