From c439b253fa0bdba2e2f5569e22c8339d20ed39de943400ee45c1e5932029cb42 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 26 Jul 2017 09:17:08 +0000 Subject: [PATCH] Accepting request 512387 from home:jengelh:branches:M17N:fonts - Drop author list. Use more safe quoting of shell vars. OBS-URL: https://build.opensuse.org/request/show/512387 OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/courier-prime-fonts?expand=0&rev=5 --- courier-prime-fonts.changes | 5 +++++ courier-prime-fonts.spec | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/courier-prime-fonts.changes b/courier-prime-fonts.changes index d8d9a80..1e81473 100644 --- a/courier-prime-fonts.changes +++ b/courier-prime-fonts.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 24 23:31:12 UTC 2017 - jengelh@inai.de + +- Drop author list. Use more safe quoting of shell vars. + ------------------------------------------------------------------- Sun Sep 18 19:50:19 UTC 2016 - guoyunhebrave@gmail.com diff --git a/courier-prime-fonts.spec b/courier-prime-fonts.spec index 4a7a501..8c046c2 100644 --- a/courier-prime-fonts.spec +++ b/courier-prime-fonts.spec @@ -36,8 +36,6 @@ BuildArch: noarch Courier Prime is a Courier-like monospace fonts for screenplay (and other use cases). It is optimized for 12 point size and matches the metrics of Courier. -Designer: Alan Dague-Greene for John August and Quote-Unquote Apps - %prep %setup -c %setup -T -D -a 1 @@ -50,7 +48,7 @@ mv CourierPrimeSans-master/ttf/*.ttf ./ mv ttf/*.ttf ./ # Replace spaces in filenames -for file in *.ttf; do mv "$file" `echo $file | tr ' ' '_'` ; done +for file in *.ttf; do mv "$file" "$(echo "$file" | tr ' ' '_')"; done # Fix DOS line endings sed -i 's/\r//g' LICENSE README