[packages/font-config-info] - rel 3, fix sed invocation
baggins
baggins at pld-linux.org
Sat Mar 21 23:29:47 CET 2026
commit ed5f9b454762a3d7c9e47d4f06188277a5809b92
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sun Mar 22 00:29:28 2026 +0100
- rel 3, fix sed invocation
font-config-info.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/font-config-info.spec b/font-config-info.spec
index 149f44d..60fd9f2 100644
--- a/font-config-info.spec
+++ b/font-config-info.spec
@@ -2,7 +2,7 @@ Summary: Prints a Linux system's font configuration
Summary(pl.UTF-8): Wypisywanie konfiguracji fontów systemowych pod Linuksem
Name: font-config-info
Version: 0.2
-Release: 2
+Release: 3
License: ASL 2.0
Group: Applications
Source0: https://github.com/derat/font-config-info/archive/master/%{name}-%{version}.tar.gz
@@ -30,9 +30,9 @@ przy diagnostyce problemów z renderowaniem fontów.
%prep
%setup -qc
-mv %{name}-*/* .
+%{__mv} %{name}-*/* .
-%{__sed} -i -e 's/gcc -Wall/%{__cc} %{rpmcflags}/' Makefile
+%{__sed} -i -e 's|gcc -Wall|%{__cc} %{rpmcflags}|' Makefile
%build
%{__make}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/font-config-info.git/commitdiff/ed5f9b454762a3d7c9e47d4f06188277a5809b92
More information about the pld-cvs-commit
mailing list