[pyfribidi] Fix %check not running

Hans de Goede jwrdegoede at fedoraproject.org
Fri May 10 14:39:38 UTC 2013


commit fd80e11edbd8c1d61eec4eeb8a9f42330b762095
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Fri May 10 16:43:23 2013 +0200

    Fix %check not running

 pyfribidi.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pyfribidi.spec b/pyfribidi.spec
index 1b61b41..df866fe 100644
--- a/pyfribidi.spec
+++ b/pyfribidi.spec
@@ -32,7 +32,7 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
 
 
 %check
-ln -s build/lib.linux-*/pyfribidi.so .
+ln -s build/lib.linux-*/_pyfribidi.so .
 python test_pyfribidi.py
 
  


More information about the scm-commits mailing list