Disable (make check) to allow parallel 32-bit and 64-bit builds

* Fri Jan 21 2011 Miloslav Trmač <mitr@redhat.com> - 0.57.1-3
- Disable (make check) to allow parallel 32-bit and 64-bit builds
This commit is contained in:
Miloslav Trmač 2011-01-21 17:21:05 +01:00
parent f1b8dca502
commit 9ee0ddb011

View File

@ -2,7 +2,7 @@
Name: libuser
Version: 0.57.1
Release: 2%{?dist}
Release: 3%{?dist}
Group: System Environment/Base
License: LGPLv2+
URL: https://fedorahosted.org/libuser/
@ -63,7 +63,9 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
%check
make check
# This uses fixed port numbers, and thus breaks when building 32-bit and 64-bit
# packages in parallel on the same machine
# make check
# Verify that all python modules load, just in case.
LD_LIBRARY_PATH=$RPM_BUILD_ROOT/%{_libdir}:${LD_LIBRARY_PATH}
@ -105,6 +107,9 @@ python -c "import libuser"
%{_datadir}/gtk-doc/html/*
%changelog
* Fri Jan 21 2011 Miloslav Trmač <mitr@redhat.com> - 0.57.1-3
- Disable (make check) to allow parallel 32-bit and 64-bit builds
* Thu Jan 20 2011 Miloslav Trmač <mitr@redhat.com> - 0.57.1-2
- Don't default commonName to gecos if it is empty
Resolves: #670151