]> git.pld-linux.org Git - packages/cacti-plugin-update.git/commitdiff
- obsoleted by cacti PIA 2.x. ref: http://forums.cacti.net/viewtopic.php?t=14985 master
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 29 Oct 2011 10:39:40 +0000 (10:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cacti-plugin-update-adodb.patch -> 1.2
    cacti-plugin-update.spec -> 1.13

cacti-plugin-update-adodb.patch [deleted file]
cacti-plugin-update.spec [deleted file]

diff --git a/cacti-plugin-update-adodb.patch b/cacti-plugin-update-adodb.patch
deleted file mode 100644 (file)
index cd72bbf..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN cacti-plugin-update-0.4.orig/setup.php cacti-plugin-update-0.4/setup.php
---- cacti-plugin-update-0.4.orig/setup.php     2007-10-25 00:22:28.000000000 +0200
-+++ cacti-plugin-update-0.4/setup.php  2009-02-17 11:16:13.000000000 +0100
-@@ -130,7 +130,7 @@
- function update_setup_table () {
-       global $config, $database_default;
--      include_once($config["library_path"] . "/adodb/adodb.inc.php");
-+      include_once("/usr/share/php/adodb/adodb.inc.php");
-       include_once($config["library_path"] . "/database.php");
-       $sql = "show tables from `" . $database_default . "`";
diff --git a/cacti-plugin-update.spec b/cacti-plugin-update.spec
deleted file mode 100644 (file)
index 4affdd6..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-%define                plugin  update
-%include       /usr/lib/rpm/macros.perl
-Summary:       Plugin for Cacti - Update
-Summary(pl.UTF-8):     Wtyczka do Cacti - Update
-Name:          cacti-plugin-update
-Version:       0.4
-Release:       2
-License:       GPL v2
-Group:         Applications/WWW
-Source0:       http://mirror.cactiusers.org/downloads/plugins//%{plugin}-%{version}.zip
-# Source0-md5: e594f4fd5ac9d35faac5fa5cdebe043e
-Patch0:                %{name}-adodb.patch
-URL:           http://www.cactiusers.org/
-BuildRequires: rpm-perlprov
-BuildRequires: unzip
-Requires:      cacti
-BuildArch:     noarch
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-
-%define                cactidir                /usr/share/cacti
-%define                plugindir               %{cactidir}/plugins/%{plugin}
-
-%description
-It's an "administrative" plugin to help you keep track of all your
-plugin versions. It will also check for Updates to Cacti, the Plugin
-Architecture, and your Plugins and will alert you when it finds new
-versions.
-
-%description -l pl.UTF-8
-To jest wtyczka "administracyjna" pomagająca śledzić wersje wszystkich
-posiadanych wtyczek. Ponadto sprawdza uaktualnienia do Cacti,
-architektury wtyczek oraz samych wtyczek i ostrzega, kiedy znajdzie
-nowe wersje.
-
-%prep
-%setup -q -c
-%patch0 -p1
-
-%install
-rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{plugindir}
-cp -a . $RPM_BUILD_ROOT%{plugindir}
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(644,root,root,755)
-%doc README
-%{plugindir}
This page took 0.075784 seconds and 4 git commands to generate.