JavaScript must be enabled to display the specfile.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
# SPDX-License-Identifier: GPL-2.0-only %define _unpackaged_files_terminate_build 1 Name: girar-summary Version: 1.5 Release: alt1 Summary: Summarize task build in a table License: GPL-2.0-only Group: Development/Other BuildArch: noarch Source: %name-%version.tar %description %summary %prep %setup %build %check make test %install mkdir -p %buildroot%_bindir install -p -m755 girar-summary %buildroot%_bindir install -p -m755 girar-summary-task %buildroot%_bindir %files %_bindir/girar-summary %_bindir/girar-summary-task %changelog * Wed Feb 24 2021 Vitaly Chikunov <vt@altlinux.org> 1.5-alt1 - Fix treat "build OK (cached)" as NNR for src.rpm. * Sun Dec 27 2020 Vitaly Chikunov <vt@altlinux.org> 1.4-alt1 - Treat "build OK (cached)" as NNR. * Sun Aug 02 2020 Vitaly Chikunov <vt@altlinux.org> 1.3-alt1 - Rename 'repo' column to 'name'. * Fri Jul 31 2020 Vitaly Chikunov <vt@altlinux.org> 1.2-alt1 - Fix SRPMs processing. - Process 'build swiftly' sub-tasks as NNRs. - Show skipped, swiftly [skipped], and NNR sub-tasks with a dash. - Do not output lines w/o any builds. * Fri Jul 24 2020 Vitaly Chikunov <vt@altlinux.org> 1.1-alt1 - Support SRPM builds. - Add tests. * Thu Jul 23 2020 Vitaly Chikunov <vt@altlinux.org> 1.0-alt2 - Fix executable perms. * Wed Jul 22 2020 Vitaly Chikunov <vt@altlinux.org> 1.0-alt1 - Version 1.0.