]> git.pld-linux.org Git - packages/flvstreamer.git/blame - flvstreamer.spec
new, version 2.1c1
[packages/flvstreamer.git] / flvstreamer.spec
CommitLineData
db00b5f2
ER
1Summary: Open Source Command-Line RTMP Client
2Name: flvstreamer
3Version: 2.1c1
4Release: 1
5License: GPL v2+
6Group: Applications/Networking
7Source0: http://download.savannah.gnu.org/releases/flvstreamer/source/%{name}-%{version}.tar.gz
8# Source0-md5: 4866387328ad89c957af90a2478e5556
9Patch0: optflags.patch
10URL: http://savannah.nongnu.org/projects/flvstreamer
11BuildRequires: libstdc++-devel
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15flvstreamer is an open source command-line RTMP client intended to
16stream audio or video content from all types of flash or rtmp servers.
17Forked from rtmpdump v1.6 with encrypted rtmp and swf verification
18support removed.
19
20This tool provides free interoperability with the previously
21undocumented adobe RTMP protocol so widely in use on the internet
22today. It was developed entirely by reverse engineering methods and
23without access to any proprietary or restrictive-license protocol
24specifications.
25
26%prep
27%setup -q -n %{name}
28%patch0
29
30%build
31%{__make} posix \
32 CC="%{__cc}" \
33 RPM_OPT_FLAGS="%{rpmcflags}"
34
35%install
36rm -rf $RPM_BUILD_ROOT
37install -d $RPM_BUILD_ROOT%{_bindir}
38install -p flvstreamer $RPM_BUILD_ROOT%{_bindir}/flvstreamer
39install -p rtmpsrv $RPM_BUILD_ROOT%{_bindir}/rtmpsrv
40install -p rtmpsuck $RPM_BUILD_ROOT%{_bindir}/rtmpsuck
41install -p streams $RPM_BUILD_ROOT%{_bindir}/streams
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files
47%defattr(644,root,root,755)
48%doc README COPYING ChangeLog
49%attr(755,root,root) %{_bindir}/flvstreamer
50%attr(755,root,root) %{_bindir}/rtmpsrv
51%attr(755,root,root) %{_bindir}/rtmpsuck
52%attr(755,root,root) %{_bindir}/streams
This page took 0.122261 seconds and 4 git commands to generate.