6 Star 0 Fork 15

src-openEuler/lttng-ust

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
lttng-ust-2.13.7.tar.bz2
lttng-ust.spec
lttng-ust.yaml
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
lttng-ust.spec 2.79 KB
一键复制 编辑 原始数据 按行查看 历史
SuperSix173 提交于 2年前 . Update to 2.13.7
Name: lttng-ust
Version: 2.13.7
Release: 1
Summary: LTTng Userspace Tracer library
License: LGPLv2 and GPLv2 and MIT
URL: https://lttng.org
Source0: https://lttng.org/files/lttng-ust/%{name}-%{version}.tar.bz2
BuildRequires: libuuid-devel autoconf automake libtool
BuildRequires: userspace-rcu-devel >= 0.8.0
BuildRequires: numactl-devel
BuildRequires: asciidoc
BuildRequires: xmlto
%description
This library is used by user-space applications to generate trace-points using LTTng.
%package -n %{name}-devel
Summary: LTTng Userspace Tracer library headers and development files
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: userspace-rcu-devel
%package_help
%description -n %{name}-devel
The devel for %{name}
%prep
%autosetup -n %{name}-%{version} -p1
%build
autoreconf -vif
%configure --docdir=%{_docdir}/%{name}
make %{?_smp_mflags} V=1
%install
%make_install
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%check
make check
%files
%{_libdir}/*.so.*
%exclude %{_libdir}/*.la
%files -n %{name}-devel
%{_bindir}/lttng-gen-tp
%{_prefix}/include/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/lttng-ust*.pc
%{_docdir}/%{name}/examples/*
%files help
%{_mandir}/man1/lttng-gen-tp.1.gz
%{_mandir}/man3/*.gz
%{_docdir}/%{name}/*
%changelog
* Wed Jan 24 2024 liuchao <liuchao173@huawei.com> - 2.13.7-1
- Update to 2.13.7:
- fix: invoke MKDIR_P before changing directories
- fix: -Wsingle-bit-bitfield-constant-conversion with clang16
- fix: clean java inner class files in examples
- Introduce sync vs unsync enablers
- Fix: misaligned urcu reader accesses
- ustfork: Fix warning about volatile qualifier
- ustfork: Fix possible race conditions
- Fix: tracepoint: Remove trailing \ at the end of macro
- fix: python agent: use stdlib distutils when setuptools is installed
- fix: python agent: install on Debian python >= 3.10
- fix: python agent: Add a dependency on generated files
- python: use setuptools with python >= 3.12
* Fri Aug 25 2023 sunhui <sunhui@kylinos.cn> - 2.13.6-1
- Update package to version 2.13.6
* Mon Jan 30 2023 Wenyu Liu <liuwenyu7@huawei.com> - 2.13.5-1
- Update to 2.13.5
* Mon Dec 20 2021 zhouwenpei <zhouwenpei1@huawei.com> - 2.10.1-11
- fix build error
* Fri Jul 30 2021 zhouwenpei <zhouwenpei1@huawei.com> - 2.10.1-10
- fix build with -fno-common
* Mon Nov 02 2020 xinghe <xinghe1@huawei.com> - 2.10.1-9
- fix lttng-gen-tp command
* Fri Oct 30 2020 xinghe <xinghe1@huawei.com> - 2.10.1-8
- remove python2 dependency
* Thu Jul 30 2020 jinzhimin<jinzhimin2@huawei.com> - 2.10.1-7
- Add patch to build on glibc >= 2.30
* Fri Feb 14 2020 liuchao <liuchao173@huawei.com> - 2.10.1-6
- enable make check
* Thu Aug 15 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.10.1-5
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/lttng-ust.git
git@gitee.com:src-openeuler/lttng-ust.git
src-openeuler
lttng-ust
lttng-ust
master

搜索帮助