You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
1.3 KiB
60 lines
1.3 KiB
Name: htop
|
|
Version: 0.6
|
|
Release: 3%{?dist}
|
|
Summary: Interactive process viewer
|
|
|
|
Group: Applications/System
|
|
License: GPL
|
|
URL: http://htop.sourceforge.net/
|
|
Source0: http://download.sourceforge.net/htop/%{name}-%{version}.tar.gz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRequires: ncurses-devel
|
|
|
|
%description
|
|
htop is an interactive text-mode process viewer for Linux, similar to
|
|
top(1).
|
|
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
|
|
%build
|
|
%configure
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
%install
|
|
rm -rf %{buildroot}
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
|
|
%clean
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc COPYING ChangeLog README TODO
|
|
%{_bindir}/htop
|
|
%{_mandir}/man1/htop.1*
|
|
|
|
|
|
%changelog
|
|
* Tue Feb 14 2006 Dawid Gajownik <gajownik[AT]fedora.pl> - 0.6-3
|
|
- Rebuild for Fedora Extras 5
|
|
|
|
* Wed Dec 28 2005 Dawid Gajownik <gajownik[AT]fedora.pl> - 0.6-2
|
|
- Rebuild with updated tarball
|
|
|
|
* Wed Dec 28 2005 Dawid Gajownik <gajownik[AT]fedora.pl> - 0.6-1
|
|
- Version 0.6
|
|
|
|
* Fri Nov 11 2005 Dawid Gajownik <gajownik[AT]fedora.pl> - 0.5.4-2
|
|
- Don't use superflous CFLAGS variable (Dmitry Butskoy)
|
|
- Don't include AUTHORS and NEWS files
|
|
|
|
* Thu Nov 10 2005 Dawid Gajownik <gajownik[AT]fedora.pl> - 0.5.4-1
|
|
- Initial RPM release.
|