]> git.pld-linux.org Git - packages/htop.git/blame - htop.spec
up to 3.1.2
[packages/htop.git] / htop.spec
CommitLineData
9b6194e5 1Summary: An interactive process viewer
9cf402c0 2Summary(hu.UTF-8): Egy interaktív processz megjelenítő
b81062a7 3Summary(pl.UTF-8): Interaktywna przeglądarka procesów
9b6194e5 4Name: htop
5b3ca008 5Version: 3.1.2
71b8cc9c 6Release: 1
f29b2e2d 7License: GPL v2
9b6194e5 8Group: Applications/System
5b3ca008
JP
9Source0: https://github.com/htop-dev/htop/releases/download/%{version}/%{name}-%{version}.tar.xz
10# Source0-md5: 13f3be1bb11165c0c46d8b3ff7e17f45
2032e93a 11URL: https://htop.dev/
439ea37f 12BuildRequires: autoconf >= 2.69
c637f88b 13BuildRequires: automake >= 1:1.11
4bf512dd 14BuildRequires: gcc >= 5:3.0
f90c48ad 15BuildRequires: libcap-devel >= 2.21
439ea37f 16BuildRequires: libnl-devel >= 3.0
f29b2e2d 17BuildRequires: libtool
f90c48ad 18BuildRequires: libunwind-devel
439ea37f 19BuildRequires: lm_sensors-devel
9b6194e5 20BuildRequires: ncurses-devel
439ea37f 21BuildRequires: pkgconfig
5b3ca008
JP
22BuildRequires: tar >= 1:1.22
23BuildRequires: xz
f90c48ad 24Requires: libcap-libs >= 2.21
439ea37f 25Requires: libnl >= 3.0
4046122a 26Suggests: lm_sensors-libs
9b6194e5 27BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29%description
30htop is an interactive text-mode process viewer for Linux. It aims to
31be a better 'top'.
32
9cf402c0
ZU
33%description -l hu.UTF-8
34htop egy interaktív szöveges módú processz megjelenítő Linuxra.
35Lényegében egy jobb 'top' szeretne lenni.
36
88f42c18
JR
37%description -l pl.UTF-8
38htop jest interaktywną, tekstową przeglądarką procesów dla Linuksa.
39Jej celem jest bycie lepszą odmianą programu 'top'.
9b6194e5 40
41%prep
42%setup -q
43
eb0f5d76 44# don't require /proc at build time
2032e93a 45sed 's@^[[:space:]]*AC_CHECK_FILE($PROCDIR.*@:@' -i configure.ac
eb0f5d76 46
9b6194e5 47%build
f29b2e2d 48%{__libtoolize}
60759b7b 49%{__aclocal}
871b5231 50%{__autoconf}
4bf512dd
JB
51%{__autoheader}
52%{__automake}
e65ee0a9 53%configure \
77de7425 54 --enable-openvz \
67a3eb10
JB
55 --enable-unicode \
56 --enable-vserver
e65ee0a9 57%{__make}
9b6194e5 58
59%install
60rm -rf $RPM_BUILD_ROOT
61
62%{__make} install \
63 DESTDIR=$RPM_BUILD_ROOT
64
65%clean
66rm -rf $RPM_BUILD_ROOT
67
68%files
69%defattr(644,root,root,755)
3d00ea62 70%doc AUTHORS ChangeLog README
f29b2e2d 71%attr(755,root,root) %{_bindir}/htop
3d00ea62 72%{_desktopdir}/htop.desktop
9b7a0f92 73%{_iconsdir}/hicolor/scalable/apps/htop.svg
3d00ea62 74%{_pixmapsdir}/htop.png
67a3eb10 75%{_mandir}/man1/htop.1*
This page took 0.103998 seconds and 4 git commands to generate.