Accepting request 533095 from M17N:fonts

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/533095
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/courier-prime-fonts?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2017-10-11 21:02:32 +00:00 committed by Git OBS Bridge
commit f129b021be
2 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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