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/dc3dd] rawhide: spec cleanup, fix F45FTBFS
Date: Wed, 22 Jul 2026 23:39:15 GMT	[thread overview]
Message-ID: <178476355576.1.14392109359494968052.rpms-dc3dd-cd90f6abcf82@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/dc3dd
Branch : rawhide
Commit : cd90f6abcf82461e646b21d0e44ef53ebe33ee58
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date   : 2026-07-21T01:28:12-03:00
Stats  : +14/-10 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/dc3dd/c/cd90f6abcf82461e646b21d0e44ef53ebe33ee58?branch=rawhide

Log:
spec cleanup, fix F45FTBFS

---
diff --git a/dc3dd.spec b/dc3dd.spec
index d38c886..e884992 100644
--- a/dc3dd.spec
+++ b/dc3dd.spec
@@ -19,16 +19,18 @@ Patch2:         dc3dd-configure-c99.patch
 # Patch2:         dc3dd-02_fix-FTBFS-with-glibc-2.28.patch
 
 
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  gcc
-BuildRequires:  git
 BuildRequires:  gettext
 BuildRequires:  gettext-devel
-BuildRequires:  gnulib-devel
-BuildRequires:  perl(Locale::gettext)
-BuildRequires:  perl(I18N::Langinfo)
-BuildRequires:  p7zip
-BuildRequires:  m4, readline-devel, autoconf, automake
+BuildRequires:  git
+BuildRequires:  m4
 BuildRequires:  make
+BuildRequires:  p7zip
+BuildRequires:  perl(I18N::Langinfo)
+BuildRequires:  perl(Locale::gettext)
+BuildRequires:  readline-devel
 
 %description
 dc3dd is a patched version of GNU dd to include a number of features useful
@@ -51,7 +53,7 @@ were rewritten for dc3dd.
 
 
 %prep
-%autosetup -S git
+%autosetup -p1
 
 #Missing x flag in version 7.2.646 makes the build fail
 chmod +x build-aux/git-version-gen configure
@@ -65,11 +67,13 @@ export CFLAGS="${CFLAGS} -std=gnu99"
 autoreconf -vif #BZ925238 - support aarch64
 # TODO check the --enable-hdparm option
 %configure 
-make %{?_smp_mflags}
+%make_build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+%make_install
+
+%check
+%make_build check
 
 %find_lang %{name}
 

                 reply	other threads:[~2026-07-22 23:39 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=178476355576.1.14392109359494968052.rpms-dc3dd-cd90f6abcf82@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