Author: areq Date: Sun Aug 21 13:17:15 2011 GMT Module: packages Tag: HEAD ---- Log message: - enable jabber & curl - php requires updated
---- Files affected: packages/zabbix: zabbix.spec (1.45 -> 1.46) ---- Diffs: ================================================================ Index: packages/zabbix/zabbix.spec diff -u packages/zabbix/zabbix.spec:1.45 packages/zabbix/zabbix.spec:1.46 --- packages/zabbix/zabbix.spec:1.45 Sat Aug 20 22:28:51 2011 +++ packages/zabbix/zabbix.spec Sun Aug 21 15:17:10 2011 @@ -10,7 +10,7 @@ Summary(pl.UTF-8): zabbix - oprogramowanie do monitorowania sieci Name: zabbix Version: 1.8.6 -Release: 0.1 +Release: 0.2 License: GPL v2+ Group: Networking/Utilities Source0: http://dl.sourceforge.net/zabbix/%{name}-%{version}.tar.gz @@ -19,6 +19,8 @@ Source2: %{name}-apache.conf URL: http://zabbix.sourceforge.net/ %{!?with_pgsql:BuildRequires: mysql-devel} +BuildRequires: curl-devel +BuildRequires: iksemel-devel BuildRequires: net-snmp-devel BuildRequires: openldap-devel >= 2.4.6 BuildRequires: openssl-devel >= 0.9.7d @@ -96,6 +98,12 @@ Summary(pl.UTF-8): Interfejs PHP dla zabbiksa Group: Applications/WWW Requires: php(gd) +Requires: php-bcmath +Requires: php-ctype +Requires: php-mbstring +Requires: php-pcre +Requires: php-sockets +Requires: php-session %{!?with_pgsql:Requires: php-mysql} %{?with_pgsql:Requires: php-pgsql} Requires: webapps @@ -157,6 +165,8 @@ --enable-agent \ --with-net-snmp \ --with-ldap \ + --with-jabber \ + --with-libcurl # --with-ucd-snmp=DIR \ %{__make} @@ -276,6 +286,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.46 2011/08/21 13:17:10 areq +- enable jabber & curl +- php requires updated + Revision 1.45 2011/08/20 20:28:51 areq - 1.8.6 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/zabbix/zabbix.spec?r1=1.45&r2=1.46&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
