]> git.pld-linux.org Git - packages/cacti-plugin-configmanager.git/commitdiff
- up to 0.826, package sharednetworkclass, fill deps, cleanup junk AC-branch
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 28 Oct 2011 09:46:39 +0000 (09:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cacti-plugin-configmanager.spec -> 1.11

cacti-plugin-configmanager.spec

index 4f604c6ee8269033bbe23ea9d8b7b9a0584a49a3..d2d93116fbb93a1ddd38df430e6f2df1294bbe8a 100644 (file)
@@ -1,30 +1,41 @@
-# TODO
-# - source1 not used?!
 %define                plugin configmanager
-%include       /usr/lib/rpm/macros.perl
+%define                php_min_version 5.0.0
+%include       /usr/lib/rpm/macros.php
 Summary:       Plugin for Cacti - download/upload routers and switches configuration
 Summary(pl.UTF-8):     Wtyczka do Cacti - ściąganie/wysyłanie konfiguracji routerów/switchy
 Name:          cacti-plugin-%{plugin}
-Version:       0.76
+Version:       0.826
 Release:       1
 License:       GPL v2
 Group:         Applications/WWW
 # http://forums.cacti.net/download.php?id=6449
-Source0:       %{plugin}%{version}.zip
+Source0:       http://forums.cacti.net/download/file.php?id=21891#/%{plugin}-%{version}.zip
 # Source0-md5: d3cdb035a4d47ff464916774dd953457
 # http://forums.cacti.net/download.php?id=10980
 Source1:       sharednetworkclass0.40.zip
 # Source1-md5: b438751d7b696a10a8958ea6e0f407f3
-URL:           http://forums.cacti.net/about12406.html
-BuildRequires: rpm-perlprov
+URL:           http://docs.cacti.net/userplugin:configmanager
+BuildRequires: rpm-php-pearprov >= 4.4.2-11
+BuildRequires: rpmbuild(macros) >= 1.553
 BuildRequires: unzip
 Requires:      cacti
+Requires:      cacti(pia) >= 2.0
+Requires:      php-common >= 4:%{php_min_version}
+Requires:      php-date
+Requires:      php-mysql
+Requires:      php-pcre
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                cactidir                /usr/share/cacti
 %define                plugindir               %{cactidir}/plugins/%{plugin}
 
+# bad depsolver
+%define                _noautopear     pear(include/config.php)
+
+# put it together for rpmbuild
+%define                _noautoreq      %{?_noautophp} %{?_noautopear}
+
 %description
 With Cacti configmanager plugin you can easily schedule the
 download/upload of the configuration of your routers, switches and any
@@ -34,7 +45,8 @@ type of router or switches.
 
 There are two methods:
 - "TFTP" (based of "pancho" <http://www.pancho.org/>); with "pure PHP"
-  option there is no need of pancho installation
+  option there is no need of pancho installation (depreciated after
+  v0.9)
 - "multi" can use any scripts or SCP, FTP, SFTP or what you want.
 
 %description -l pl.UTF-8
@@ -51,20 +63,30 @@ Istnieją dwie metody:
 
 %prep
 %setup -qc -a1
+%undos -f php,inc,txt
+
+mv %{plugin}/{Manual.txt,template.txt,configmanager_trap_list.txt} .
 
-# undos the source
-find '(' -name '*.php' -o -name '*.inc' ')' -print0 | xargs -0 sed -i -e 's,\r$,,'
+# bad os
+%{__rm} %{plugin}/scripts/*.cmd
+
+# unwanted junk
+mv %{plugin}/OLD .
+
+# deprecated since 0.9, but package for now (see Manual.txt)
+mv sharednetworkclass{0.40,}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{plugindir}
-
-cp -a %{plugin}%{version}/* $RPM_BUILD_ROOT%{plugindir}
+cp -a %{plugin}/* $RPM_BUILD_ROOT%{plugindir}
+cp -a sharednetworkclass $RPM_BUILD_ROOT%{cactidir}/plugins
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc %{plugin}%{version}/{Manual.txt,template.txt,configmanager_trap_list.txt}
+%doc Manual.txt template.txt configmanager_trap_list.txt
 %{plugindir}
+%{cactidir}/plugins/sharednetworkclass
This page took 0.138448 seconds and 4 git commands to generate.