Changes of Revision 3
[-] | Changed | apache2-mod_geoip.spec |
1
2 %setup -n %{modname}%{modapaver}_%{version} 3 4 %build 5 -%{apxs} -a -c %{modname}.c 6 +%{apxs} -a -L%{_libdir} -I%{_includedir} -lGeoIP -c %{modname}.c 7 8 %install 9 rm -rf $RPM_BUILD_ROOT 10 |