Summary: Basic RealMedia encoder for audio and video Name: realproducer Version: 8.51 Release: 1 Copyright: (c)2001 Real Networks, Inc. Group: Applications/Multimedia Source: %{name}_%{version}_linux.tar URL: http://www.realnetworks.com/ BuildRoot: %{_tmppath}/%{name}-root %description RealSystem Producer is software that allows you to easily convert most kinds of audio and video to RealMedia formats - ready to be streamed over the Internet or corporate intranet to RealPlayer users. RealSystem Producer is one of the key elements of RealSystem iQ, an integrated media-delivery platform designed for rich media delivery over the Internet and corporate intranets. This package contains RealSystem Producer Basic, which is a free but feature-limited version of RealProducer Plus. %prep rm -rf %{name}-%{version} mkdir -p %{name}-%{version} cd %{name}-%{version} tar -xf ../../SOURCES/%{name}_%{version}_linux.tar %build cd %{name}-%{version} tar -xf realproducer.tar %clean rm -rf $RPM_BUILD_ROOT %install cd %{name}-%{version} rm -rf $RPM_BUILD_ROOT BASE=$RPM_BUILD_ROOT/opt/realproducer install -d $BASE/Codecs install Codecs/* $BASE/Codecs/ install -d $BASE/Common install Common/* $BASE/Common/ install -d $BASE/Plugins install Plugins/* $BASE/Plugins/ install -d $BASE/Sources install Sources/* $BASE/Sources/ install -d $BASE/Tools install Tools/* $BASE/Tools/ install realproducer rmevents rmeditor $BASE %files %defattr(-,root,root) %doc %{name}-%{version}/LICENSE %{name}-%{version}/README %{name}-%{version}/help /opt/realproducer/* %changelog * Tue Nov 27 2001 Tim Jackson - First build