Changes of Revision 241
[-] | Changed | nginx.spec |
x 1
2 %define nginx_webroot %{nginx_datadir}/html 3 4 %define rtmp_ext nginx-rtmp-module 5 -%define rtmp_ext_version 1.1.10 6 +%define rtmp_ext_version 1.1.15 7 %define rtmp %{rtmp_ext}-%{rtmp_ext_version} 8 %define rtmp_nover %{rtmp_ext} 9 -%define with_rtmp_ext 1 10 +%define with_rtmp_ext 0 11 12 %define nps_version latest-testing 13 %define psol_version 1.12.34.2-x64 14
15 Source7: %{name}.sysconfig 16 Source8: ngx_slowfs_cache-%{slowfs_version}.tar.gz 17 Source9: Nginx-limit-traffic-rate-module.tar.gz 18 -Source10: %{rtmp}.tar.bz2 19 +Source10: %{rtmp}.tar.gz 20 Source11: nginx_upstream_check_module-master.tar.gz 21 Source12: openssl-%{openssl_version}.tar.gz 22 Source13: nginx-munin.tar.gz 23
24 #%patch2 -p1 25 %{__tar} zxvf %{SOURCE5} 26 %{__tar} zxvf %{SOURCE9} 27 -%{__tar} xvjf %{SOURCE10} 28 +%{__tar} zxvf %{SOURCE10} 29 #%{__tar} zxvf %{SOURCE11} 30 %{__tar} zxvf %{SOURCE12} 31 %{__tar} zxvf %{SOURCE13} 32 |
||
Deleted | nginx-rtmp-module-1.1.10.tar.bz2 ^ |