Author: nail2k Date: Thu Mar 10 12:40:20 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: pmem.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/pmem.spec diff -u /dev/null SPECS/pmem.spec:1.1 --- /dev/null Thu Mar 10 13:40:20 2005 +++ SPECS/pmem.spec Thu Mar 10 13:40:14 2005 @@ -0,0 +1,63 @@ +# $Revision$, $Date$ +Summary: pmem displays memory information about processes +Summary(pl): pmem wyświetla ilość pamięci zużywanej przez proces +Name: pmem +Version: 1.1.1 +Release: 0.1 +License: GPL v2 +Group: Applications/System +Source0: http://www.pmem.net/%{name}-%{version}.tar.gz +# Source0-md5: ce08243475be7d94af5c3f5c330b95e4 +URL: http://www.pmem.net/ +BuildRequires: autoconf +BuildRequires: automake +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +pmem is a small command line utility for all Linux und Unix operating +systems to display memory information of running processes. To do +this, pmem reads the memory information that are provided by the /proc +file systems. Therefore, pmem does not work on operating systems that +do not maintain this files system. + +%description -l pl +pmem jest małym narzędziem dla wszystkich systemów linuksowych i +uniksowych. Wyświetla informacje o zajmowanej pamięci przez +uruchomione procesy. pmem osiąga to przez odczytywanie informacji +zawartych w systemie plików /proc. + +%prep +%setup -q + +%build +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README AUTHORS NEWS ChangeLog + +%attr(755,root,root) %{_bindir}/pmem + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2005/03/10 12:40:14 nail2k +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
