Changes of Revision 2
[-] | Changed | GeoIP.spec |
x 1
2 # 3 BuildRoot: %{_tmppath}/%{name}-%{version}-build 4 BuildRequires: zlib-devel 5 +BuildRequires: autoconf automake libtool 6 # 7 Url: http://www.maxmind.com/ 8 Source: http://www.maxmind.com/download/geoip/api/c/%{name}-%{version}.tar.bz2 9
10 %setup 11 12 %build 13 +autoreconf -fi 14 %configure --disable-static --with-pic 15 %{__make} %{?jobs:-j%jobs} 16 17 |