rpms/mysqlreport/devel import.log, NONE, 1.1 mysqlreport.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl cweyl at fedoraproject.org
Sun Dec 7 05:26:42 UTC 2008


Author: cweyl

Update of /cvs/extras/rpms/mysqlreport/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25553/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log mysqlreport.spec 
Log Message:
initial import


--- NEW FILE import.log ---
mysqlreport-3_5-2_fc9:HEAD:mysqlreport-3.5-2.fc9.src.rpm:1228627562


--- NEW FILE mysqlreport.spec ---
Name:           mysqlreport
Version:        3.5
Release:        2%{?dist}
Summary:        A friendly report of important MySQL status values

Group:          Development/Libraries
License:        GPLv2+
URL:            http://hackmysql.com/mysqlreport
Source0:        http://hackmysql.com/scripts/mysqlreport-%{version}.tgz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
BuildArch:      noarch

Requires:       perl
Requires:       perl(Term::ReadKey)

%description
mysqlreport makes a friendly report of important MySQL status values.  It 
transforms the values from SHOW STATUS into an easy-to-read report that
provides an in-depth understanding of how well MySQL is running, and is a 
better alternative (and practically the only alternative) to manually
interpreting SHOW STATUS. 

%prep%setup -q


%build
# no-op


%install
rm -rf %{buildroot}

mkdir -p %{buildroot}%{_bindir}
cp -p mysqlreport %{buildroot}%{_bindir}

%check
# no tests


%clean
rm -rf %{buildroot} 


%files
%defattr(-,root,root,-)
%doc COPYING *.html
%{_bindir}/mysqlreport


%changelog
* Sat Dec 06 2008 Chris Weyl <cweyl at alumni.drew.edu> 3.5-2
- drop :MODULE_COMPAT requires (we don't deliver any modules)

* Tue Dec 02 2008 Chris Weyl <cweyl at alumni.drew.edu> 3.5-1
- initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mysqlreport/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Dec 2008 03:36:16 -0000	1.1
+++ .cvsignore	7 Dec 2008 05:26:12 -0000	1.2
@@ -0,0 +1 @@
+mysqlreport-3.5.tgz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mysqlreport/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Dec 2008 03:36:16 -0000	1.1
+++ sources	7 Dec 2008 05:26:12 -0000	1.2
@@ -0,0 +1 @@
+33a345f5e2c89b083a9ff0423f7fd7b4  mysqlreport-3.5.tgz




More information about the fedora-extras-commits mailing list