public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Matthew Krupcale <mkrupcale@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/global] f44: global.spec: add support for regenerating the build system files, parsers, and scanners
Date: Sat, 20 Jun 2026 19:43:21 GMT	[thread overview]
Message-ID: <178198460199.1.1217267224157181354.rpms-global-2204811fbe5c@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/global
            Branch : f44
            Commit : 2204811fbe5c554701be334a2b898574f749f3b5
            Author : Matthew Krupcale <mkrupcale@gmail.com>
            Date   : 2026-06-20T15:35:38-04:00
            Stats  : +17/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/global/c/2204811fbe5c554701be334a2b898574f749f3b5?branch=f44

            Log:
            global.spec: add support for regenerating the build system files, parsers, and scanners

Add support for regenerating the build system files, parsers, and scanners.

 * global.spec: add support for regenerating the build system files, parsers,
   and scanners

---
diff --git a/global.spec b/global.spec
index 5aeca02..ee99fef 100644
--- a/global.spec
+++ b/global.spec
@@ -1,3 +1,5 @@
+%bcond reconf           1
+
 Name:           global
 Version:        6.6.14
 Release:        1%{?dist}
@@ -35,6 +37,17 @@ BuildRequires:  ncurses-devel
 BuildRequires:  libtool-ltdl-devel
 BuildRequires:  python3-devel
 BuildRequires:  emacs
+%if %{with reconf}
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  gperf
+BuildRequires:  libtool
+BuildRequires:  m4
+BuildRequires:  perl-interpreter
+BuildRequires:  texinfo
+%endif
 %if 0%{?fedora} < 36
 BuildRequires:  xemacs
 %endif
@@ -67,7 +80,10 @@ through Pygments and Universal Ctags.
 
 %prep
 %autosetup -p1
-touch -r configure.ac configure aclocal.m4 Makefile.in
+%if %{with reconf}
+chmod +x reconf.sh
+./reconf.sh
+%endif
 
 %conf
 %configure --with-posix-sort=/usr/bin/sort --with-universal-ctags=/usr/bin/ctags \

                 reply	other threads:[~2026-06-20 19:43 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=178198460199.1.1217267224157181354.rpms-global-2204811fbe5c@fedoraproject.org \
    --to=mkrupcale@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