- no longer ignore make check result on ppc64

This commit is contained in:
Tomáš Mráz 2010-01-11 16:42:17 +00:00
parent 662ed0025e
commit 3630fafae8

View File

@ -3,7 +3,7 @@
Summary: The ASN.1 library used in GNUTLS Summary: The ASN.1 library used in GNUTLS
Name: libtasn1 Name: libtasn1
Version: 2.3 Version: 2.3
Release: %release_func 1 Release: %release_func 2
# The libtasn1 library is LGPLv2+, utilities are GPLv3+ # The libtasn1 library is LGPLv2+, utilities are GPLv3+
License: GPLv3+ and LGPLv2+ License: GPLv3+ and LGPLv2+
@ -71,13 +71,7 @@ rm -f $RPM_BUILD_ROOT{%_libdir/*.la,%_infodir/dir}
%check %check
%ifarch ppc64 make check
rc=true
%else
rc=false
%endif
make check || $rc
%clean %clean
@ -117,6 +111,9 @@ test "$1" = 0 -a -f %_infodir/%name.info.gz && \
%changelog %changelog
* Mon Jan 11 2010 Tomas Mraz <tmraz@redhat.com> - 2.3-2
- no longer ignore make check result on ppc64
* Tue Aug 11 2009 Tomas Mraz <tmraz@redhat.com> - 2.3-1 * Tue Aug 11 2009 Tomas Mraz <tmraz@redhat.com> - 2.3-1
- updated to new upstream version - updated to new upstream version
- fix warnings when installed with --excludedocs (#515950) - fix warnings when installed with --excludedocs (#515950)