rpms/innotop/EL-5 innotop.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michael G. Fleming (mfleming) fedora-extras-commits at redhat.com
Fri Jun 29 09:48:53 UTC 2007


Author: mfleming

Update of /cvs/extras/rpms/innotop/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28263

Modified Files:
	.cvsignore sources 
Added Files:
	innotop.spec 
Log Message:
Initial import


--- NEW FILE innotop.spec ---
Name:           innotop
Version:        1.4.2
Release:        4%{?dist}
Summary:        A MySQL and InnoDB monitor program

Group:          Applications/Databases
License:        GPL/Artistic
URL:            http://sourceforge.net/projects/innotop
Source0:        http://download.sourceforge.net/innotop/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl(DBI) perl(ExtUtils::MakeMaker) perl(Term::ReadKey) perl(DBD::mysql)
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) perl(Term::ReadKey) perl(DBD::mysql)

%description
innotop connects to a MySQL database server and retrieves information from it,
then displays it in a manner similar to the UNIX top program.  innotop uses
the data from SHOW VARIABLES, SHOW GLOBAL STATUS, SHOW FULL PROCESSLIST, and
SHOW ENGINE INNODB STATUS, among other things.

%prep
%setup -q


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
chmod -R u+w %{buildroot}/*


%check
make test


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc COPYING README INSTALL 
%{_bindir}/innotop
%{perl_vendorlib}/*
%{_mandir}/man3/InnoDBParser.3pm*
%{_mandir}/man1/innotop.1*


%changelog
* Fri Jun 29 2007 Michael Fleming <mfleming+rpm at enlartenment.com> 1.4.2-4
- First import into Fedora

* Sun Jun 17 2007 Michael Fleming <mfleming+rpm at enlartenment.com> 1.4.2-3.mf
- Fix BuildRequires.
- Explict Requires for DBD::mysql and Term::Readkey as RPM is not smart enough
  to pick them up on it's own.

* Fri May 4 2007 Michael Fleming <mfleming+rpm at enlartenment.com> 1.4.2-1.mf
- New upstream release

* Fri Apr 6 2007 Michael Fleming <mfleming+rpm at enlartenment.com> 1.4.1-1.mf
- New upstream release

* Mon Mar 5 2007 Michael Fleming <mfleming+rpm at enlartenment.com> 1.4.0-1.mf
- New stable upstream release

* Sun Feb 5 2007 Michael Fleming <mfleming+rpm at enlartenment.com> 1.3.5-1.mf
- Initial release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/innotop/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 Jun 2007 19:45:43 -0000	1.1
+++ .cvsignore	29 Jun 2007 09:48:18 -0000	1.2
@@ -0,0 +1 @@
+innotop-1.4.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/innotop/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Jun 2007 19:45:43 -0000	1.1
+++ sources	29 Jun 2007 09:48:18 -0000	1.2
@@ -0,0 +1 @@
+7b9f59fb90292963ed3a55d8d0e6f3d7  innotop-1.4.2.tar.gz




More information about the fedora-extras-commits mailing list