Changes of Revision 3
[-] | Changed | mod_limitipconn.spec |
1
2 3 %install 4 %{__install} -Dd -m 0755 %{buildroot}%{apache_libexecdir} 5 -%makeinstall APXS_INST_FLAGS="-S LIBEXECDIR=%{buildroot}%{apache_libexecdir}" 6 +cp -p .libs/%{modname}-%{version}.so %{buildroot}%{apache_libexecdir}/%{mod_name}.so 7 8 %files 9 %doc README ChangeLog INSTALL 10 |