SPECS: mysqlreport.spec (NEW) - new

zbyniu zbyniu at pld-linux.org
Sun Feb 1 23:03:22 CET 2009


Author: zbyniu                       Date: Sun Feb  1 22:03:22 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   mysqlreport.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/mysqlreport.spec
diff -u /dev/null SPECS/mysqlreport.spec:1.1
--- /dev/null	Sun Feb  1 23:03:22 2009
+++ SPECS/mysqlreport.spec	Sun Feb  1 23:03:17 2009
@@ -0,0 +1,46 @@
+# $Revision$, $Date$
+%include	/usr/lib/rpm/macros.perl
+Summary:	mysqlreport - friendly report of important MySQL status values
+Name:		mysqlreport
+Version:	3.5
+Release:	0.1
+License:	GPL v2
+Group:		Applications/Databases
+Source0:	http://hackmysql.com/scripts/%{name}-%{version}.tgz
+# Source0-md5:	33a345f5e2c89b083a9ff0423f7fd7b4
+URL:		http://hackmysql.com/
+BuildRequires:	rpm-perlprov >= 4.1-13
+Requires:	perl-DBD-mysql
+
+%description
+mysqlreport makes a friendly report of important MySQL status values.
+mysqlreport transforms the values from SHOW STATUS into an
+easy-to-read report that provides an in-depth understanding of how
+well MySQL is running. mysqlreport is a better alternative (and
+practically the only alternative) to manually interpreting SHOW
+STATUS.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -D %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc mysqlreport*.html
+%attr(755,root,root) %{_bindir}/%{name}
+
+%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  2009/02/01 22:03:17  zbyniu
+- new
+
================================================================


More information about the pld-cvs-commit mailing list