]> git.pld-linux.org Git - packages/cacti.git/commitdiff
ftp and bcmath are optional
authorElan Ruusamäe <glen@delfi.ee>
Mon, 3 Feb 2014 14:54:59 +0000 (16:54 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 3 Feb 2014 14:55:48 +0000 (16:55 +0200)
cacti.spec

index f8dfb1d8e6941b6d6c5c558aff4b05bd4922ea91..df84dd93ffe4ad51af067947f6e8f8a6e5254d4b 100644 (file)
@@ -5,7 +5,7 @@ Summary:        Cacti is a PHP frontend for rrdtool
 Summary(pl.UTF-8):     Cacti - frontend w PHP do rrdtoola
 Name:          cacti
 Version:       0.8.8b
-Release:       2
+Release:       3
 License:       GPL v2
 Group:         Applications/WWW
 Source0:       http://www.cacti.net/downloads/%{name}-%{version}.tar.gz
@@ -51,6 +51,8 @@ Requires:     webserver(alias)
 Requires:      webserver(indexfile)
 Requires:      webserver(php)
 Suggests:      cacti-spine
+Suggests:      php-bcmath
+Suggests:      php-ftp
 Suggests:      php-gd
 Provides:      cacti(pia) = %{pia_ver}
 Provides:      user(cacti)
@@ -67,6 +69,8 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # bad depsolver
 %define                _noautopear     pear
+# optional
+%define                _noautophp      php-ftp php-bcmath
 
 # put it together for rpmbuild
 %define                _noautoreq      %{?_noautophp} %{?_noautopear}
This page took 0.06736 seconds and 4 git commands to generate.