]> git.pld-linux.org Git - packages/CuraEngine.git/commitdiff
- release 5 (rebuild with protobuf 3.9.0) auto/th/CuraEngine-3.5.1-5
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 31 Jul 2019 15:55:01 +0000 (17:55 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 31 Jul 2019 15:55:01 +0000 (17:55 +0200)
- drop LICENSE from docs (copy of generic AGPLv3 text)

CuraEngine.spec

index 681b9f4f98acf6ba679e7ed2a8581315f5415f8c..cf723ccb1475bac6b558e174ff25d23042f29e49 100644 (file)
@@ -6,10 +6,11 @@ Summary:      Engine for processing 3D models into G-code instructions for 3D printer
 Summary(pl.UTF-8):     Silnik do przetwarzania modeli 3D na instrukcje G-code dla drukarek 3D
 Name:          CuraEngine
 Version:       3.5.1
-Release:       4
+Release:       5
 Epoch:         1
 License:       AGPL v3
 Group:         Applications/Engineering
+#Source0Download: https://github.com/Ultimaker/CuraEngine/releases
 Source0:       https://github.com/Ultimaker/CuraEngine/archive/%{version}/%{name}-%{version}.tar.gz
 # Source0-md5: 54800673b165c69dff2978e7b7a58e70
 Source1:       https://raw.githubusercontent.com/nothings/stb/master/stb_image.h
@@ -18,12 +19,13 @@ Patch0:             %{name}-rpath.patch
 Patch1:                %{name}-static-libstdcpp.patch
 Patch2:                local-stb.patch
 URL:           https://github.com/Ultimaker/CuraEngine
-BuildRequires: cmake
+BuildRequires: cmake >= 2.8.12
 BuildRequires: libArcus-devel = %{version}
-BuildRequires: libstdc++-devel
+BuildRequires: libgomp-devel
+BuildRequires: libstdc++-devel >= 6:4.7
 BuildRequires: polyclipping-devel >= 6.1.2
-BuildRequires: protobuf-devel
-%{?with_tests:BuildRequires:  python}
+BuildRequires: protobuf-devel >= 3.0.0
+%{?with_tests:BuildRequires:  python3 >= 1:3}
 BuildRequires: rapidjson-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -52,7 +54,7 @@ pakiecie cura.
 %patch2 -p1
 
 mkdir stb
-install %{SOURCE1} stb/
+cp -p %{SOURCE1} stb/
 
 # bundled libraries
 %{__rm} -rf libs
@@ -85,5 +87,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc LICENSE README.md
+%doc README.md
 %attr(755,root,root) %{_bindir}/%{name}
This page took 0.121679 seconds and 4 git commands to generate.