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] f43: global.spec: add support for regenerating the build system files, parsers, and scanners
Date: Sat, 20 Jun 2026 19:50:42 GMT [thread overview]
Message-ID: <178198504258.1.10492641871990734738.rpms-global-e46d8a0a16a2@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/global
Branch : f43
Commit : e46d8a0a16a2fecc10a2468af7db9876e59cdf1a
Author : Matthew Krupcale <mkrupcale@gmail.com>
Date : 2026-06-20T15:35:48-04:00
Stats : +17/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/global/c/e46d8a0a16a2fecc10a2468af7db9876e59cdf1a?branch=f43
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 c0d291c..0f4f6fa 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:50 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=178198504258.1.10492641871990734738.rpms-global-e46d8a0a16a2@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