Search
j0ke.net Open Build Service
>
Projects
>
multimedia
:
EL5
>
rtmpdump
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 2
[-]
[+]
Changed
rtmpdump.spec
@@ -78,7 +78,9 @@ %install %__install -d "%{buildroot}%{_bindir}" -find . -mindepth 1 -maxdepth 1 -type f -executable -exec %__install -m0755 {} "%{buildroot}%{_bindir}/" \; +for FILE in rtmpdump rtmpsuck rtmpgw rtmpsrv ; do + %__install -m0755 $FILE %{buildroot}%{_bindir} +done pushd librtmp %__install -d "%{buildroot}%{_includedir}" "%{buildroot}%{_libdir}" "%{buildroot}%{_libdir}/pkgconfig"