2022-08-05 17:18:20 +00:00
|
|
|
%global mainlibsover 10
|
|
|
|
%global addrlibsover 3
|
2022-05-12 00:34:22 +00:00
|
|
|
|
2022-08-05 17:18:20 +00:00
|
|
|
%global upstream_ver 0.4.1
|
2022-08-06 21:26:08 +00:00
|
|
|
%global commit 9184e5c9519ea10efc74d2c4c27a62bd4fbf50fa
|
2022-08-05 17:18:20 +00:00
|
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
2022-08-06 21:26:08 +00:00
|
|
|
%global date 20220806
|
2022-04-12 20:54:08 +00:00
|
|
|
|
2021-04-05 02:23:40 +00:00
|
|
|
Name: libkdumpfile
|
2022-08-05 17:18:20 +00:00
|
|
|
Version: %{upstream_ver}^%{date}%{shortcommit}
|
2022-04-21 22:16:12 +00:00
|
|
|
Release: %autorelease
|
2021-04-05 02:23:40 +00:00
|
|
|
Summary: Kernel coredump file access
|
|
|
|
|
|
|
|
License: LGPLv3+ or GPLv2+
|
|
|
|
URL: https://github.com/ptesarik/libkdumpfile
|
2022-08-05 17:18:20 +00:00
|
|
|
# Source: %%{url}/releases/download/v%%{version}/%%{name}-%%{version}.tar.gz
|
|
|
|
Source0: %{url}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
|
|
|
|
# https://github.com/ptesarik/libkdumpfile/pull/45
|
|
|
|
Patch: fix-python-311-tests.diff
|
2021-04-05 02:23:40 +00:00
|
|
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: doxygen
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: sed
|
2022-08-05 17:18:20 +00:00
|
|
|
BuildRequires: libzstd-devel
|
2021-04-05 02:23:40 +00:00
|
|
|
BuildRequires: lzo-devel
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: snappy-devel
|
|
|
|
BuildRequires: zlib-devel
|
2022-08-05 17:18:20 +00:00
|
|
|
# for non-release builds
|
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: libtool
|
2021-04-05 02:23:40 +00:00
|
|
|
|
2022-04-21 22:17:27 +00:00
|
|
|
%global _description %{expand:
|
|
|
|
libkdumpfile is a library to read kdump-compressed kernel core dumps.}
|
|
|
|
|
|
|
|
%description %{_description}
|
2021-04-05 02:23:40 +00:00
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
2022-04-21 22:17:27 +00:00
|
|
|
%description devel %{_description}
|
|
|
|
|
2021-04-05 02:23:40 +00:00
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
%package doc
|
|
|
|
Summary: Documentation for %{name}
|
|
|
|
|
2022-04-21 22:17:27 +00:00
|
|
|
%description doc %{_description}
|
|
|
|
|
2021-04-05 02:23:40 +00:00
|
|
|
The %{name}-doc package contains documentation for %{name}.
|
|
|
|
|
2022-04-12 20:54:08 +00:00
|
|
|
%package -n python3-%{name}
|
2021-04-05 02:23:40 +00:00
|
|
|
Summary: Python bindings for %{name}
|
2022-04-21 22:17:27 +00:00
|
|
|
Obsoletes: %{name}-python < 0.4.0-6
|
2022-04-12 20:54:08 +00:00
|
|
|
Provides: %{name}-python = %{version}-%{release}
|
|
|
|
Provides: %{name}-python%{?_isa} = %{version}-%{release}
|
2021-04-05 02:23:40 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
2022-04-21 22:17:27 +00:00
|
|
|
%description -n python3-%{name} %{_description}
|
|
|
|
|
2022-04-12 20:54:08 +00:00
|
|
|
The python3-%{name} package contains Python bindings for %{name}.
|
2021-04-05 02:23:40 +00:00
|
|
|
|
|
|
|
%package util
|
|
|
|
Summary: Utilities to read kernel core dumps
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
2022-04-21 22:17:27 +00:00
|
|
|
%description util %{_description}
|
2021-04-05 02:23:40 +00:00
|
|
|
The %{name}-devel package contains misc utilities built with %{name}.
|
|
|
|
|
2022-04-21 22:17:27 +00:00
|
|
|
|
2021-04-05 02:23:40 +00:00
|
|
|
%prep
|
2022-08-05 17:18:20 +00:00
|
|
|
%autosetup -p1 -n %{name}-%{commit}
|
2021-04-05 02:23:40 +00:00
|
|
|
# Remove unneeded shebang
|
|
|
|
sed -e "\|#!/usr/bin/env python|d" -i python/*/*.py
|
2022-08-05 17:18:20 +00:00
|
|
|
# non-release builds
|
|
|
|
autoreconf -fiv
|
2021-04-05 02:23:40 +00:00
|
|
|
|
2022-04-21 22:17:27 +00:00
|
|
|
|
2021-04-05 02:23:40 +00:00
|
|
|
%build
|
2022-05-11 18:56:40 +00:00
|
|
|
%configure
|
2021-04-05 02:23:40 +00:00
|
|
|
%make_build
|
|
|
|
%{__make} doxygen-doc
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
2022-05-11 18:56:40 +00:00
|
|
|
# static artifacts are needed to run tests, but we don't
|
|
|
|
# want to ship them
|
|
|
|
find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';'
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
2022-05-12 00:34:22 +00:00
|
|
|
%make_build check
|
2021-04-05 02:23:40 +00:00
|
|
|
|
2022-04-21 22:17:27 +00:00
|
|
|
|
2021-04-05 02:23:40 +00:00
|
|
|
%files
|
|
|
|
%license COPYING COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv3
|
2022-04-12 20:54:08 +00:00
|
|
|
%doc README.md NEWS
|
2022-04-21 22:17:27 +00:00
|
|
|
%{_libdir}/libaddrxlat.so.%{addrlibsover}{,.*}
|
|
|
|
%{_libdir}/libkdumpfile.so.%{mainlibsover}{,.*}
|
2021-04-05 02:23:40 +00:00
|
|
|
|
|
|
|
%files devel
|
2022-04-12 20:54:08 +00:00
|
|
|
%{_includedir}/%{name}/
|
|
|
|
%{_libdir}/libaddrxlat.so
|
|
|
|
%{_libdir}/libkdumpfile.so
|
2021-04-05 02:23:40 +00:00
|
|
|
%{_libdir}/pkgconfig/libaddrxlat.pc
|
|
|
|
%{_libdir}/pkgconfig/libkdumpfile.pc
|
|
|
|
|
|
|
|
%files doc
|
|
|
|
%license COPYING COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv3
|
|
|
|
%doc doc/html
|
|
|
|
|
2022-04-12 20:54:08 +00:00
|
|
|
%files -n python3-%{name}
|
2022-08-05 17:18:20 +00:00
|
|
|
%{python3_sitearch}/%{name}-%{upstream_ver}-*.egg-info
|
2022-04-21 22:17:27 +00:00
|
|
|
%{python3_sitearch}/addrxlat/
|
|
|
|
%{python3_sitearch}/_addrxlat.*.so
|
|
|
|
%{python3_sitearch}/kdumpfile/
|
|
|
|
%{python3_sitearch}/_kdumpfile.*.so
|
2021-04-05 02:23:40 +00:00
|
|
|
|
|
|
|
%files util
|
2022-04-12 20:54:08 +00:00
|
|
|
%{_bindir}/dumpattr
|
|
|
|
%{_bindir}/listxendoms
|
|
|
|
%{_bindir}/showxlat
|
2021-04-05 02:23:40 +00:00
|
|
|
|
|
|
|
%changelog
|
2022-04-21 22:16:12 +00:00
|
|
|
%autochangelog
|