From c1d1453ae6e1d6e59012ce5efdc5a9f182758537f6c436086cb1826911c67419 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Mon, 1 Aug 2011 20:33:20 +0000 Subject: [PATCH] Accepting request 77479 from home:elvigia:branches:Base:System - Use --enable-unicode and switch to ncurses ABI v6 OBS-URL: https://build.opensuse.org/request/show/77479 OBS-URL: https://build.opensuse.org/package/show/Base:System/htop?expand=0&rev=12 --- htop.changes | 5 +++++ htop.spec | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/htop.changes b/htop.changes index 00eff8a..7f87525 100644 --- a/htop.changes +++ b/htop.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jul 30 17:25:43 UTC 2011 - crrodriguez@opensuse.org + +- Use --enable-unicode and switch to ncurses ABI v6 + ------------------------------------------------------------------- Mon Nov 29 09:54:23 UTC 2010 - puzel@novell.com diff --git a/htop.spec b/htop.spec index bb0062a..07fbedc 100644 --- a/htop.spec +++ b/htop.spec @@ -22,7 +22,7 @@ Name: htop Url: http://htop.sourceforge.net Summary: An Interactive text-mode Process Viewer for Linux Version: 0.9 -Release: 9 +Release: 1 License: GPLv2+ Group: System/Monitoring Source0: %{name}-%{version}.tar.bz2 @@ -51,7 +51,10 @@ Authors: %patch0 -p0 %build +export CFLAGS="%{optflags} `ncursesw6-config --cflags`" +export LDFLAGS="`ncursesw6-config --libs`" %configure \ + --enable-unicode \ --enable-taskstats \ --enable-cgroup make %{?_smp_mflags}