Rebase to papi-5.4.3.tar.gz.

This commit is contained in:
William Cohen 2016-01-26 14:01:27 -05:00
parent 2bd6b62334
commit e23f0966d4
3 changed files with 7 additions and 8 deletions

1
.gitignore vendored
View File

@ -18,3 +18,4 @@ papi-4.1.0.tar.gz
/papi-5.3.2.tar.gz
/papi-5.4.0.tar.gz
/papi-5.4.1.tar.gz
/papi-5.4.3.tar.gz

View File

@ -1,8 +1,8 @@
%bcond_with bundled_libpfm
Summary: Performance Application Programming Interface
Name: papi
Version: 5.4.1
Release: 3%{?dist}
Version: 5.4.3
Release: 1%{?dist}
License: BSD
Group: Development/System
Requires: papi-libs = %{version}-%{release}
@ -115,7 +115,6 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/*.so*
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%{_bindir}/*
%dir /usr/share/papi
/usr/share/papi/papi_events.csv
@ -126,12 +125,10 @@ rm -rf $RPM_BUILD_ROOT
%postun libs -p /sbin/ldconfig
%files libs
%defattr(-,root,root,-)
%{_libdir}/*.so.*
%doc INSTALL.txt README LICENSE.txt RELEASENOTES.txt
%files devel
%defattr(-,root,root,-)
%{_includedir}/*.h
%if %{with bundled_libpfm}
%{_includedir}/perfmon/*.h
@ -141,7 +138,6 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_mandir}/man3/*
%files testsuite
%defattr(-,root,root,-)
/usr/share/papi/run_tests*
/usr/share/papi/ctests
/usr/share/papi/ftests
@ -149,10 +145,12 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/papi/testlib
%files static
%defattr(-,root,root,-)
%{_libdir}/*.a
%changelog
* Tue Jan 26 2016 William Cohen <wcohen@redhat.com> - 5.4.3-1
- Rebase to papi-5.4.3.
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.4.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
9134a99219c79767a11463a76b0b01a2 papi-5.4.1.tar.gz
3211b5a5bb389fe692370f5cf4cc2412 papi-5.4.3.tar.gz