rpms/sympy/devel sympy.spec,1.9,1.10

Jussi Lehtola jussilehtola at fedoraproject.org
Sun Dec 27 16:25:48 UTC 2009


Author: jussilehtola

Update of /cvs/pkgs/rpms/sympy/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7100

Modified Files:
	sympy.spec 
Log Message:
Update to 0.6.6.


Index: sympy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sympy/devel/sympy.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sympy.spec	27 Dec 2009 16:01:16 -0000	1.9
+++ sympy.spec	27 Dec 2009 16:25:47 -0000	1.10
@@ -30,12 +30,13 @@ Python and does not require any external
 
 
 %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




More information about the fedora-extras-commits mailing list