move "make test" to %check
This commit is contained in:
parent
6a0eda317b
commit
1315c58501
@ -24,6 +24,8 @@ tar -xf testsuite.tar
|
|||||||
%build
|
%build
|
||||||
md5sum -c MD5sums
|
md5sum -c MD5sums
|
||||||
make
|
make
|
||||||
|
|
||||||
|
%check
|
||||||
make test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -41,7 +43,8 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Sep 27 2007 Nils Philippsen <nphilipp@redhat.com> - 1.10-3
|
* Mon Sep 27 2007 Nils Philippsen <nphilipp@redhat.com> - 1.10-3
|
||||||
- don't expect find output to be sorted (#237687, patch by Giuseppe Bonacci)
|
- don't expect find output to be sorted, move "make test" to %%check (#237687,
|
||||||
|
patch by Giuseppe Bonacci)
|
||||||
- change license tag to "GPLv2"
|
- change license tag to "GPLv2"
|
||||||
|
|
||||||
* Mon Aug 28 2006 Nils Philippsen <nphilipp@redhat.com> - 1.10-2
|
* Mon Aug 28 2006 Nils Philippsen <nphilipp@redhat.com> - 1.10-2
|
||||||
|
Loading…
Reference in New Issue
Block a user