Accepting request 500946 from X11:XOrg
1 OBS-URL: https://build.opensuse.org/request/show/500946 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-fonts?expand=0&rev=45
This commit is contained in:
commit
9f124b4df4
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 3 16:06:58 UTC 2017 - bwiedemann@suse.com
|
||||||
|
|
||||||
|
- use wrapper script during build to call gzip -n
|
||||||
|
to not add timestamps to .gz files to have fully reproducible builds
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 11 14:49:02 UTC 2014 - sndirsch@suse.com
|
Wed Jun 11 14:49:02 UTC 2014 - sndirsch@suse.com
|
||||||
|
|
||||||
|
@ -107,6 +107,7 @@ rm -rf $RPM_BUILD_DIR/*
|
|||||||
for i in $RPM_SOURCE_DIR/*.tar.bz2; do tar xjf $i; done
|
for i in $RPM_SOURCE_DIR/*.tar.bz2; do tar xjf $i; done
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
echo -e '#!/bin/sh\nexec /usr/bin/gzip -n -9 "$@"' > ../gzip ; chmod a+x ../gzip ; PATH=`pwd`/..:$PATH
|
||||||
for dir in encodings-* $(ls | grep -v -e encodings -e alias) font-alias-* ; do
|
for dir in encodings-* $(ls | grep -v -e encodings -e alias) font-alias-* ; do
|
||||||
pushd $dir
|
pushd $dir
|
||||||
case $dir in
|
case $dir in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user