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