]> git.pld-linux.org Git - packages/python-sphinx-gallery.git/commitdiff
- fix non-deterministic tools packaging; release 2 auto/th/python-sphinx-gallery-0.4.0-2
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 17 Sep 2019 14:48:10 +0000 (16:48 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 17 Sep 2019 14:48:10 +0000 (16:48 +0200)
python-sphinx-gallery.spec

index aa9ff789f355172bf5d79db18416664eb4f84fdd..2681288516cf5ac13e76c774c7806c95fa7dfafe 100644 (file)
@@ -8,7 +8,7 @@ Summary:        Sphinx extension to automatically generate an examples gallery
 Summary(pl.UTF-8):     Rozszerzenie Sphinksa do automatycznego generowania galerii przykładów
 Name:          python-sphinx-gallery
 Version:       0.4.0
-Release:       1
+Release:       2
 License:       BSD
 Group:         Libraries/Python
 #Source0Download: https://pypi.org/simple/sphinx-gallery/
@@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %py_postclean
 %{__rm} -r $RPM_BUILD_ROOT%{py_sitescriptdir}/sphinx_gallery/tests
+
+# ensure tools come from python3 package
+%{__rm} $RPM_BUILD_ROOT%{_bindir}/*
 %endif
 
 %if %{with python3}
This page took 0.147425 seconds and 5 git commands to generate.