Accepting request 437978 from Base:System
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/437978 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/htop?expand=0&rev=39
This commit is contained in:
commit
e27602d80f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 24 07:43:11 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
- Small spec file cleanup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 23 08:06:45 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
|
14
htop.spec
14
htop.spec
@ -41,21 +41,21 @@ but is also reported to work (and was originally developed) with the
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0
|
||||
%patch0
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--enable-taskstats \
|
||||
--enable-unicode \
|
||||
--enable-linux-affinity \
|
||||
--enable-taskstats \
|
||||
--enable-cgroup
|
||||
--enable-unicode \
|
||||
--enable-linux-affinity \
|
||||
--enable-taskstats \
|
||||
--enable-cgroup
|
||||
# forcefully exclude -L/usr/lib(64)/ncurses5 from being added on systems with
|
||||
# version 6 of ncurses. probably a cleaner way to fix this.
|
||||
%if 0%{?suse_version} > 1320
|
||||
LIBS="-lncursesw -ltinfo -lm " make -e %{?_smp_mflags}
|
||||
%else
|
||||
make -e %{?_smp_mflags}
|
||||
make %{?_smp_mflags}
|
||||
%endif
|
||||
|
||||
%install
|
||||
@ -74,6 +74,6 @@ make -e %{?_smp_mflags}
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/pixmaps/%{name}.png
|
||||
%{_mandir}/*/%{name}*
|
||||
%{_mandir}/man1/%{name}.1%{ext_man}
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user