Name: beakerlib Summary: A shell-level integration testing library Version: 1.29.3 Release: 2 License: GPLv2 BuildArch: noarch URL: https://github.com/%{name}/%{name} Autoreq: 0 Requires: nfs-utils Requires: /bin/bash Requires: /bin/sh Recommends: /usr/bin/python3 Recommends: /usr/bin/perl Requires: grep sed iproute coreutils tar gzip Requires: util-linux which dnf-utils Requires: /usr/bin/bc /usr/bin/time Requires: (wget or curl) Suggests: wget Recommends: python3-lxml Recommends: /usr/bin/xmllint Conflicts: beakerlib-redhat < 1-30 BuildRequires: /usr/bin/pod2man perl-generators util-linux Source0: https://github.com/beakerlib/beakerlib/archive/%{version}.tar.gz Patch1: beakerlib-adapt-product-feature-to-local-release-version.patch Patch2: perl-syntax-error.patch %package_help %prep %autosetup -p1 -n %{name}-%{version} %build make build %install %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}} %{!?_tmpfilesdir: %global _tmpfilesdir %{_prefix}/lib/tmpfiles.d/} rm -rf $RPM_BUILD_ROOT make PKGDOCDIR=%{_pkgdocdir} DESTDIR=$RPM_BUILD_ROOT install mkdir -p $RPM_BUILD_ROOT/%{_tmpfilesdir} touch ./beakerlib-tmpfiles.conf cat >beakerlib-tmpfiles.conf< - 1.29.3-2 - fix modifying beakerlib deja summary execution * Tue Oct 24 2023 xujing - 1.29.3-1 - update version to 1.29.3 * Mon Jun 12 2023 yixiangzhike - 1.18.1-3 - beakerlib adapt product feature to local release version * Tue Jan 5 2021 Ge Wang - 1.18.1-2 - Modify Source file * Sat Aug 1 2020 zhangxingliang - 1.18.1-1 - Package init