forked from pool/intlfonts
Accepting request 492132 from M17N:fonts
1 OBS-URL: https://build.opensuse.org/request/show/492132 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/intlfonts?expand=0&rev=12
This commit is contained in:
commit
c70b1dc16f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 29 16:26:20 UTC 2017 - bwiedemann@suse.com
|
||||
|
||||
- call gzip -n to make build fully reproducible
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 08:51:08 UTC 2016 - normand@linux.vnet.ibm.com
|
||||
|
||||
|
@ -226,7 +226,7 @@ test ! -e Asian/tib24-mule.bdf || exit 1
|
||||
dirs="$SUBDIRS $SUBDIRS_BIG $SUBDIRS_EFONT"
|
||||
for b in $(find $dirs -name '*.bdf') ; do
|
||||
p=${b%%.bdf}.pcf
|
||||
test -s ${p}.gz || { bdftopcf -o ${p} $b && gzip -9f ${p}; }
|
||||
test -s ${p}.gz || { bdftopcf -o ${p} $b && gzip -n -9f ${p}; }
|
||||
done
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user