Search
j0ke.net Open Build Service
>
Projects
>
home:jg
:
http
>
nginx
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 26
[-]
[+]
Changed
nginx.spec
@@ -6,6 +6,11 @@ %define nginx_confdir %{_sysconfdir}/nginx %define nginx_datadir %{_datadir}/nginx %define nginx_webroot %{nginx_datadir}/html +%define rtmp_ext nginx-rtmp-module +%define rtmp_ext_version 0.8.7 +%define rtmp %{rtmp_ext}-%{rtmp_ext_version} +%define rtmp_nover %{rtmp_ext} +%define with_rtmp_ext 1 Name: nginx version: 1.2.6 @@ -35,6 +40,7 @@ Source7: %{name}.sysconfig Source8: ngx_slowfs_cache-1.5.tar.gz Source9: Nginx-limit-traffic-rate-module.tar.gz +Source10: %{rtmp}.tar.bz2 Source100: index.html Source101: poweredby.png Source102: nginx-logo.png @@ -70,6 +76,7 @@ #%patch4 -p1 %{__tar} zxvf %{SOURCE5} %{__tar} zxvf %{SOURCE9} +%{__tar} jxvf %{SOURCE10} %build export DESTDIR=%{buildroot} @@ -101,6 +108,9 @@ --with-ipv6 \ --with-cc-opt="%{optflags} $(pcre-config --cflags)" \ --add-module=%{_builddir}/nginx-%{version}/nginx-upstream-fair \ +%if 0%{with_rtmp_ext} + --add-module=%{_builddir}/nginx-%{version}/%{rtmp} \ +%endif --add-module=%{_builddir}/nginx-%{version}/Nginx-limit-traffic-rate-module %if 0%{?fedora_version} > 10 --with-file-aio @@ -193,6 +203,9 @@ %changelog +* Sat Jan 12 2013 Carsten Schoene <cs@linux-administrator.com> - 1.2.6-2 +- added rtmp 0.8.7 module + * Tue Dec 11 2012 Carsten Schoene <cs@linux-administrator.com> - 1.2.6-1 - update to release 1.2.6
Added
nginx-rtmp-module-0.8.7.tar.bz2
^