public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xgrep] rawhide: remove imake dependency, back to build for all arches
@ 2026-07-23 17:12 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-07-23 17:12 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/xgrep
Branch : rawhide
Commit : 93b424d5eafc60b1e3bf2f314aa585616ba59a72
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date   : 2026-07-23T14:11:59-03:00
Stats  : +1/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/xgrep/c/93b424d5eafc60b1e3bf2f314aa585616ba59a72?branch=rawhide

Log:
remove imake dependency, back to build for all arches

---
diff --git a/xgrep.spec b/xgrep.spec
index 038dc17..49ce209 100644
--- a/xgrep.spec
+++ b/xgrep.spec
@@ -7,10 +7,7 @@ Summary:        A grep-like utility for XML files
 License:        GPL-2.0-or-later
 URL:            http://www.wohlberg.net/public/software/xml/xgrep/
 Source0:        http://www.wohlberg.net/public/software/xml/xgrep/%{name}-%{version}.tar.gz
-ExcludeArch:    %{ix86}
-
 BuildRequires:  gcc
-BuildRequires:  imake
 BuildRequires:  libxml2-devel
 BuildRequires:  make
 
@@ -22,11 +19,11 @@ syntax including extended regular expressions via the -s flag.
 
 %prep
 %autosetup
+sed -i 's/all: depend/all:/' Makefile.in
 
 
 %build
 %configure
-make depend
 %make_build
 
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-23 17:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-23 17:12 [rpms/xgrep] rawhide: remove imake dependency, back to build for all arches Filipe Rosset

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox