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:
parent
f1b8dca502
commit
9ee0ddb011
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: libuser
|
Name: libuser
|
||||||
Version: 0.57.1
|
Version: 0.57.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://fedorahosted.org/libuser/
|
URL: https://fedorahosted.org/libuser/
|
||||||
@ -63,7 +63,9 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
|
|||||||
|
|
||||||
%check
|
%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.
|
# Verify that all python modules load, just in case.
|
||||||
LD_LIBRARY_PATH=$RPM_BUILD_ROOT/%{_libdir}:${LD_LIBRARY_PATH}
|
LD_LIBRARY_PATH=$RPM_BUILD_ROOT/%{_libdir}:${LD_LIBRARY_PATH}
|
||||||
@ -105,6 +107,9 @@ python -c "import libuser"
|
|||||||
%{_datadir}/gtk-doc/html/*
|
%{_datadir}/gtk-doc/html/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jan 20 2011 Miloslav Trmač <mitr@redhat.com> - 0.57.1-2
|
||||||
- Don't default commonName to gecos if it is empty
|
- Don't default commonName to gecos if it is empty
|
||||||
Resolves: #670151
|
Resolves: #670151
|
||||||
|
Loading…
Reference in New Issue
Block a user