public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/bonnie++] f43: Modernize spec file: use license macro, remove old comments and fix man page glob
@ 2026-05-30 18:13 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-05-30 18:13 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/bonnie++
Branch : f43
Commit : c731fc1144994d7f05bdd693f70918d813f96e28
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-03-14T12:25:29-03:00
Stats : +4/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/bonnie++/c/c731fc1144994d7f05bdd693f70918d813f96e28?branch=f43
Log:
Modernize spec file: use license macro, remove old comments and fix man page glob
---
diff --git a/bonnie++.spec b/bonnie++.spec
index 1fb5d25..d6765a6 100644
--- a/bonnie++.spec
+++ b/bonnie++.spec
@@ -2,7 +2,6 @@ Name: bonnie++
Version: 2.00a
Release: %autorelease
Summary: Filesystem and disk benchmark & burn-in suite
-# Automatically converted from old format: GPLv2 - review is highly recommended.
License: GPL-2.0-only
URL: http://www.coker.com.au/bonnie++/
Source0: http://www.coker.com.au/bonnie++/experimental/bonnie++-%{version}.tgz
@@ -30,6 +29,7 @@ test servers.
%autosetup -p1
%build
+# CFLAGS needs to be passed to make because Makefile.in doesn't use it from env
%configure --disable-stripping
%make_build CFLAGS="-std=c++14 $RPM_OPT_FLAGS"
@@ -37,12 +37,13 @@ test servers.
%make_install
%files
-%doc readme.html copyright.txt credits.txt debian/changelog
+%license copyright.txt
+%doc readme.html credits.txt debian/changelog
%{_mandir}/man1/bon_csv2html.1*
%{_mandir}/man1/bon_csv2txt.1*
%{_mandir}/man1/generate_randfile.1*
%{_mandir}/man8/bonnie++.8*
-%{_mandir}/man8/getc_putc.8.*
+%{_mandir}/man8/getc_putc.8*
%{_mandir}/man8/zcav.8*
%{_bindir}/bonnie++
%{_bindir}/getc_putc
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-30 18:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-30 18:13 [rpms/bonnie++] f43: Modernize spec file: use license macro, remove old comments and fix man page glob Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox