]> git.pld-linux.org Git - packages/cacti-plugin-boost.git/commitdiff
- up to 4.3, enhance desc
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 14 Dec 2010 06:12:00 +0000 (06:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cacti-plugin-boost.spec -> 1.6

cacti-plugin-boost.spec

index 0c7bd6d337e533d2997ec0840b3b6641e7332425..5257676330118c300e059b87f616c053dfa2c11e 100644 (file)
@@ -1,18 +1,20 @@
+# TODO
+# - sync pl
+# - init.d processes
 %define                plugin boost
-%include       /usr/lib/rpm/macros.perl
 Summary:       Plugin for Cacti - Boost
 Summary(pl.UTF-8):     Wtyczka do Cacti - Boost
 Name:          cacti-plugin-boost
-Version:       1.7
-Release:       1
+Version:       4.3
+Release:       0.1
 License:       GPL v2
 Group:         Applications/WWW
-Source0:       http://mirror.cactiusers.org/downloads/plugins/%{plugin}-%{version}.zip
-# Source0-md5: 49c5989cc421781fb8e983d70ba2bcac
-URL:           http://www.cactiusers.org/
-BuildRequires: rpm-perlprov
-BuildRequires: unzip
-Requires:      cacti
+Source0:       http://docs.cacti.net/_media/plugin:boost-v%{version}-1.tgz
+# Source0-md5: f4df111245fd9c11c5496b36e7971ef6
+URL:           http://docs.cacti.net/plugin:boost
+BuildRequires: rpmbuild(macros) >= 1.553
+Requires:      cacti >= 0.8.7
+Provides:      cacti(pia) >= 2.8
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -22,17 +24,38 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 Cacti plugin that boosts Cacti performance especially for large sites.
 
+This plugin boost's Cacti performance especially for Large Sites. It
+does this by introducing three new features to Cacti.
+
+First, it caches recently viewed images to a public Cache folder for
+all users to share.
+
+Second, it introduces an "on demand" RRD update feaure to Cacti. This
+feature will only update the RRD files when there is demand on the
+system to view a graph. The RRD's will be updated just before the
+Graph is rendered by the web server. Then, on a predetermined
+schedule, it conducts a batch update's of all remaining RRD's.
+
+Lastly, it introduces an RRD update service to Cacti. This service
+allows you to add multiple Cacti servers to your web farm allowing all
+the servers to participate in the "on demand" RRD update and viewing
+process.
+
 %description -l pl.UTF-8
 Wtyczka Cacti zwiększająca jego wydajność, szczególnie w przypadku
 dużych serwisów.
 
 %prep
-%setup -q -c
+%setup -qc
+mv boost/* .
+%undos -f php
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{plugindir}
 cp -a . $RPM_BUILD_ROOT%{plugindir}
+%{__rm} $RPM_BUILD_ROOT%{plugindir}/{README,LICENSE}
+%{__rm} $RPM_BUILD_ROOT%{plugindir}/cacti_rrdsvc
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.088468 seconds and 4 git commands to generate.