From 179bda3ca118ecc2c75d1f0cb2ee7690b95f428b Mon Sep 17 00:00:00 2001 From: William Cohen Date: Jan 07 2019 15:40:05 +0000 Subject: - Correct typo in papi-testsuite description. - Add papi-libs for papi-testsuite and papi-devel. --- diff --git a/papi.spec b/papi.spec index 666e49a..69d5708 100644 --- a/papi.spec +++ b/papi.spec @@ -8,7 +8,7 @@ Summary: Performance Application Programming Interface Name: papi Version: 5.6.0 -Release: 8%{?dist} +Release: 9%{?dist} License: BSD Group: Development/System Requires: papi-libs = %{version}-%{release} @@ -53,6 +53,7 @@ to use PAPI. Summary: Header files for the compiling programs with PAPI Group: Development/System Requires: papi = %{version}-%{release} +Requires: papi-libs = %{version}-%{release} Requires: pkgconfig %description devel PAPI-devel includes the C header files that specify the PAPI user-space @@ -63,8 +64,9 @@ that uses PAPI. Summary: Set of tests for checking PAPI functionality Group: Development/System Requires: papi = %{version}-%{release} +Requires: papi-libs = %{version}-%{release} %description testsuite -PAPI-testuiste includes compiled versions of papi tests to ensure +PAPI-testsuite includes compiled versions of papi tests to ensure that PAPI functions on particular hardware. %package static @@ -161,6 +163,10 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/*.so* %{_libdir}/*.a %changelog +* Mon Jan 7 2019 William Cohen - 5.6.0-9 +- Correct typo in papi-testsuite description. +- Add papi-libs for papi-testsuite and papi-devel. + * Fri Nov 2 2018 Fedora Release Engineering - 5.6.0-8 - Pull in patch to avoid division-by-0.