]> git.pld-linux.org Git - packages/ipython.git/commitdiff
- testing dir is needed for debugger; release 2 auto/th/ipython-5.8.0-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 22 Sep 2019 19:48:58 +0000 (21:48 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 22 Sep 2019 19:48:58 +0000 (21:48 +0200)
ipython.spec

index 5cb837dbe842ba8452533a1301b08e6b2900168a..d35513be54314244b2da803e5ca2c70f517c1a73 100644 (file)
@@ -8,7 +8,7 @@ Summary:        An enhanced Interactive Python shell
 Summary(pl.UTF-8):     Interaktywna powłoka języka Python
 Name:          ipython
 Version:       5.8.0
-Release:       1
+Release:       2
 License:       BSD
 Group:         Applications/Shells
 Source0:       http://archive.ipython.org/release/%{version}/%{name}-%{version}.tar.gz
@@ -178,7 +178,7 @@ cp -pr examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 # test suite
 %{__rm} $RPM_BUILD_ROOT%{_bindir}/iptest*
-%{__rm} -r $RPM_BUILD_ROOT%{py_sitescriptdir}/IPython/{testing,core/tests,extensions/tests,lib/tests,terminal/tests,utils/tests}
+%{__rm} -r $RPM_BUILD_ROOT%{py_sitescriptdir}/IPython/{core/tests,extensions/tests,lib/tests,terminal/tests,testing/tests,utils/tests}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.102356 seconds and 4 git commands to generate.