SPECS: cacti-plugin-update.spec (NEW) - init - version 0.1

wolvverine wolvverine at pld-linux.org
Fri Mar 17 12:30:36 CET 2006


Author: wolvverine                   Date: Fri Mar 17 11:30:35 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init
- version 0.1

---- Files affected:
SPECS:
   cacti-plugin-update.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/cacti-plugin-update.spec
diff -u /dev/null SPECS/cacti-plugin-update.spec:1.1
--- /dev/null	Fri Mar 17 12:30:35 2006
+++ SPECS/cacti-plugin-update.spec	Fri Mar 17 12:30:30 2006
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+%define		namesrc	update
+%include	/usr/lib/rpm/macros.perl
+Summary:	Plugin for Cacti - Update
+Summary(pl):	Wtyczka do Cacti - Update
+Name:		cacti-plugin-update
+Version:	0.1
+Release:	0.1
+License:	GPL v2
+Group:		Applications/WWW
+#!!!!problem with version
+Source0:	http://download.cactiusers.org/downloads/%{namesrc}.tar.gz
+# Source0-md5:	0f4c0e881f35b3d6a23ea326f703d47d
+URL:		http://www.cactiusers.org/
+BuildRequires:	rpm-perlprov
+Requires:	cacti
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		webcactipluginroot /usr/share/cacti/plugins/%{namesrc}
+
+%description
+its 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. Currently it does not import its own table, so you will have
+to do that yourself. I should have that issue fixed in the next version.
+
+ %description -l pl
+Wtyczka do Cacti - 
+
+%prep
+%setup -q -n %{namesrc}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{webcactipluginroot}
+cp -aRf * $RPM_BUILD_ROOT%{webcactipluginroot}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES LICENSE README
+%{webcactipluginroot}
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/03/17 11:30:30  wolvverine
+- init
+- version 0.1
+
+
================================================================


More information about the pld-cvs-commit mailing list