[mozjs17] Enable check: https://bugzilla.redhat.com/show_bug.cgi?id=971519

Colin Walters walters at fedoraproject.org
Fri Jun 7 21:15:55 UTC 2013


commit 30f9c023e227610ba33f2b0ddd90892c9b0af045
Author: Colin Walters <walters at verbum.org>
Date:   Fri Jun 7 17:15:36 2013 -0400

    Enable check: https://bugzilla.redhat.com/show_bug.cgi?id=971519

 mozjs17.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/mozjs17.spec b/mozjs17.spec
index 8bdcb97..73d650b 100644
--- a/mozjs17.spec
+++ b/mozjs17.spec
@@ -1,7 +1,7 @@
 Summary:	JavaScript interpreter and libraries
 Name:		mozjs17
 Version:	17.0.0
-Release:	4%{?dist}
+Release:	5%{?dist}
 License:	GPLv2+ or LGPLv2+ or MPLv1.1
 Group:		Development/Languages
 URL:		http://www.mozilla.org/js/
@@ -46,6 +46,9 @@ chmod a+x configure
 %configure --disable-static --with-system-nspr --enable-threadsafe --enable-readline
 make %{?_smp_mflags}
 
+%check
+make -C js/src check
+
 %install
 make install DESTDIR=%{buildroot}
 # For some reason the headers and pkg-config file are executable
@@ -74,6 +77,9 @@ rm -f %{buildroot}%{_bindir}/js17-config
 %{_includedir}/js-17.0
 
 %changelog
+* Fri Jun 07 2013 Colin Walters <walters at verbum.org> 17.0.0-4
+- Enable check: https://bugzilla.redhat.com/show_bug.cgi?id=971519
+
 * Fri May 17 2013 Dan HorĂ¡k <dan[at]danny.cz> - 17.0.0-4
 - fix build on 64-bit big-endians
 


More information about the scm-commits mailing list