0d18d36c9b
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
381 lines
12 KiB
RPMSpec
381 lines
12 KiB
RPMSpec
Name: slic3r
|
|
Version: 1.2.9
|
|
Release: 17%{?dist}
|
|
Summary: G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)
|
|
License: AGPLv3 and CC-BY
|
|
# Images are CC-BY, code is AGPLv3
|
|
Group: Applications/Engineering
|
|
URL: http://slic3r.org/
|
|
Source0: https://github.com/alexrj/Slic3r/archive/%{version}.tar.gz
|
|
|
|
# Modify Build.PL so we are able to build this on Fedora
|
|
Patch0: %{name}-buildpl.patch
|
|
|
|
# Use /usr/share/slic3r as datadir
|
|
Patch1: %{name}-datadir.patch
|
|
Patch2: %{name}-english-locale.patch
|
|
Patch3: %{name}-linker.patch
|
|
#Patch4: %{name}-clipper.patch
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1306668
|
|
# https://github.com/alexrj/Slic3r/issues/3117#issuecomment-187767676
|
|
Patch5: %{name}-boost160.patch
|
|
|
|
# Patch to manually cast too bool, fix FTBFS
|
|
# Will report upstream
|
|
Patch6: %{name}-boolcast.patch
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1285807
|
|
# https://github.com/alexrj/Slic3r/commit/1a09ae81db06602050ae83620268efa33ed14da1
|
|
Patch7: %{name}-wxclose.patch
|
|
|
|
# https://github.com/alexrj/Slic3r/pull/3575
|
|
Patch8: %{name}-opengl070.patch
|
|
|
|
Source1: %{name}.desktop
|
|
Source2: %{name}.appdata.xml
|
|
|
|
BuildRequires: perl-devel
|
|
BuildRequires: perl-generators
|
|
BuildRequires: perl(Class::XSAccessor)
|
|
BuildRequires: perl(Encode::Locale) >= 1.05
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.80
|
|
BuildRequires: perl(ExtUtils::ParseXS) >= 3.22
|
|
BuildRequires: perl(ExtUtils::Typemaps::Default) >= 1.05
|
|
BuildRequires: perl(ExtUtils::Typemaps) >= 1.00
|
|
BuildRequires: perl(File::Basename)
|
|
BuildRequires: perl(File::Spec)
|
|
BuildRequires: perl(Getopt::Long)
|
|
BuildRequires: perl(Growl::GNTP) >= 0.15
|
|
BuildRequires: perl(IO::Scalar)
|
|
BuildRequires: perl(List::Util)
|
|
BuildRequires: perl(Math::PlanePath) >= 53
|
|
BuildRequires: perl(Module::Build::WithXSpp) >= 0.14
|
|
BuildRequires: perl(Moo) >= 1.003001
|
|
BuildRequires: perl(parent)
|
|
BuildRequires: perl(POSIX)
|
|
BuildRequires: perl(Scalar::Util)
|
|
BuildRequires: perl(Storable)
|
|
BuildRequires: perl(SVG)
|
|
BuildRequires: perl(Test::Harness)
|
|
BuildRequires: perl(Test::More)
|
|
BuildRequires: perl(Thread::Semaphore)
|
|
BuildRequires: perl(threads) >= 1.96
|
|
BuildRequires: perl(Time::HiRes)
|
|
BuildRequires: perl(Unicode::Normalize)
|
|
BuildRequires: perl(Wx)
|
|
BuildRequires: perl(XML::SAX)
|
|
BuildRequires: perl(XML::SAX::ExpatXS)
|
|
|
|
BuildRequires: admesh-devel >= 0.98.1
|
|
BuildRequires: boost-devel
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: poly2tri-devel
|
|
#BuildRequires: polyclipping-devel >= 6.2.0
|
|
BuildRequires: ImageMagick
|
|
|
|
Requires: perl(XML::SAX)
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
Requires: admesh-libs >= 0.98.1
|
|
Provides: bundled(polyclipping) = 6.2.9
|
|
|
|
|
|
%description
|
|
Slic3r is a G-code generator for 3D printers. It's compatible with RepRaps,
|
|
Makerbots, Ultimakers and many more machines.
|
|
See the project homepage at slic3r.org and the documentation on the Slic3r wiki
|
|
for more information.
|
|
|
|
%prep
|
|
%setup -qn Slic3r-%{version}
|
|
|
|
%patch0 -p1
|
|
%patch1 -p1
|
|
%patch2 -p1
|
|
%patch3 -p1
|
|
#%%patch4 -p1
|
|
%patch5 -p1
|
|
%patch6 -p1
|
|
%patch7 -p1
|
|
%patch8 -p1
|
|
|
|
# Remove bundled admesh, clipper, poly2tri and boost
|
|
rm -rf xs/src/admesh
|
|
#rm xs/src/clipper.*pp
|
|
rm -rf xs/src/poly2tri
|
|
rm -rf xs/src/boost
|
|
|
|
%build
|
|
cd xs
|
|
perl ./Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS"
|
|
./Build
|
|
cd -
|
|
# Building non XS part only runs test, so skip it and run it in tests
|
|
|
|
# prepare pngs in mutliple sizes
|
|
for res in 16 32 48 128 256; do
|
|
mkdir -p hicolor/${res}x${res}/apps
|
|
done
|
|
cd hicolor
|
|
convert ../var/Slic3r.ico %{name}.png
|
|
cp %{name}-0.png 256x256/apps/%{name}.png
|
|
cp %{name}-1.png 128x128/apps/%{name}.png
|
|
cp %{name}-2.png 48x48/apps/%{name}.png
|
|
cp %{name}-3.png 32x32/apps/%{name}.png
|
|
cp %{name}-4.png 16x16/apps/%{name}.png
|
|
rm %{name}-*.png
|
|
cd -
|
|
|
|
# To avoid "iCCP: Not recognized known sRGB profile that has been edited"
|
|
cd var
|
|
find . -type f -name "*.png" -exec convert {} -strip {} \;
|
|
cd -
|
|
|
|
%install
|
|
cd xs
|
|
./Build install destdir=%{buildroot} create_packlist=0
|
|
cd -
|
|
find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
|
|
|
|
# I see no way of installing slic3r with it's build script
|
|
# So I copy the files around manually
|
|
mkdir -p %{buildroot}%{_bindir}
|
|
mkdir -p %{buildroot}%{perl_vendorlib}
|
|
mkdir -p %{buildroot}%{_datadir}/%{name}
|
|
mkdir -p %{buildroot}%{_datadir}/icons
|
|
mkdir -p %{buildroot}%{_datadir}/appdata
|
|
|
|
cp -a %{name}.pl %{buildroot}%{_bindir}/%{name}
|
|
cp -ar lib/* %{buildroot}%{perl_vendorlib}
|
|
|
|
cp -a var/* %{buildroot}%{_datadir}/%{name}
|
|
cp -r hicolor %{buildroot}%{_datadir}/icons
|
|
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}
|
|
|
|
cp %{SOURCE2} %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
|
|
|
|
%{_fixperms} %{buildroot}*
|
|
|
|
%check
|
|
cd xs
|
|
./Build test verbose=1
|
|
cd -
|
|
SLIC3R_NO_AUTO=1 perl Build.PL installdirs=vendor
|
|
# the --gui runs no tests, it only checks requires
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files
|
|
%doc README.md
|
|
%{_bindir}/%{name}
|
|
%{perl_vendorlib}/Slic3r*
|
|
%{perl_vendorarch}/Slic3r*
|
|
%{perl_vendorarch}/auto/Slic3r*
|
|
%{_datadir}/icons/hicolor/*/apps/%{name}.png
|
|
%{_datadir}/applications/%{name}.desktop
|
|
%if 0%{?fedora} < 21
|
|
%dir %{_datadir}/appdata
|
|
%endif
|
|
%{_datadir}/appdata/%{name}.appdata.xml
|
|
%{_datadir}/%{name}
|
|
|
|
%changelog
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.9-17
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
* Thu Jan 18 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.2.9-16
|
|
- Remove obsolete scriptlets
|
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.9-15
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.9-14
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
* Thu Jun 08 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.2.9-13
|
|
- Perl 5.26 re-rebuild of bootstrapped packages
|
|
|
|
* Fri Jun 02 2017 Miro Hrončok <mhroncok@redhat.com> - 1.2.9-12
|
|
- Fix rendering issues with perl-OpenGL 0.70
|
|
|
|
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.9-11
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.9-10
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 1.2.9-9
|
|
- Rebuilt for Boost 1.63
|
|
|
|
* Wed Aug 31 2016 Miro Hrončok <mhroncok@redhat.com> - 1.2.9-8
|
|
- Fix bug that crashes slic3r when about dialog is opened (#1285807)
|
|
|
|
* Mon May 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.2.9-7
|
|
- Perl 5.24 rebuild
|
|
|
|
* Tue Feb 23 2016 Miro Hrončok <mhroncok@redhat.com> - 1.2.9-6
|
|
- Add patch to fix FTBFS with Boost 1.60 (#1306668)
|
|
- Add patch to manually cast too bool, fix other FTBFS
|
|
|
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.9-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 1.2.9-4
|
|
- Rebuilt for Boost 1.59
|
|
|
|
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.9-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
|
|
|
|
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 1.2.9-2
|
|
- rebuild for Boost 1.58
|
|
|
|
* Mon Jun 29 2015 Miro Hrončok <mhroncok@redhat.com> - 1.2.9-1
|
|
- New version 1.2.9
|
|
- Removed already merged patches
|
|
- Removed unused BRs
|
|
|
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.7-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
* Mon Jun 08 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.1.7-4
|
|
- Perl 5.22 rebuild
|
|
|
|
* Mon Jan 26 2015 Petr Machata <pmachata@redhat.com> - 1.1.7-3
|
|
- Rebuild for boost 1.57.0
|
|
|
|
* Mon Oct 20 2014 Miro Hrončok <mhroncok@redhat.com> - 1.1.7-2
|
|
- Unbundle polyclipping 6.2.0
|
|
|
|
* Tue Sep 23 2014 Miro Hrončok <mhroncok@redhat.com> - 1.1.7-1
|
|
- Update to 1.1.7
|
|
- Add patch from Debian to fix debian#757798
|
|
|
|
* Tue Sep 23 2014 Miro Hrončok <mhroncok@redhat.com> - 1.1.6-4
|
|
- Admesh 0.98.1 compatibility patch
|
|
|
|
* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.1.6-3
|
|
- Perl 5.20 rebuild
|
|
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.6-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
* Tue Jul 29 2014 Miro Hrončok <mhroncok@redhat.com> - 1.1.6-1
|
|
- Update to 1.1.6
|
|
|
|
* Sun Jun 29 2014 Miro Hrončok <mhroncok@redhat.com> - 1.1.5-1
|
|
- Update to 1.1.5
|
|
- Unbundle stuff
|
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
* Sat May 03 2014 Miro Hrončok <mhroncok@redhat.com> - 1.0.1-1
|
|
- Update to 1.0.1
|
|
|
|
* Sun Apr 06 2014 Miro Hrončok <mhroncok@redhat.com> - 1.0.0-1
|
|
- 1.0.0 stable
|
|
|
|
* Wed Mar 19 2014 Miro Hrončok <mhroncok@redhat.com> - 1.0.0-0.5.RC3
|
|
- Instead of single ico file, ship multiple pngs
|
|
|
|
* Wed Mar 05 2014 Miro Hrončok <mhroncok@redhat.com> - 1.0.0-0.4.RC3
|
|
- New RC version
|
|
- Include appdata file
|
|
|
|
* Thu Jan 02 2014 Miro Hrončok <mhroncok@redhat.com> - 1.0.0-0.3.RC2
|
|
- New RC version
|
|
- Remove already merged patches
|
|
- Only require Module::Build::WithXSpp 0.13 in Build.PL
|
|
|
|
* Fri Dec 13 2013 Miro Hrončok <mhroncok@redhat.com> - 1.0.0-0.2.RC1
|
|
- Backported several bugfixes
|
|
|
|
* Wed Nov 20 2013 Miro Hrončok <mhroncok@redhat.com> - 1.0.0-0.1.RC1
|
|
- 1.0.0RC1 version
|
|
- refactor build and install
|
|
- become arched
|
|
- bundle admesh
|
|
|
|
* Fri Oct 18 2013 Miro Hrončok <mhroncok@redhat.com> - 0.9.10b-5
|
|
- For F20+, require Moo >= 1.003001
|
|
|
|
* Fri Oct 18 2013 Miro Hrončok <mhroncok@redhat.com> - 0.9.10b-4
|
|
- Remove all filtering from provides, it is not needed anymore
|
|
- Don't add MANIFEST to %%doc
|
|
- Fix crash when loading config (#1020802)
|
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.10b-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
* Tue Jun 25 2013 Miro Hrončok <mhroncok@redhat.com> - 0.9.10b-2
|
|
- Filter perl(Wx::GLCanvas) from requires, it's optional and not yet in Fedora
|
|
|
|
* Mon Jun 24 2013 Miro Hrončok <mhroncok@redhat.com> - 0.9.10b-1
|
|
- New upstream release
|
|
- Removed some already merged patches
|
|
|
|
* Tue Apr 23 2013 Miro Hrončok <mhroncok@redhat.com> - 0.9.9-5
|
|
- Added BR perl(Encode::Locale)
|
|
|
|
* Tue Apr 23 2013 Miro Hrončok <mhroncok@redhat.com> - 0.9.9-4
|
|
- Removed (optional) Net::DBus usage, that causes crashes
|
|
|
|
* Tue Apr 23 2013 Miro Hrončok <mhroncok@redhat.com> - 0.9.9-3
|
|
- Added second patch to fix upstream issue 1077
|
|
|
|
* Tue Apr 23 2013 Miro Hrončok <mhroncok@redhat.com> - 0.9.9-2
|
|
- Added patch to fix upstream issue 1077
|
|
|
|
* Wed Apr 03 2013 Miro Hrončok <mhroncok@redhat.com> - 0.9.9-1
|
|
- New upstream release
|
|
- Added version to perl(Boost::Geometry::Utils) BR
|
|
- Sort (B)Rs alphabetically
|
|
- Added (B)R perl(Class::XSAccessor)
|
|
|
|
* Wed Mar 20 2013 Miro Hrončok <mhroncok@redhat.com> - 0.9.8-4
|
|
- Comments added about patches
|
|
|
|
* Mon Mar 11 2013 Miro Hrončok <mhroncok@redhat.com> - 0.9.8-3
|
|
- In-file justification provided for patches
|
|
|
|
* Mon Jan 21 2013 Miro Hrončok <mhroncok@redhat.com> - 0.9.8-2
|
|
- Added patch to grab icons from %%{datadir}/%%{name}
|
|
- Added patch to avoid bad locales behavior
|
|
- Removed no longer needed filtering perl(Wx::Dialog) from Requires
|
|
- Filter perl(XML::SAX::PurePerl) only in F17
|
|
- Removed Perl default filter
|
|
- Removed bash launcher
|
|
- Renamed slic3r.pl to slic3r
|
|
|
|
* Thu Jan 17 2013 Miro Hrončok <mhroncok@redhat.com> - 0.9.8-1
|
|
- New version
|
|
- (Build)Requires Math::Clipper 1.17
|
|
|
|
* Thu Jan 17 2013 Miro Hrončok <mhroncok@redhat.com> - 0.9.7-3
|
|
- Updated source to respect GitHub rule
|
|
- Dropped mkdir, ln -s, cp, mv, perl macros
|
|
- Reorganized %%install section a bit
|
|
- Added version to Require perl(Math::Clipper)
|
|
|
|
* Sat Jan 05 2013 Miro Hrončok <miro@hroncok.cz> - 0.9.7-2
|
|
- Added Require perl(Math::Clipper)
|
|
|
|
* Sun Dec 30 2012 Miro Hrončok <miro@hroncok.cz> - 0.9.7-1
|
|
- New version
|
|
- Do not download additional sources from GitHub
|
|
- Removed deleting empty directories
|
|
|
|
* Fri Nov 16 2012 Miro Hrončok <miro@hroncok.cz> - 0.9.5-2
|
|
- Removed BRs provided by perl package
|
|
|
|
* Wed Nov 14 2012 Miro Hrončok <miro@hroncok.cz> 0.9.5-1
|
|
- New version
|
|
- Requires perl(Math::Clipper) >= 1.14
|
|
- Requires perl(Math::ConvexHull::MonotoneChain)
|
|
- Requires perl(XML::SAX::ExpatXS)
|
|
|
|
* Thu Oct 04 2012 Miro Hrončok <miro@hroncok.cz> 0.9.3-1
|
|
- New package
|