[pygobject3] build without tests temporarily

Matthias Clasen mclasen at fedoraproject.org
Wed Jan 16 23:17:44 UTC 2013


commit f38e91d5b03cba93dda9ef97eea270e251cba7d7
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Wed Jan 16 18:17:25 2013 -0500

    build without tests temporarily
    
    Some of the gtk tests seem to test non-guaranteed behaviour that
    recently changed (testing values of cell renderer properties outside
    drawing functions).

 pygobject3.spec |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/pygobject3.spec b/pygobject3.spec
index 00a0fc6..28a49a7 100644
--- a/pygobject3.spec
+++ b/pygobject3.spec
@@ -16,7 +16,7 @@
   %global verbosity %{nil}
 %endif
 
-%global with_check 1
+%global with_check 0
 
 ### Abstract ###
 
@@ -175,8 +175,6 @@ popd
 %endif # with_python3
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 %if 0%{?with_python3}
 pushd %{py3dir}
 PYTHON=%{__python3}


More information about the scm-commits mailing list