[slic3r/f17] Removed (optional) usage of Net::DBus

Miro Hrončok churchyard at fedoraproject.org
Tue Apr 23 21:10:37 UTC 2013


commit a05f67655a048a00438eec7381636de262d71ca6
Author: Miro Hrončok <miro at hroncok.cz>
Date:   Tue Apr 23 23:10:04 2013 +0200

    Removed (optional) usage of Net::DBus

 slic3r.spec |   35 ++++++++++++++++++++---------------
 1 files changed, 20 insertions(+), 15 deletions(-)
---
diff --git a/slic3r.spec b/slic3r.spec
index 5484f89..b0521dd 100644
--- a/slic3r.spec
+++ b/slic3r.spec
@@ -1,6 +1,6 @@
 Name:           slic3r
 Version:        0.9.7
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)
 License:        AGPLv3 and CC-BY
 # Images are CC-BY, code is AGPLv3
@@ -17,32 +17,33 @@ Patch0:         %{name}-datadir.patch
 # Reasons are a bit complicated and are described in the patch
 Patch1:         %{name}-english-locale.patch
 
+# Removed (optional) usage of Net::DBus
+Patch2:         %{name}-remove-net-dbus.patch
+
 Source1:        %{name}.desktop
 BuildArch:      noarch
-BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Boost::Geometry::Utils)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(Growl::GNTP)
+BuildRequires:  perl(IO::Scalar)
 BuildRequires:  perl(List::Util)
-BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Math::Clipper) >= 1.14
-BuildRequires:  perl(Moo) >= 0.091009
-BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(Math::ConvexHull) >= 1.0.4
 BuildRequires:  perl(Math::ConvexHull::MonotoneChain)
-BuildRequires:  perl(XML::SAX)
-BuildRequires:  perl(XML::SAX::ExpatXS)
+BuildRequires:  perl(Math::ConvexHull) >= 1.0.4
+BuildRequires:  perl(Math::Geometry::Voronoi)
 BuildRequires:  perl(Math::PlanePath)
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Moo) >= 0.091009
+BuildRequires:  perl(parent)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(SVG)
-BuildRequires:  perl(parent)
+BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Wx)
-BuildRequires:  perl(Boost::Geometry::Utils)
-BuildRequires:  perl(Math::Geometry::Voronoi)
-BuildRequires:  perl(Growl::GNTP)
-BuildRequires:  perl(Net::DBus)
-BuildRequires:  perl(IO::Scalar)
+BuildRequires:  perl(XML::SAX)
+BuildRequires:  perl(XML::SAX::ExpatXS)
 BuildRequires:  desktop-file-utils
 Requires:       perl(XML::SAX)
 Requires:       perl(Growl::GNTP)
-Requires:       perl(Net::DBus)
 Requires:       perl(Math::Clipper) >= 1.14
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
@@ -62,6 +63,7 @@ for more information.
 %setup -qn Slic3r-%{commit}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 perl Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS"
@@ -94,6 +96,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}
 %{_mandir}/man3/*
 
 %changelog
+* Tue Apr 23 2013 Miro Hrončok <mhroncok at redhat.com> - 0.9.7-5
+- Removed (optional) usage of Net::DBus
+
 * Fri Mar 29 2013 Miro Hrončok <mhroncok at redhat.com> - 0.9.7-4
 - Added patch to grab icons from %%{datadir}/%%{name}
 - Added patch to avoid bad locales behavior



More information about the perl-devel mailing list