- migrated to SPDX license
This commit is contained in:
parent
0fcf331ead
commit
80b463f2a4
11
papi.spec
11
papi.spec
@ -11,8 +11,8 @@
|
|||||||
Summary: Performance Application Programming Interface
|
Summary: Performance Application Programming Interface
|
||||||
Name: papi
|
Name: papi
|
||||||
Version: 7.0.1
|
Version: 7.0.1
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: BSD
|
License: BSD-3-Clause
|
||||||
Requires: papi-libs = %{version}-%{release}
|
Requires: papi-libs = %{version}-%{release}
|
||||||
URL: http://icl.cs.utk.edu/papi/
|
URL: http://icl.cs.utk.edu/papi/
|
||||||
Source0: http://icl.cs.utk.edu/projects/papi/downloads/%{name}-%{version}.tar.gz
|
Source0: http://icl.cs.utk.edu/projects/papi/downloads/%{name}-%{version}.tar.gz
|
||||||
@ -51,12 +51,14 @@ PAPI provides a programmer interface to monitor the performance of
|
|||||||
running programs.
|
running programs.
|
||||||
|
|
||||||
%package libs
|
%package libs
|
||||||
|
License: BSD-3-Clause
|
||||||
Summary: Libraries for PAPI clients
|
Summary: Libraries for PAPI clients
|
||||||
%description libs
|
%description libs
|
||||||
This package contains the run-time libraries for any application that wishes
|
This package contains the run-time libraries for any application that wishes
|
||||||
to use PAPI.
|
to use PAPI.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
|
License: BSD-3-Clause
|
||||||
Summary: Header files for the compiling programs with PAPI
|
Summary: Header files for the compiling programs with PAPI
|
||||||
Requires: papi = %{version}-%{release}
|
Requires: papi = %{version}-%{release}
|
||||||
Requires: papi-libs = %{version}-%{release}
|
Requires: papi-libs = %{version}-%{release}
|
||||||
@ -67,6 +69,7 @@ libraries and interfaces. This is required for rebuilding any program
|
|||||||
that uses PAPI.
|
that uses PAPI.
|
||||||
|
|
||||||
%package testsuite
|
%package testsuite
|
||||||
|
License: BSD-3-Clause
|
||||||
Summary: Set of tests for checking PAPI functionality
|
Summary: Set of tests for checking PAPI functionality
|
||||||
Requires: papi = %{version}-%{release}
|
Requires: papi = %{version}-%{release}
|
||||||
Requires: papi-libs = %{version}-%{release}
|
Requires: papi-libs = %{version}-%{release}
|
||||||
@ -76,6 +79,7 @@ that PAPI functions on particular hardware.
|
|||||||
|
|
||||||
%if %{with_static}
|
%if %{with_static}
|
||||||
%package static
|
%package static
|
||||||
|
License: BSD-3-Clause
|
||||||
Summary: Static libraries for the compiling programs with PAPI
|
Summary: Static libraries for the compiling programs with PAPI
|
||||||
Requires: papi = %{version}-%{release}
|
Requires: papi = %{version}-%{release}
|
||||||
%description static
|
%description static
|
||||||
@ -181,6 +185,9 @@ find %{buildroot} -type f -executable ! -iname "*.py" ! -iname "*.sh" | xargs ch
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 9 2023 William Cohen <wcohen@redhat.com> - 7.0.1-5
|
||||||
|
- migrated to SPDX license
|
||||||
|
|
||||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 7.0.1-4
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 7.0.1-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user