public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/global] f44: global.spec: add support for regenerating the build system files, parsers, and scanners
@ 2026-06-20 19:43 Matthew Krupcale
0 siblings, 0 replies; only message in thread
From: Matthew Krupcale @ 2026-06-20 19:43 UTC (permalink / raw)
To: git-commits
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 \
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-20 19:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-20 19:43 [rpms/global] f44: global.spec: add support for regenerating the build system files, parsers, and scanners Matthew Krupcale
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox