2019-09-30 11:02:53 -04:00
|
|
|
Name: lttng-ust
|
2023-01-30 19:30:43 +08:00
|
|
|
Version: 2.13.5
|
|
|
|
|
Release: 1
|
2019-09-30 11:02:53 -04:00
|
|
|
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
|
|
|
|
|
|
2020-10-30 10:32:09 +08:00
|
|
|
BuildRequires: libuuid-devel autoconf automake libtool
|
2019-09-30 11:02:53 -04:00
|
|
|
BuildRequires: userspace-rcu-devel >= 0.8.0
|
2023-01-30 19:30:43 +08:00
|
|
|
BuildRequires: numactl-devel
|
|
|
|
|
BuildRequires: asciidoc
|
|
|
|
|
BuildRequires: xmlto
|
|
|
|
|
|
2019-09-30 11:02:53 -04:00
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
|
2020-02-14 10:37:31 +08:00
|
|
|
%check
|
|
|
|
|
make check
|
|
|
|
|
|
2019-09-30 11:02:53 -04:00
|
|
|
%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
|
2023-01-30 19:30:43 +08:00
|
|
|
* Mon Jan 30 2023 Wenyu Liu <liuwenyu7@huawei.com> - 2.13.5-1
|
|
|
|
|
- Update to 2.13.5
|
|
|
|
|
|
2021-12-20 17:04:50 +08:00
|
|
|
* Mon Dec 20 2021 zhouwenpei <zhouwenpei1@huawei.com> - 2.10.1-11
|
|
|
|
|
- fix build error
|
|
|
|
|
|
2021-07-30 12:39:18 +08:00
|
|
|
* Fri Jul 30 2021 zhouwenpei <zhouwenpei1@huawei.com> - 2.10.1-10
|
|
|
|
|
- fix build with -fno-common
|
|
|
|
|
|
2020-11-02 17:08:45 +08:00
|
|
|
* Mon Nov 02 2020 xinghe <xinghe1@huawei.com> - 2.10.1-9
|
|
|
|
|
- fix lttng-gen-tp command
|
|
|
|
|
|
2020-10-30 10:32:09 +08:00
|
|
|
* Fri Oct 30 2020 xinghe <xinghe1@huawei.com> - 2.10.1-8
|
|
|
|
|
- remove python2 dependency
|
|
|
|
|
|
2020-07-30 19:53:38 +08:00
|
|
|
* Thu Jul 30 2020 jinzhimin<jinzhimin2@huawei.com> - 2.10.1-7
|
|
|
|
|
- Add patch to build on glibc >= 2.30
|
|
|
|
|
|
2020-02-14 12:18:56 +08:00
|
|
|
* Fri Feb 14 2020 liuchao <liuchao173@huawei.com> - 2.10.1-6
|
2020-02-14 10:37:31 +08:00
|
|
|
- enable make check
|
|
|
|
|
|
2020-02-14 12:18:56 +08:00
|
|
|
* Thu Aug 15 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.10.1-5
|
2019-09-30 11:02:53 -04:00
|
|
|
- Package init
|
|
|
|
|
|