From 6c3841076df25d6765e193cd791e33d5cb490296 Mon Sep 17 00:00:00 2001 From: William Cohen Date: Mon, 11 Jun 2012 11:19:56 -0400 Subject: [PATCH] Need the libpfm-static to build the papi-static parts. --- papi.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/papi.spec b/papi.spec index 52ce4c9..d0976c5 100644 --- a/papi.spec +++ b/papi.spec @@ -2,7 +2,7 @@ Summary: Performance Application Programming Interface Name: papi Version: 4.4.0 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD Group: Development/System URL: http://icl.cs.utk.edu/papi/ @@ -15,6 +15,7 @@ BuildRequires: chrpath BuildRequires: lm_sensors-devel %if %{without bundled_libpfm} BuildRequires: libpfm-devel +BuildRequires: libpfm-static %endif # Following required for net component BuildRequires: net-tools @@ -108,6 +109,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.a %changelog +* Mon Jun 11 2012 William Cohen - 4.4.0-3 +- Correct build requires. + * Mon Jun 11 2012 William Cohen - 4.4.0-2 - Unbundle libpfm4 from papi. - Correct description spellings.