From 9064b2a9ce93e186bf8988cee2b7d1e1b5b1d9cd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:30:35 +0000 Subject: [PATCH 1/4] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 695a79e6c5a4dce64a3ba18e402f44732023ea32 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:19:56 +0000 Subject: [PATCH 2/4] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From 03e6daec32e41f17832b2be13fd25b618eb6e97a Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 25 May 2026 07:07:52 +0100 Subject: [PATCH 3/4] Use various long options --- woff.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/woff.spec b/woff.spec index 6c912b4..0cde48f 100644 --- a/woff.spec +++ b/woff.spec @@ -84,10 +84,10 @@ awk ' %install # The Makefile has no install target. -install -d '%{buildroot}%{_bindir}' -install -t '%{buildroot}%{_bindir}' -p sfnt2woff woff2sfnt -install -d '%{buildroot}%{_mandir}/man1' -install -t '%{buildroot}%{_mandir}/man1' -p -m 0644 '%{SOURCE1}' '%{SOURCE2}' +install -D --preserve-timestamps \ + --target='%{buildroot}%{_bindir}' sfnt2woff woff2sfnt +install -D --preserve-timestamps --mode=0644 \ + --target='%{buildroot}%{_mandir}/man1' '%{SOURCE1}' '%{SOURCE2}' # Upstream provides no tests From 58c12d2df7d7ac58b88a866d7d473ab00833fa0f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:53:44 +0000 Subject: [PATCH 4/4] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild