[printrun] Do not longer depend on skeinforge, as it appears nobody uses it

Miro Hrončok churchyard at fedoraproject.org
Sat Oct 25 13:37:01 UTC 2014


commit 2cf63721cf9f939685b28325b9647fb06a419fbb
Author: Miro Hrončok <miro at hroncok.cz>
Date:   Sat Oct 25 15:36:46 2014 +0200

    Do not longer depend on skeinforge, as it appears nobody uses it

 printrun.spec |   25 ++++++++++++-------------
 1 files changed, 12 insertions(+), 13 deletions(-)
---
diff --git a/printrun.spec b/printrun.spec
index 9b12842..ef8f9a7 100644
--- a/printrun.spec
+++ b/printrun.spec
@@ -4,7 +4,7 @@ Name:           printrun
 %global day     30
 Version:        %{year}.%{month}.%{day}
 %global tag     %{name}-%{year}%{month}%{day}
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        RepRap printer interface and tools
 # AppData is CC0
 License:        GPLv3+ and CC0
@@ -33,8 +33,8 @@ Requires:       plater = %{version}-%{release}
 Printrun is a set of G-code sending applications for RepRap.
 It consists of printcore (dumb G-code sender), pronsole (featured command line
 G-code sender), pronterface (featured G-code sender with graphical user
-interface), and a small collection of helpful scripts. Together with skeinforge
-they form a pretty powerful softwarecombo. This package installs whole Printrun.
+interface), and a small collection of helpful scripts.
+This package installs whole Printrun.
 
 ###############################################
 
@@ -50,7 +50,6 @@ This package contains common files.
 %package     -n pronsole
 Summary:        CLI interface for RepRap
 Requires:       pyserial
-Requires:       skeinforge
 Requires:       %{name}-common = %{version}-%{release}
 %if 0%{?fedora} > 20
 # not to change arch in current releases
@@ -59,8 +58,7 @@ BuildArch:      noarch
 
 %description -n pronsole
 Pronsole is a featured command line G-code sender.
-It controls the ReRap printer and integrates skeinforge.
-It is a part of Printrun.
+It controls the ReRap printer. It is a part of Printrun.
 
 ################################################
 
@@ -75,8 +73,7 @@ BuildArch:      noarch
 
 %description -n prontserve
 Pronserve is a featured web G-code sender.
-It controls the ReRap printer and integrates skeinforge.
-It is a part of Printrun.
+It controls the ReRap printer. It is a part of Printrun.
 %endif
 
 ################################################
@@ -94,8 +91,7 @@ BuildArch:      noarch
 
 %description -n pronterface
 Pronterface is a featured G-code sender with graphical user interface.
-It controls the ReRap printer and integrates skeinforge.
-It is a part of Printrun.
+It controls the ReRap printer. It is a part of Printrun.
 
 ###############################################
 
@@ -120,9 +116,9 @@ It is a part of Printrun.
 %setup -qn Printrun-%{tag}
 %patch0 -p1
 
-# use launchers for skeinforge
-sed -i 's|python skeinforge/skeinforge_application/skeinforge.py|skeinforge|' %{name}/pronsole.py
-sed -i 's|python skeinforge/skeinforge_application/skeinforge_utilities/skeinforge_craft.py|skeinforge-craft|' %{name}/pronsole.py
+# remove bundled skeinforge link
+sed -i 's|python skeinforge/skeinforge_application/skeinforge.py|set-your-slicer-in-settings|' %{name}/pronsole.py
+sed -i 's|python skeinforge/skeinforge_application/skeinforge_utilities/skeinforge_craft.py|set-your-slicer-in-settings|' %{name}/pronsole.py
 
 # sed upstream's desktop files to remove .py extensions from Exec
 sed -i 's/.py//' *.desktop
@@ -220,6 +216,9 @@ rm -f %{buildroot}%{_bindir}/prontserve*
 %doc README* COPYING
 
 %changelog
+* Sat Oct 25 2014 Miro Hrončok <mhroncok at redhat.com> - 2014.07.30-3
+- Do not longer depend on skeinforge, as it appears nobody uses it
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2014.07.30-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list