- Correct typo in papi-testsuite description.

- Add papi-libs for papi-testsuite and papi-devel.
This commit is contained in:
William Cohen 2019-01-07 10:40:05 -05:00
parent f46477a5c6
commit 179bda3ca1

View File

@ -8,7 +8,7 @@
Summary: Performance Application Programming Interface Summary: Performance Application Programming Interface
Name: papi Name: papi
Version: 5.6.0 Version: 5.6.0
Release: 8%{?dist} Release: 9%{?dist}
License: BSD License: BSD
Group: Development/System Group: Development/System
Requires: papi-libs = %{version}-%{release} Requires: papi-libs = %{version}-%{release}
@ -53,6 +53,7 @@ to use PAPI.
Summary: Header files for the compiling programs with PAPI Summary: Header files for the compiling programs with PAPI
Group: Development/System Group: Development/System
Requires: papi = %{version}-%{release} Requires: papi = %{version}-%{release}
Requires: papi-libs = %{version}-%{release}
Requires: pkgconfig Requires: pkgconfig
%description devel %description devel
PAPI-devel includes the C header files that specify the PAPI user-space 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 Summary: Set of tests for checking PAPI functionality
Group: Development/System Group: Development/System
Requires: papi = %{version}-%{release} Requires: papi = %{version}-%{release}
Requires: papi-libs = %{version}-%{release}
%description testsuite %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. that PAPI functions on particular hardware.
%package static %package static
@ -161,6 +163,10 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/*.so*
%{_libdir}/*.a %{_libdir}/*.a
%changelog %changelog
* Mon Jan 7 2019 William Cohen <wcohen@redhat.com> - 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 <releng@fedoraproject.org> - 5.6.0-8 * Fri Nov 2 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.6.0-8
- Pull in patch to avoid division-by-0. - Pull in patch to avoid division-by-0.