|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: htop
|
|
|
|
Name: htop
|
|
|
|
Version: 0.6.1
|
|
|
|
Version: 0.6.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Interactive process viewer
|
|
|
|
Summary: Interactive process viewer
|
|
|
|
|
|
|
|
|
|
|
|
Group: Applications/System
|
|
|
|
Group: Applications/System
|
|
|
@ -9,6 +9,7 @@ URL: http://htop.sourceforge.net/
|
|
|
|
Source0: http://download.sourceforge.net/htop/%{name}-%{version}.tar.gz
|
|
|
|
Source0: http://download.sourceforge.net/htop/%{name}-%{version}.tar.gz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
BuildRequires: ncurses-devel
|
|
|
|
BuildRequires: ncurses-devel
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
@ -52,6 +53,9 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed May 10 2006 Dawid Gajownik <gajownik[AT]fedora.pl> - 0.6.1-2
|
|
|
|
|
|
|
|
- Add missing BR: desktop-file-utils
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 10 2006 Dawid Gajownik <gajownik[AT]fedora.pl> - 0.6.1-1
|
|
|
|
* Wed May 10 2006 Dawid Gajownik <gajownik[AT]fedora.pl> - 0.6.1-1
|
|
|
|
- Update to 0.6.1
|
|
|
|
- Update to 0.6.1
|
|
|
|
|
|
|
|
|
|
|
|