orion pushed to sympy (epel7). "Update to 0.6.6."

notifications at fedoraproject.org notifications at fedoraproject.org
Thu May 21 16:11:08 UTC 2015


From 28422ac9917a8fda2b1d78659a0fd9881b81346f Mon Sep 17 00:00:00 2001
From: Jussi Lehtola <jussilehtola at fedoraproject.org>
Date: Sun, 27 Dec 2009 16:25:47 +0000
Subject: Update to 0.6.6.


diff --git a/.cvsignore b/.cvsignore
index 3793b80..a4c4fae 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-sympy-0.6.5.tar.gz
+sympy-0.6.6.tar.gz
diff --git a/sources b/sources
index 8ac993c..1def233 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-468589180c259a5b394bc04cdffbfe98  sympy-0.6.5.tar.gz
+aa7be690a1df7e7415fe968f5e076733  sympy-0.6.6.tar.gz
diff --git a/sympy.spec b/sympy.spec
index 2b1c039..e849884 100644
--- a/sympy.spec
+++ b/sympy.spec
@@ -30,12 +30,13 @@ Python and does not require any external libraries.
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
-
+rm -rf %{buildroot}
+%{__python} setup.py install -O1 --skip-build --root %{buildroot}
+# Remove extra files
+rm -f %{buildroot}%{_bindir}/{,doc}test
  
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 
 %files
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/sympy.git/commit/?h=epel7&id=28422ac9917a8fda2b1d78659a0fd9881b81346f


More information about the scm-commits mailing list