From da78cbac2c77135da0ffe674e74201bf2f8f62cd Mon Sep 17 00:00:00 2001 From: William Eden Cohen Date: Jun 27 2006 16:26:29 +0000 Subject: Add ncurses-devel buildprereq. --- diff --git a/libpfm.spec b/libpfm.spec index b083d60..48dcdf5 100644 --- a/libpfm.spec +++ b/libpfm.spec @@ -1,5 +1,5 @@ %define DATE 060621 -%define libpfm_release 6 +%define libpfm_release 7 Summary: a performance monitoring library for Linux/ia64 Name: libpfm Version: 3.2 @@ -13,6 +13,7 @@ Source: http://prdownloads.sourceforge.net/perfmon2/%{name}-%{version}-%{DATE}.t Patch1: libpfm-compat.patch Patch2: libpfm-3.2-showreginfo.patch Patch3: libpfm-3.2-rpm_opt.patch +BuildPreReq: ncurses-devel Prefix: %{_prefix} BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -66,6 +67,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Tue Jun 27 2006 Will Cohen +- Add ncurses-devel buildprereq. + * Mon Jun 26 2006 Will Cohen - Make sure that CFLAGS in pfmlib/lib/ is used. - Separate build and install processes.