File flvstreamer.spec of Package flvstreamer
# norootforbuild
Name: flvstreamer
Version: 2.1c1
Release: 0
#
Group: Multimedia
License: GPLv2
#
Url: http://savannah.nongnu.org/projects/flvstreamer
Source: http://mirrors.zerg.biz/nongnu/flvstreamer/source/flvstreamer-2.1c1.tar.gz
#
Summary: An open source command-line RTMP client
%description
flvstreamer is an open source command-line RTMP client intended to stream audio
or video content from all types of flash or rtmp servers. Forked from rtmpdump
v1.6 with encrypted rtmp and swf verification support removed. This tool
provides free interoperability with the previously undocumented adobe RTMP
protocol so widely in use on the internet today. It was developed entirely by
reverse engineering methods and without access to any proprietary or
restrictive-license protocol specifications.
%prep
%setup -n %{name}
%build
make linux XCFLAGS="%{optflags}"
%install
for bin in flvstreamer rtmpsrv rtmpsuck streams ; do
install -D -m 0755 $bin %{buildroot}%{_bindir}/$bin ;
done
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc COPYING ChangeLog* README
%{_bindir}/flvstreamer
%{_bindir}/rtmpsrv
%{_bindir}/rtmpsuck
%{_bindir}/streams
%changelog