Update to papi-5.4.1.
This commit is contained in:
parent
e2bab70414
commit
e629484516
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@ papi-4.1.0.tar.gz
|
|||||||
/papi-5.3.0-1.16.ga7f6159.tar.gz
|
/papi-5.3.0-1.16.ga7f6159.tar.gz
|
||||||
/papi-5.3.2.tar.gz
|
/papi-5.3.2.tar.gz
|
||||||
/papi-5.4.0.tar.gz
|
/papi-5.4.0.tar.gz
|
||||||
|
/papi-5.4.1.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%bcond_with bundled_libpfm
|
%bcond_with bundled_libpfm
|
||||||
Summary: Performance Application Programming Interface
|
Summary: Performance Application Programming Interface
|
||||||
Name: papi
|
Name: papi
|
||||||
Version: 5.4.0
|
Version: 5.4.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
Requires: papi-libs = %{version}-%{release}
|
Requires: papi-libs = %{version}-%{release}
|
||||||
@ -42,6 +42,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: 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
|
||||||
libraries and interfaces. This is required for rebuilding any program
|
libraries and interfaces. This is required for rebuilding any program
|
||||||
@ -136,6 +137,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/perfmon/*.h
|
%{_includedir}/perfmon/*.h
|
||||||
%endif
|
%endif
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
%{_libdir}/pkgconfig/papi*.pc
|
||||||
%doc %{_mandir}/man3/*
|
%doc %{_mandir}/man3/*
|
||||||
|
|
||||||
%files testsuite
|
%files testsuite
|
||||||
@ -151,6 +153,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 3 2015 William Cohen <wcohen@redhat.com> - 5.4.1-1
|
||||||
|
- Rebase to papi-5.4.1.
|
||||||
|
|
||||||
* Wed Feb 11 2015 William Cohen <wcohen@redhat.com> - 5.4.0-3
|
* Wed Feb 11 2015 William Cohen <wcohen@redhat.com> - 5.4.0-3
|
||||||
- Bump version and rebuild.
|
- Bump version and rebuild.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user