postgis: Fix rpmlint warning

This commit is contained in:
Devrim Gündüz 2019-02-04 18:00:17 +00:00
parent 71aeb7ce18
commit 886f3a63da

View File

@ -233,8 +233,8 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/shp2pgsql-gui.deskto
export PGIS_REG_TMPDIR=`mktemp -d` export PGIS_REG_TMPDIR=`mktemp -d`
if ! LD_LIBRARY_PATH=%{buildroot}%_libdir make check %{_smp_mflags} ; then if ! LD_LIBRARY_PATH=%{buildroot}%_libdir make check %{_smp_mflags} ; then
for file in $(find $PGIS_REG_TMPDIR -name '*_diff'); do for file in $(find $PGIS_REG_TMPDIR -name '*_diff'); do
echo "== $file ==" echo "== $file =="
cat "$file" cat "$file"
done done
%ifnarch %ix86 ppc64 s390x %ifnarch %ix86 ppc64 s390x
# rhbz#1503453 # rhbz#1503453