htop.spec - up to 0.6.3
Piotr Michoński
pi3ter w wmid.amu.edu.pl
Nie, 17 Wrz 2006, 11:15:18 CEST
What's new in version 0.6.3
* Performance improvements: uses much less CPU than the
previous release with the default setup.
* Use 64-bit values when storing processor times to
avoid overflow.
* Memory consumption improvements, compensating storage
of 64-bit values.
* Internal change: rename TypedVector to Vector and
ListBox (and related classes) to Panel.
* Have configure actually fail when needed libraries or
headers are not found.
* Horizontally scroll in larger increments when on the
Linux console because of slow update of unaccelerated fb
* No longer untag processes after sending a signal
(useful for when SIGTERM fails and one wants to try again
with SIGKILL). All processes can be untagged at once with 'U'.
(thanks to A. Costa for the suggestion)
pozdrawiam,
Piotrek
--
Piotr Michoński,
www.pieter.pl, piotrek w wmid.amu.edu.pl
-------------- następna część ---------
--- htop.spec 2006-09-17 11:12:52.858740998 +0200
+++ htop.spec-new 2006-09-17 11:12:42.921401260 +0200
@@ -2,14 +2,15 @@
Summary: An interactive process viewer
Summary(pl): Interaktywna przeglądarka procesów
Name: htop
-Version: 0.6.2
+Version: 0.6.3
Release: 1
License: GPL
Group: Applications/System
Source0: http://dl.sourceforge.net/htop/%{name}-%{version}.tar.gz
-# Source0-md5: 995e76b7fd18c05fb7fb5ef10a2166ca
+# Source0-md5: 51255f2b3632888e7de511a5a47dd785
Patch0: %{name}-desktop.patch
-URL: http://htop.sourceforge.net/
+URL: http://htop.sourceforge.net
+BuildRequires: autoconf
BuildRequires: ncurses-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -18,14 +19,16 @@
be a better 'top'.
%description -l pl
-htop jest interaktywną, tekstową przeglądarką procesów dla Linuksa. Jej
-celem jest bycie lepszą odmianą programu 'top'.
+htop jest interaktywną, tekstową przeglądarką procesów dla Linuksa.
+Jej celem jest bycie lepszą odmianą programu 'top'.
%prep
%setup -q
%patch0 -p1
+%{__sed} -i -e 's/curses.h/ncurses\/curses.h/' configure.ac
%build
+%{__autoconf}
%configure
%{__make} \
CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
Więcej informacji o liście dyskusyjnej pld-devel-pl