]> git.pld-linux.org Git - packages/cacti-plugin-configmanager.git/blobdiff - cacti-plugin-configmanager.spec
- links to sources from Paweł 'duddits' Długosz
[packages/cacti-plugin-configmanager.git] / cacti-plugin-configmanager.spec
index 3c78c78a04db4f97d15106af4057cc89dd3e3168..de32c4189b090ae57e10bc9245097f3f8dd500b0 100644 (file)
@@ -1,16 +1,18 @@
-%define                namesrc configmanager   
+%define                namesrc configmanager
 %include       /usr/lib/rpm/macros.perl
-Summary:       Plugin for Cacti - for download/upload routers switches configuration
-Summary(pl.UTF-8):     Wtyczka do Cacti - 
+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-configmanager
-Version:       0.75
-Release:       0.1
+Version:       0.76
+Release:       1
 License:       GPL v2
 Group:         Applications/WWW
+# http://forums.cacti.net/download.php?id=6449
 Source0:       %{namesrc}%{version}.zip
-# Source0-md5: b84133d0eb4b77cfa5159c414ea1f344
-Source1:       sharednetworkclass0.36.zip
-# Source1-md5: bd899585510bff2aefbd892b00253a91
+# 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
 Requires:      cacti
@@ -20,14 +22,28 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                webcactipluginroot /usr/share/cacti/plugins/%{namesrc}
 
 %description
-Plugin for Cacti - configmanager
-With this plugin you can easily schedule the download/upload of the
-configuration of your routers, switches and any devices (or change in
-one click some parameters of hundert of switches ... dangerous but
-possible now). It should function for all type of router or switches. 
+With Cacti configmanager plugin you can easily schedule the
+download/upload of the configuration of your routers, switches and any
+devices (or change in one click some parameters of a hundred of
+switches... dangerous but possible now). It should function for all
+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
+- "multi" can use any scripts or SCP, FTP, SFTP or what you want.
 
 %description -l pl.UTF-8
-Wtyczka do Cacti - 
+Przy użyciu wtyczki Cacti configmanager można łatwo zaszeregować
+ściąganie lub wysyłanie konfiguracji routerów, switchy i innych
+urządzeń (lub zmieniać jednym kliknięciem pewne parametry w setce
+switchy... co jest niebezpieczne, ale teraz wykonalne). Wtyczka
+powinna działać z dowolnymi routerami i switchami.
+
+Istnieją dwie metody:
+- "TFTP" (oparta na "pancho" <http://www.pancho.org/>); z opcją "pure
+  PHP" nie ma potrzeby instalacji pancho
+- "multi", potrafiąca używać dowolne skrypty lub SCP, FTP, SFTP
 
 %prep
 %setup -q -c -a1
@@ -39,13 +55,13 @@ find '(' -name '*.php' -o -name '*.inc' ')' -print0 | xargs -0 sed -i -e 's,\r$,
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{webcactipluginroot}
 
-cd %{namesrc}%{version} 
-cp -aRf * $RPM_BUILD_ROOT%{webcactipluginroot}
+cd %{namesrc}%{version}
+cp -a * $RPM_BUILD_ROOT%{webcactipluginroot}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc %{namesrc}%{version}/{Manual.txt,template.txt,configmanager_trap_list.txt} 
+%doc %{namesrc}%{version}/{Manual.txt,template.txt,configmanager_trap_list.txt}
 %{webcactipluginroot}
This page took 0.104115 seconds and 4 git commands to generate.