rpms/mytop/F-7 mytop.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Terje Røsten (terjeros) fedora-extras-commits at redhat.com
Fri Jan 4 17:30:13 UTC 2008


Author: terjeros

Update of /cvs/extras/rpms/mytop/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10400/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	mytop.spec 
Log Message:
Importing mytop: F-7 and F-8.




--- NEW FILE mytop.spec ---
Name:           mytop
Version:        1.6
Release:        2%{?dist}
Summary:        A top clone for MySQL
Group:          Applications/System
License:        GPLv2
URL:            http://jeremy.zawodny.com/mysql/%{name}/
Source:         http://jeremy.zawodny.com/mysql/%{name}/%{name}-%{version}.tar.gz
Requires:       perl(DBD::mysql) >= 1
Requires:       perl(Term::ReadKey) >= 2.1
Requires:       perl(Term::ANSIColor) perl(Time::HiRes)
BuildRequires:  perl(DBD::mysql) >= 1
BuildRequires:  perl(DBI) >= 1.13
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Term::ReadKey) >= 2.1
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description 
mytop is a console-based tool for monitoring the threads and overall
performance of MySQL servers. The user interface is modeled after
familiar top application.

%prep
%setup -q

%build
%{__perl} Makefile.PL
%{__make}

%install
%{__rm} -rf %{buildroot}
%{__install} -D -m 0644 blib/man1/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
%{__install} -D -m 0755 %{name} %{buildroot}%{_bindir}/%{name}

%check
%{__make} test

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, -)
%doc Changes README
%{_mandir}/man1/%{name}.1*
%{_bindir}/%{name}

%changelog
* Sun Dec 30 2007 Terje Rosten <terje.rosten at ntnu.no> - 1.6-2
- remove explicit req on dbi, let rpm to the job.

* Wed Dec 26 2007 Terje Rosten <terje.rosten at ntnu.no> - 1.6-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mytop/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Jan 2008 04:23:19 -0000	1.1
+++ .cvsignore	4 Jan 2008 17:29:33 -0000	1.2
@@ -0,0 +1 @@
+mytop-1.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mytop/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Jan 2008 04:23:19 -0000	1.1
+++ sources	4 Jan 2008 17:29:33 -0000	1.2
@@ -0,0 +1 @@
+4127c3e486eb664fed60f40849372a9f  mytop-1.6.tar.gz




More information about the fedora-extras-commits mailing list