Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
08340f6311
!25 Add libpfm-devel requires libpfm
From: @lyn1001 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-11-23 01:04:48 +00:00
lyn1001
8c661b0ad1 Add libpfm-devel requires libpfm 2023-11-22 16:53:57 +08:00
openeuler-ci-bot
49214c6489
!24 [sync] PR-18: help 不应为 noarch
From: @openeuler-sync-bot 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-05-24 06:47:39 +00:00
Jia Chao
6a69110bde Fix: libpfm-help should be arched.
Signed-off-by: Jia Chao <jiac13@chinaunicom.cn>
(cherry picked from commit 07c439e269661b6e6f3db9797ba630d44bee728b)
2023-05-24 14:41:01 +08:00
openeuler-ci-bot
7aaa8c007b
!16 [sync] PR-14: Package upgrade
From: @openeuler-sync-bot 
Reviewed-by: @licihua 
Signed-off-by: @licihua
2022-10-18 09:08:08 +00:00
lyn1001
08c1cb8c34 Package upgrade
(cherry picked from commit d50e00f968bbb8abe0dbcf1683c3b09cc2e4f0be)
2022-10-18 10:56:05 +08:00
openeuler-ci-bot
9c853bb991 !6 Fix yaml file error
Merge pull request !6 from lyn/master
2020-07-07 16:46:38 +08:00
lyn1001
727dab974b Fix yaml file error 2020-07-07 15:35:48 +08:00
openeuler-ci-bot
75c7ea4832 !5 Fix yaml file error
Merge pull request !5 from lyn/master
2020-07-01 08:47:49 +08:00
lyn1001
1ef4782080 Fix yaml file error 2020-06-30 18:00:26 +08:00
openeuler-ci-bot
d604599f30 !4 Add yaml file
Merge pull request !4 from lyn/master
2020-05-11 20:28:27 +08:00
4 changed files with 21 additions and 6 deletions

Binary file not shown.

BIN
libpfm-4.11.0.tar.gz Normal file

Binary file not shown.

View File

@ -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

View File

@ -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: "."