# git tag %global git_commit eecafd5de17fabfb76d7f42a3de92dcaf451c2e8 %global git_commitdate 20220923.080710 %global git_shortcommit eecafd5 %global srcversion 1.2.0 %global mainname libtracecmd %global parentname trace-cmd # not going to fight this for now %global _disable_ld_no_undefined 1 Name: %{mainname}-1 Version: %{srcversion} Release: 202209281740%{?dist} License: GPLv2 and LGPLv2 Summary: Libraries of trace-cmd Requires: libtracecmd Requires: libtracefs Requires: libtraceevent Obsoletes: libtracecmd = 2.9.1 Conflicts: libtracecmd Provides: libtracecmd URL: http://git.kernel.org/?p=linux/kernel/git/rostedt/trace-cmd.git;a=summary # If upstream does not provide tarballs, to generate: # git clone https://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git # cd trace-cmd # git archive --prefix=trace-cmd-%%{version}/ -o trace-cmd-v%%{version}.tar.gz %%{git_commit} Source0: https://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git/snapshot/%{parentname}-%{srcversion}.tar.gz BuildRequires: make BuildRequires: gcc BuildRequires: glibc-devel BuildRequires: xmlto BuildRequires: zstd BuildRequires: asciidoc BuildRequires: chrpath BuildRequires: libtraceevent-devel BuildRequires: libtracefs-devel %if 0%{?is_opensuse} == 1 BuildRequires: docbook-xsl-stylesheets %endif %description The libtracecmd library %package devel Summary: Development files for libtracecmd Version: %{srcversion} Requires: %{name}%{_isa} = %{version}-%{release} Obsoletes: libtracecmd-devel = 2.9.1 Conflicts: libtracecmd-devel Provides: libtracecmd-devel %description devel Development files of the libtracecmd library %prep %autosetup -p1 -n %{parentname}-%{srcversion} %build # MANPAGE_DOCBOOK_XSL define is hack to avoid using locate # -z muldefs to workaround the enforcing multi definition check of gcc10. # and it need to be removed once upstream fixed the variable name %set_build_flags # If we are Fedora or RHEL(ish) run this %if 0%{?fedora} || 0%{?rhel} || "%{_vendor}" == "openmandriva" echo "~ Into Fedora / RHEL / openmandriva" MANPAGE_DOCBOOK_XSL=`rpm -ql docbook-style-xsl | grep manpages/docbook.xsl` %endif %if 0%{?is_opensuse} == 1 echo "~ Into OpenSuse" MANPAGE_DOCBOOK_XSL=`rpm -ql docbook-xsl-stylesheets | grep manpages/docbook.xsl` %endif ccbase=$( basename "${CC}" ) if [[ "${ccbase}" == "clang" ]] then clangver=$( ${CC} --version | head -n 1 | tr " " "\n" | grep -A 1 "version" | tail -n 1 | cut -f 1 -d '.' ) echo "clangver: " ${clangver} if (( ${clangver} < 14 )) then echo "clangver < 14" LPTHREAD="" export LPTHREAD fi fi #LDFLAGS="{build_ldflags}" \ CFLAGS="%{optflags} -D_GNU_SOURCE" \ BUILD_TYPE=Release \ make \ V=9999999999 \ MANPAGE_DOCBOOK_XSL=$MANPAGE_DOCBOOK_XSL \ prefix=%{_prefix} \ libdir=%{_libdir} \ PYTHON_VERS=python3 \ all_cmd \ doc \ libtracecmd.so for i in python/*.py ; do sed -i 's/env python2/python3/g' $i done chrpath --delete tracecmd/trace-cmd %install make \ libdir=%{_libdir} \ prefix=%{_prefix} \ V=1 \ DESTDIR=%{buildroot}/ \ CFLAGS="%{optflags} -D_GNU_SOURCE" \ LDFLAGS="%{build_ldflags} -z muldefs " \ BUILD_TYPE=Release \ install \ install_doc \ install_python \ install_libs find %{buildroot}%{_mandir} -type f -exec chmod u-x,g-x,o-x {} \; find %{buildroot}%{_datadir} -type f -exec chmod u-x,g-x,o-x {} \; find %{buildroot}%{_libdir} -type f -iname "*.so" -exec chmod 0755 {} \; mkdir -p %{buildroot}/%{_sysconfdir} rm -rf %{buildroot}%{_bindir}/trace-cmd rm -rf %{buildroot}%{_mandir}/man1 rm -rf %{buildroot}%{_mandir}/man5 rm -rf %{buildroot}%{_sysconfdir}/bash_completion.d/trace-cmd.bash rm -rf %{buildroot}%{_libdir}/trace-cmd/python/ rm -rf %{buildroot}%{_docdir}/trace-cmd %if 0%{?is_opensuse} == 1 ls -lah %{buildroot}/usr/share/doc/libtracecmd-doc mkdir %{buildroot}%{_docdir}/ ls -lah %{buildroot}%{_docdir}/ mv %{buildroot}/usr/share/doc/libtracecmd-doc %{buildroot}%{_docdir}/libtracecmd-doc rm -rf %{buildroot}/usr/share/doc/trace-cmd %endif %files %doc COPYING COPYING.LIB README %{_libdir}/libtracecmd.so.* %{_docdir}/libtracecmd-doc %{_mandir}/man3/libtracecmd* %{_mandir}/man3/tracecmd* %files devel %{_libdir}/pkgconfig/libtracecmd.pc %{_libdir}/libtracecmd.so %{_includedir}/trace-cmd %changelog * Tue Jul 27 2021 John 'Warthog9' Hawley (VMware) 1.1.0-1 - Forking libtracecmd to libtracecmd-1 to deal with obseleting the > 2 versions * Wed Jul 21 2021 John 'Warthog9' Hawley (VMware) 1.1.0-0 - Forking libtracecmd from the trace-cmd spec file. These are ACTIVELY different and despite coming from the same source repository. * Mon Jul 12 2021 John 'Warthog9' Hawley (VMware) 2.9.4-1 - Updating to 2.9.4 * Fri Apr 23 2021 Jerome Marchand - 2.9.2-3 - Build w/o rpath as per Fedora packaging guideline * Mon Mar 29 2021 Zamir SUN - 2.9.2-2 - Fix dependency of libtracecmd - Resolves https://bugzilla.redhat.com/show_bug.cgi?id=1943919 * Fri Mar 26 2021 Zamir SUN - 2.9.2-1 - Update to 2.9.2 * Wed Mar 24 2021 Jerome Marchand - 2.9.1-6 - Build with external libtraceevent and libtracefs * Wed Jan 27 2021 Fedora Release Engineering - 2.9.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Dec 02 2020 Zamir SUN - 2.9.1-4 - Move %{_libdir}/trace-cmd/python/ to trace-cmd-python3 * Mon Oct 12 2020 Zamir SUN - 2.9.1-3 - Temporary move libtraceevent back to trace-cmd/plugins to mitigate the conflicts * Tue Sep 29 2020 Zamir SUN - 2.9.1-2 - Remove kernelsharl as it's now separate package * Fri Aug 07 2020 Zamir SUN - 2.9.1-1 - Update to 2.9.1 * Wed Jul 29 2020 Fedora Release Engineering - 2.8.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Jeff Law - 2.8.3-3 - TRACECMD_LIBRARY can reference things in TRACEEVENT_LIBRARY, so link TRACEEVENT_LIBRARY after TRACECMD_LIBRARY. * Tue Apr 21 2020 Björn Esser - 2.8.3-2 - Rebuild (json-c) * Sat Feb 08 2020 Zamir SUN - 2.8.3-1 - Update to 2.8 - Add workaround to resolve gcc 10 multiple definition of `common_type_field' problem - Resolves 1794296 - Resolves 1727368 * Fri Jan 31 2020 Fedora Release Engineering - 2.7-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Mon Aug 19 2019 Miro Hrončok - 2.7-8 - Rebuilt for Python 3.8 * Wed Aug 07 2019 Zamir SUN - 2.7-7 - Fix more python2 residuals. - Fixes 1738158 * Sat Aug 03 2019 Zamir SUN - 2.7-6 - Switch the python plugin to python3 * Sat Jul 27 2019 Fedora Release Engineering - 2.7-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sun Feb 03 2019 Fedora Release Engineering - 2.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jul 14 2018 Fedora Release Engineering - 2.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Mar 02 2018 Zamir SUN - 2.7-2 - Add python plugins * Fri Mar 02 2018 Zamir SUN - 2.7-1 - Update to 2.7 - Remove Groups tag * Fri Feb 23 2018 Florian Weimer - 2.6.2-3 - Use LDFLAGS from redhat-rpm-config * Fri Feb 09 2018 Fedora Release Engineering - 2.6.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sat Nov 11 2017 Zamir SUN - 2.6.2-1 - Rebase to 2.6.2. * Thu Aug 03 2017 Fedora Release Engineering - 2.6.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 2.6.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Tue May 23 2017 Zamir SUN - 2.6.1-1 - Rebase to 2.6.1. * Thu Mar 30 2017 Zamir SUN - 2.6-4.20170330git013205 - Rebase to newest upstream version to include various bug fixes. * Mon Mar 27 2017 Zamir SUN - 2.6-4 - Fix bz1389219 segmentation fault in trace-cmd snapshot * Sat Feb 11 2017 Fedora Release Engineering - 2.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Oct 19 2016 Zamir SUN - 2.6-2 - Add bz1386451-trace-cmd-record-crash-f-before-e.patch - Fix rpmlint error unstripped-binary-or-object - Resolves: rhbz#1386451 * Thu Aug 18 2016 Jon Stanley - 2.6-1 - Upgrade to uptream 2.6 - Rebase distro patch - Resolves: rhbz#1365951 * Fri Feb 05 2016 Fedora Release Engineering - 2.2.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Fri Jun 19 2015 Fedora Release Engineering - 2.2.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Mon Aug 18 2014 Fedora Release Engineering - 2.2.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sun Jun 08 2014 Fedora Release Engineering - 2.2.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sun Aug 04 2013 Fedora Release Engineering - 2.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed Jul 24 2013 Jon Stanley - 2.2.1-2 - Remove addition to %%files - not needed with Makefile patch * Tue Jul 23 2013 Dwight Engen - 2.2.1-1 - Update to 2.2.1 * Wed Feb 13 2013 Jon Stanley - 2.1.0-1 - Update to latest upstream * Thu Sep 13 2012 Jon Stanley - 1.2-4.20120606git8266dff - Remove %%defattr * Thu Sep 06 2012 Jon Stanley - 1.2-3.20120606git8266dff - More review fixups * Tue Aug 28 2012 Jon Stanley - 1.2-2.20120606git8266dff - Rebase to git snapshot so it builds - Fix license tag per review - Move plugin dir per review * Mon Aug 27 2012 Jon Stanley - 1.2-1 - Rebase to 1.2 - Makefile now supports CFLAGS, drop patch * Sat Feb 19 2011 Jon Stanley - 1.0.5-1 - Rebase to 1.0.5 - Add Makefile patch to support passing RPM_OPT_FLAGS - Add kernelshark subpackage - Initial Fedora version * Mon Jul 5 2010 John Kacur - 1.0.4-7 - Rebasing to trace-cmd-1.0.4 * Wed Jun 16 2010 John Kacur - Rebasing to trace-cmd-1.0.2 - Added parse-events-Do-not-fail-on-FORMAT-TOO-BIG-event-err.patch - Added trace-cmd-Prevent-latency-tracer-plugins-from-doing-.patch - Added trace-cmd-Prevent-print_graph_duration-buffer-overfl.patch * Wed Jun 9 2010 John Kacur - Added trace-cmd-Makefile-EXTRAVERSION-should-be-set-withou.patch - Added trace-cmd-Makefile-use-a-substitution-reference.patch - add-DESTDIR-to-make.patch - Related: rhbz599507 * Fri Jun 4 2010 John Kacur - Updating to trace-cmd-1.0.1 - Related: rhbz599507 * Wed Apr 21 2010 John Kacur - Using trick from William Cohen to avoid the "locate" problem. * Fri Apr 16 2010 John Kacur - Update the source to the 1.0.0 version - Many fixes to the spec file. * Mon Apr 12 2010 William Cohen - Include manpages in the package. * Fri Apr 9 2010 John Kacur - disabled #patch01 - Updated the trace-cmd source - Changed version to 0.7.0 - Added bogus patch to satisfy rpm requirements - Related:bz519630 * Mon Mar 15 2010 John Kacur - disabled trace-cmd_rusage.patch - Updated the trace-cmd source - Related:bz519630 * Fri Nov 16 2007 Luis Claudio R. Goncalves - 1.0-1%{?dist} - Initial packaging - Added a patch to display rusage information