public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xgrep] rawhide: imake dropped x86 support, spec cleanup and modernization
@ 2026-07-22 3:10 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-07-22 3:10 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/xgrep
Branch : rawhide
Commit : 225589aa5c5e9a9594527459b5528d58c3a1acf8
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-07-22T00:09:34-03:00
Stats : +20/-16 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/xgrep/c/225589aa5c5e9a9594527459b5528d58c3a1acf8?branch=rawhide
Log:
imake dropped x86 support, spec cleanup and modernization
---
diff --git a/xgrep.spec b/xgrep.spec
index 3758f6f..bb12079 100644
--- a/xgrep.spec
+++ b/xgrep.spec
@@ -1,16 +1,18 @@
-Name: xgrep
-Version: 0.08
-Release: 27%{?dist}
-Summary: A grep-like utility for XML files
+Name: xgrep
+Version: 0.08
+Release: 27%{?dist}
+Summary: A grep-like utility for XML files
# Automatically converted from old format: GPLv2+ - review is highly recommended.
-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
+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: make
BuildRequires: gcc
-BuildRequires: libxml2-devel, pcre-devel, imake
+BuildRequires: imake
+BuildRequires: libxml2-devel
+BuildRequires: make
%description
XGrep provides facilities for searching content in XML files. The
@@ -19,25 +21,27 @@ syntax including extended regular expressions via the -s flag.
%prep
-%setup -q
+%autosetup
%build
%configure
make depend
-make %{?_smp_mflags}
+%make_build
%install
-rm -rf %{buildroot}
-make install DESTDIR=%{buildroot}
+%make_install
+%check
+
%files
-%doc README GPL ChangeLog NEWS
-%{_bindir}/*
-%{_mandir}/*/*
+%license GPL
+%doc README ChangeLog NEWS
+%{_bindir}/xgrep
+%{_mandir}/man1/xgrep.1*
%changelog
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-22 3:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-22 3:10 [rpms/xgrep] rawhide: imake dropped x86 support, spec cleanup and modernization Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox