Search
j0ke.net Open Build Service
>
Projects
>
home:jg
:
http-testing
>
nginx
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 128
[-]
[+]
Changed
nginx.spec
@@ -209,7 +209,6 @@ --with-http_stub_status_module \ --with-http_mp4_module \ --with-http_geoip_module \ - --with-http_perl_module \ --with-debug \ --with-ipv6 \ --with-http_spdy_module \ @@ -257,7 +256,7 @@ rm -rf %{buildroot} make install DESTDIR=%{buildroot} INSTALLDIRS=vendor find %{buildroot} -type f -name .packlist -exec rm -f {} \; -find %{buildroot} -type f -name perllocal.pod -exec rm -f {} \; +#find %{buildroot} -type f -name perllocal.pod -exec rm -f {} \; find %{buildroot} -type f -empty -exec rm -f {} \; find %{buildroot} -type f -exec chmod 0644 {} \; find %{buildroot} -type f -name '*.so' -exec chmod 0755 {} \; @@ -350,9 +349,9 @@ %config(noreplace) %{nginx_confdir}/mime.types %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %config(noreplace) %{_sysconfdir}/sysconfig/%{name} -%dir %{perl_vendorarch}/auto/%{name} -%{perl_vendorarch}/%{name}.pm -%{perl_vendorarch}/auto/%{name}/%{name}.so +#%dir %{perl_vendorarch}/auto/%{name} +#%{perl_vendorarch}/%{name}.pm +#%{perl_vendorarch}/auto/%{name}/%{name}.so %attr(-,%{nginx_user},%{nginx_group}) %dir %{nginx_home} %attr(-,%{nginx_user},%{nginx_group}) %dir %{nginx_home_tmp} %attr(-,%{nginx_user},%{nginx_group}) %dir %{nginx_logdir}