Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37047862
en ru br
ALT Linux repos
S:3.7.0-alt1

Group :: Databases
RPM: pg_top

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 


Name: pg_top
Version: 3.7.0
Release: alt1
License: BSD

Summary: 'top' for PostgreSQL process
Group: Databases

Source: %name-%version.tar
Url: http://pgfoundry.org/projects/ptop

Patch: %name-%version-%release.patch
BuildRequires: libelf-devel libncurses-devel postgresql-devel

%description
pg_top is 'top' for PostgreSQL processes. See running queries,
query plans, issued locks, and table and index statistics.

%prep
%setup -q
%patch -p1

%build
%autoreconf
%configure
%make_build

%install
%make DESTDIR=%buildroot install

%files
%doc FAQ HISTORY INSTALL LICENSE README TODO Y2K
%_bindir/%name
%_man1dir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin