Compare commits
11 Commits
3bf845de1c
...
08340f6311
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
08340f6311 | ||
|
|
8c661b0ad1 | ||
|
|
49214c6489 | ||
|
|
6a69110bde | ||
|
|
7aaa8c007b | ||
|
|
08c1cb8c34 | ||
|
|
9c853bb991 | ||
|
|
727dab974b | ||
|
|
75c7ea4832 | ||
|
|
1ef4782080 | ||
|
|
d604599f30 |
Binary file not shown.
BIN
libpfm-4.11.0.tar.gz
Normal file
BIN
libpfm-4.11.0.tar.gz
Normal file
Binary file not shown.
21
libpfm.spec
21
libpfm.spec
@ -2,8 +2,8 @@
|
||||
%define python_prefix %(python3 -c "import sys; print (sys.prefix)")
|
||||
|
||||
Name: libpfm
|
||||
Version: 4.10.1
|
||||
Release: 7
|
||||
Version: 4.11.0
|
||||
Release: 3
|
||||
Summary: A user library help setup performance events for use with the perf_events Linux kernel interface.
|
||||
License: MIT
|
||||
URL: http://perfmon2.sourceforge.net/
|
||||
@ -20,6 +20,7 @@ events for use with the perf_events Linux kernel interface.
|
||||
|
||||
|
||||
%package devel
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Provides: %{name}-static = %{version}-%{release}
|
||||
Obsoletes: %{name}-static <= %{version}-%{release}
|
||||
Summary: Library to provide perf_events in linux
|
||||
@ -34,7 +35,12 @@ Summary: Python bindings for libpfm
|
||||
%description -n python3-libpfm
|
||||
Python bindings for libpfm4 used for perf_events
|
||||
|
||||
%package_help
|
||||
%package help
|
||||
Summary: Documents for %{name}
|
||||
Requires: man info
|
||||
|
||||
%description help
|
||||
Man pages and other related documents for %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
@ -68,6 +74,15 @@ make PREFIX=$RPM_BUILD_ROOT%{_prefix} LIBDIR=$RPM_BUILD_ROOT%{_libdir} \
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Nov 22 2023 liyanan <liyanan61@h-partners.com> - 4.11.0-3
|
||||
- Add libpfm-devel requires libpfm
|
||||
|
||||
* Tue May 09 2023 Jia Chao <jiac13@chinaunicom.cn> - 4.11.0-2
|
||||
- Fix: help package contains files about architecture, should not be noarch.
|
||||
|
||||
* Thu Jun 16 2022 SimpleUpdate Robot <tc@openeuler.org> - 4.11.0-1
|
||||
- Upgrade to version 4.11.0
|
||||
|
||||
* Wed Mar 18 2020 yinzhenling <yinzhenling2@huawei.com> - 4.10.1-7
|
||||
- add make option
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version_control: git
|
||||
src_repo: https://git.code.sf.net/p/perfmon2/perfmon2
|
||||
tag_prefix: libpfm-
|
||||
seperator: .
|
||||
src_repo: https://git.code.sf.net/p/perfmon2/libpfm4
|
||||
tag_prefix: "^v"
|
||||
seperator: "."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user