Author: charles Date: Tue Oct 21 00:32:54 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - without geoip bcond
---- Files affected: SPECS: cherokee.spec (1.18 -> 1.19) ---- Diffs: ================================================================ Index: SPECS/cherokee.spec diff -u SPECS/cherokee.spec:1.18 SPECS/cherokee.spec:1.19 --- SPECS/cherokee.spec:1.18 Tue Oct 21 02:22:38 2008 +++ SPECS/cherokee.spec Tue Oct 21 02:32:48 2008 @@ -24,7 +24,7 @@ URL: http://www.cherokee-project.com/ BuildRequires: autoconf BuildRequires: automake -BuildRequires: GeoIP-devel +%{?with_geoip:BuildRequires: GeoIP-devel} %{?with_gnutls:BuildRequires: gnutls-devel >= 0.9.99} BuildRequires: libtool BuildRequires: mysql-devel @@ -102,6 +102,7 @@ %{?with_tls:--enable-tls=%{?with_gnutls:gnutls}%{?with_openssl:openssl}} \ --sysconfdir=/etc \ --with-wwwroot=%{_wwwroot} \ + %{!?with_geoip:--without-geoip} \ PHPCGI=%{_bindir}/php.fcgi %{__make} @@ -191,7 +192,7 @@ %attr(755,root,root) %{_libdir}/cherokee/libplugin_fastcgi.so %attr(755,root,root) %{_libdir}/cherokee/libplugin_fcgi.so %attr(755,root,root) %{_libdir}/cherokee/libplugin_file.so -%attr(755,root,root) %{_libdir}/cherokee/libplugin_geoip.so +%{?with_geoip:%attr(755,root,root) %{_libdir}/cherokee/libplugin_geoip.so} %attr(755,root,root) %{_libdir}/cherokee/libplugin_gzip.so %attr(755,root,root) %{_libdir}/cherokee/libplugin_header.so %attr(755,root,root) %{_libdir}/cherokee/libplugin_htdigest.so @@ -270,6 +271,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.19 2008/10/21 00:32:48 charles +- without geoip bcond + Revision 1.18 2008/10/21 00:22:38 charles - updated to 0.9.4 - BR: GeoIP-devel, libtool, rpm-pythonprov ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/cherokee.spec?r1=1.18&r2=1.19&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
