Blame SPECS/lttng-ust.spec

6cafe4
Name:           lttng-ust
6cafe4
Version:        2.8.1
6cafe4
Release:        11%{?dist}
6cafe4
License:        LGPLv2 and GPLv2 and MIT
6cafe4
Group:          Development/Libraries
6cafe4
Summary:        LTTng Userspace Tracer library
6cafe4
URL:            https://lttng.org
6cafe4
Source0:        https://lttng.org/files/lttng-ust/%{name}-%{version}.tar.bz2
6cafe4
6cafe4
BuildRequires:  python3
6cafe4
BuildRequires:  libuuid-devel texinfo
6cafe4
BuildRequires:  userspace-rcu-devel >= 0.8.0
6cafe4
BuildRequires:  autoconf automake libtool
6cafe4
BuildRequires:  systemtap-sdt-devel
6cafe4
BuildRequires:  /usr/bin/pathfix.py
6cafe4
6cafe4
%description
6cafe4
This library may be used by user-space applications to generate 
6cafe4
trace-points using LTTng.
6cafe4
6cafe4
%package devel
6cafe4
Summary:        LTTng Userspace Tracer library headers and development files
6cafe4
Group:          Development/Libraries
6cafe4
Requires:       %{name}%{?_isa} = %{version}-%{release}
6cafe4
Requires:       userspace-rcu-devel systemtap-sdt-devel
6cafe4
6cafe4
%description devel
6cafe4
This library provides support for developing programs using 
6cafe4
LTTng user-space tracing
6cafe4
6cafe4
%prep
6cafe4
%setup -q
6cafe4
6cafe4
%build
6cafe4
# Reinitialize libtool with the fedora version to remove Rpath
6cafe4
autoreconf -vif
6cafe4
6cafe4
%configure --docdir=%{_docdir}/%{name} --disable-static --with-sdt
6cafe4
make %{?_smp_mflags} V=1
6cafe4
6cafe4
pathfix.py -pni "%{__python3} %{py3_shbang_opts}" tools/lttng-gen-tp
6cafe4
6cafe4
%install
6cafe4
make DESTDIR=%{buildroot} install
6cafe4
rm -vf %{buildroot}%{_libdir}/*.la
6cafe4
6cafe4
%check
6cafe4
make check
6cafe4
%{buildroot}/%{_bindir}/lttng-gen-tp --help
6cafe4
6cafe4
%post -p /sbin/ldconfig
6cafe4
%postun -p /sbin/ldconfig
6cafe4
6cafe4
%files
6cafe4
%{_libdir}/*.so.*
6cafe4
%{_mandir}/man3/do_tracepoint.3.gz
6cafe4
%{_mandir}/man3/lttng-ust.3.gz
6cafe4
%{_mandir}/man3/lttng-ust-cyg-profile.3.gz
6cafe4
%{_mandir}/man3/lttng-ust-dl.3.gz
6cafe4
%{_mandir}/man3/tracef.3.gz
6cafe4
%{_mandir}/man3/tracelog.3.gz
6cafe4
%{_mandir}/man3/tracepoint.3.gz
6cafe4
%{_mandir}/man3/tracepoint_enabled.3.gz
6cafe4
6cafe4
%dir %{_docdir}/%{name}
6cafe4
%{_docdir}/%{name}/ChangeLog
6cafe4
%{_docdir}/%{name}/README.md
6cafe4
%{_docdir}/%{name}/java-agent.txt
6cafe4
6cafe4
6cafe4
%files devel
6cafe4
%{_bindir}/lttng-gen-tp
6cafe4
%{_mandir}/man1/lttng-gen-tp.1.gz
6cafe4
%{_prefix}/include/*
6cafe4
%{_libdir}/*.so
6cafe4
%{_libdir}/pkgconfig/lttng-ust*.pc
6cafe4
6cafe4
%dir %{_docdir}/%{name}/examples
6cafe4
%{_docdir}/%{name}/examples/*
6cafe4
6cafe4
%changelog
6cafe4
* Wed Mar 06 2019 Ken Dreyer <kdreyer@redhat.com> - 2.8.1-11
6cafe4
- Run make check in %%check (rhbz#1681951)
6cafe4
6cafe4
* Wed Mar 06 2019 Ken Dreyer <kdreyer@redhat.com> - 2.8.1-10
6cafe4
- fix shebang in lttng-gen-tp (rhbz#1673990)
6cafe4
6cafe4
* Wed Sep 26 2018 Omair Majid <omajid@redhat.com> - 2.8.1-9
6cafe4
- Build with standard distro-wide optimization flags even on s390 and s390x
6cafe4
- Resolves: rhbz#1630591
6cafe4
6cafe4
* Tue Aug 07 2018 Omair Majid <omajid@redhat.com> - 2.8.1-8
6cafe4
- Bump release
6cafe4
6cafe4
* Thu Jul 26 2018 Omair Majid <omajid@redhat.com> - 2.8.1-7
6cafe4
- Un-SCLize package
6cafe4
- Switch to python 3 explicitly in scripts
6cafe4
6cafe4
* Wed Jun 20 2018 Omair Majid <omajid@redhat.com> - 2.8.1-6
6cafe4
- Add Requires on SystemTap SDT for -devel package
6cafe4
- Resolves: rhbz#1584865
6cafe4
6cafe4
* Tue Jun 19 2018 Omair Majid <omajid@redhat.com> - 2.8.1-5
6cafe4
- Add SystemTap SDT support
6cafe4
- Resolves: rhbz#1584865
6cafe4
6cafe4
* Sun May 27 2018 Omair Majid <omajid@redhat.com> - 2.8.1-4
6cafe4
- Bump release for .NET Core 2.1
6cafe4
6cafe4
* Fri Jul 14 2017 Omair Majid <omajid@redhat.com> - 2.8.1-3
6cafe4
- Fix path names to make debuginfo parallel installable
6cafe4
6cafe4
* Wed Apr 19 2017 Omair Majid <omajid@redhat.com> - 2.8.1-2
6cafe4
- SCL-ize package
6cafe4
6cafe4
* Wed Jun 22 2016 Michael Jeanson <mjeanson@efficios.com> - 2.8.1-2
6cafe4
- Re-add rpath removing
6cafe4
- Fix spelling errors
6cafe4
6cafe4
* Tue Jun 21 2016 Michael Jeanson <mjeanson@efficios.com> - 2.8.1-1
6cafe4
- New upstream release
6cafe4
6cafe4
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.2-3
6cafe4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
6cafe4
6cafe4
* Thu Aug 6 2015 Suchakra Sharma <suchakra@fedoraproject.org> - 2.6.2-2
6cafe4
- Remove remaining BR for SystemTap SDT and add python as a BR
6cafe4
6cafe4
* Thu Jul 23 2015 Michael Jeanson <mjeanson@gmail.com> - 2.6.2-1
6cafe4
- New upstream release
6cafe4
- Drop SystemTap SDT support
6cafe4
- Remove patches applied upstream
6cafe4
6cafe4
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.1-3
6cafe4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
6cafe4
6cafe4
* Tue Dec  9 2014 Peter Robinson <pbrobinson@fedoraproject.org> 2.5.1-2
6cafe4
- Add patch to fix aarch64 support
6cafe4
6cafe4
* Mon Nov 03 2014 Suchakra Sharma <suchakra@fedoraproject.org> - 2.5.1-1
6cafe4
- New upstream release
6cafe4
- Update URL
6cafe4
6cafe4
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.1-3
6cafe4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
6cafe4
6cafe4
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.1-2
6cafe4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
6cafe4
6cafe4
* Tue May 20 2014 Yannick Brosseau <yannick.brosseau@gmail.com> - 2.4.1-1
6cafe4
- New upstream bugfix release
6cafe4
6cafe4
* Sat Mar 1 2014 Suchakra Sharma <suchakra@fedoraproject.org> - 2.4.0-1
6cafe4
- New upstream release
6cafe4
- Add new files (man and doc)
6cafe4
6cafe4
* Sat Feb 22 2014 Yannick Brosseau <yannick.brosseau@gmail.com> - 2.3.0-2
6cafe4
- Rebuilt for URCU Soname change
6cafe4
6cafe4
* Fri Sep 20 2013 Yannick Brosseau <yannick.brosseau@gmail.com> - 2.3.0-1
6cafe4
- New upstream release (include snapshop feature)
6cafe4
6cafe4
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-2
6cafe4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
6cafe4
6cafe4
* Tue Jul 16 2013 Yannick Brosseau <yannick.brosseau@gmail.com> - 2.2.1-1
6cafe4
- New upstream release
6cafe4
- Bump URCU dependency
6cafe4
6cafe4
* Thu May 23 2013 Dan HorĂ¡k <dan[at]danny.cz> - 2.1.2-2
6cafe4
- add build workaround for s390(x)
6cafe4
6cafe4
* Fri May 17 2013 Yannick Brosseau <yannick.brosseau@gmail.com> - 2.1.2-1
6cafe4
- New upstream bugfix release
6cafe4
- Remove patches applied upstream
6cafe4
6cafe4
* Wed Feb 27 2013 Yannick Brosseau <yannick.brosseau@gmail.com> - 2.1.1-2
6cafe4
- Remove dependency of probes on urcu-bp
6cafe4
6cafe4
* Tue Feb 26 2013 Yannick Brosseau <yannick.brosseau@gmail.com> - 2.1.1-1
6cafe4
- New upstream release
6cafe4
6cafe4
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.5-2
6cafe4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
6cafe4
6cafe4
* Tue Oct 23 2012 Yannick Brosseau <yannick.brosseau@gmail.com> - 2.0.5-1
6cafe4
- New upstream release
6cafe4
6cafe4
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.4-3
6cafe4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
6cafe4
6cafe4
* Fri Jun 22 2012 Yannick Brosseau <yannick.brosseau@gmail.com> - 2.0.4-2
6cafe4
- Add dependency on systemtap-sdt-devel for devel package
6cafe4
6cafe4
* Tue Jun 19 2012 Yannick Brosseau <yannick.brosseau@gmail.com> - 2.0.4-1
6cafe4
- New upstream release
6cafe4
- Updates from review comments
6cafe4
6cafe4
* Thu Jun 14 2012 Yannick Brosseau <yannick.brosseau@gmail.com> - 2.0.3-1
6cafe4
- New package, inspired by the one from OpenSuse
6cafe4