public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/bonnie++] f44: Modernize spec file: use license macro, remove old comments and fix man page glob
Date: Sat, 30 May 2026 18:13:02 GMT	[thread overview]
Message-ID: <178016478264.1.12010875018263750903.rpms-bonnie++-c731fc114499@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/bonnie++
Branch : f44
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=f44

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

                 reply	other threads:[~2026-05-30 18:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178016478264.1.12010875018263750903.rpms-bonnie++-c731fc114499@fedoraproject.org \
    --to=rosset.filipe@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox