Rebase to papi-5.4.3.tar.gz.
This commit is contained in:
parent
2bd6b62334
commit
e23f0966d4
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@ papi-4.1.0.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
|
/papi-5.4.1.tar.gz
|
||||||
|
/papi-5.4.3.tar.gz
|
||||||
|
12
papi.spec
12
papi.spec
@ -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.1
|
Version: 5.4.3
|
||||||
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}
|
||||||
@ -115,7 +115,6 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/*.so*
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%dir /usr/share/papi
|
%dir /usr/share/papi
|
||||||
/usr/share/papi/papi_events.csv
|
/usr/share/papi/papi_events.csv
|
||||||
@ -126,12 +125,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%postun libs -p /sbin/ldconfig
|
%postun libs -p /sbin/ldconfig
|
||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%doc INSTALL.txt README LICENSE.txt RELEASENOTES.txt
|
%doc INSTALL.txt README LICENSE.txt RELEASENOTES.txt
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_includedir}/*.h
|
%{_includedir}/*.h
|
||||||
%if %{with bundled_libpfm}
|
%if %{with bundled_libpfm}
|
||||||
%{_includedir}/perfmon/*.h
|
%{_includedir}/perfmon/*.h
|
||||||
@ -141,7 +138,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %{_mandir}/man3/*
|
%doc %{_mandir}/man3/*
|
||||||
|
|
||||||
%files testsuite
|
%files testsuite
|
||||||
%defattr(-,root,root,-)
|
|
||||||
/usr/share/papi/run_tests*
|
/usr/share/papi/run_tests*
|
||||||
/usr/share/papi/ctests
|
/usr/share/papi/ctests
|
||||||
/usr/share/papi/ftests
|
/usr/share/papi/ftests
|
||||||
@ -149,10 +145,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/share/papi/testlib
|
/usr/share/papi/testlib
|
||||||
|
|
||||||
%files static
|
%files static
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user