Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 4145fb87d7f83c293e7026e058ddf114 > files > 2

smem-0.9-1mdv2010.1.src.rpm

Name:		smem
Version:	0.9
Release:	%mkrel 1
Summary:	Memory reporting tool
Group:		Monitoring
License:	GPLv2+
URL:		http://www.selenic.com/%{name}/
Source0:	http://www.selenic.com/%{name}/download/%{name}-%{version}.tar.gz
Requires:	python
Requires:	python-matplotlib
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}

%description
smem is a tool that can give numerous reports on memory usage on Linux systems.
Unlike existing tools, smem can report proportional set size (PSS), which is a
more meaningful representation of the amount of memory used by libraries and
applications in a virtual memory system.

%prep
%setup -q

%build

%install
rm -rf %{buildroot}
install -D smem %{buildroot}/%{_bindir}/smem
install -D capture %{buildroot}/%{_sbindir}/smem-capture

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_bindir}/smem
%{_sbindir}/smem-capture


%changelog
* Fri Nov 13 2009 Guillaume Rousse <guillomovitch@mandriva.org> 0.9-1mdv2010.1
+ Revision: 465686
- new version

* Sat May 23 2009 Andrey Borzenkov <arvidjaar@mandriva.org> 0.1-1mdv2010.0
+ Revision: 378992
- initial release
- import smem