## START: Set by rpmautospec ## (rpmautospec version 0.3.5) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: libsavitar Version: 5.3.0 Release: %autorelease Summary: C++ implementation of 3mf loading with SIP Python bindings License: LGPL-3.0-or-later URL: https://github.com/Ultimaker/libSavitar Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz # Python bits Source1: https://github.com/Ultimaker/pySavitar/archive/%{version}.tar.gz#/pySavitar-%{version}.tar.gz # Cmake bits taken from 4.13.1, before upstream went nuts with conan Source2: FindSIP.cmake Source3: SIPMacros.cmake Source4: CMakeLists.txt Source5: SavitarConfig.cmake.in Source6: COPYING-CMAKE-SCRIPTS # Actually export symbols into the shared lib Patch0: libsavitar-5.2.2-export-fix.patch BuildRequires: cmake BuildRequires: dos2unix BuildRequires: gcc-c++ BuildRequires: git-core BuildRequires: pugixml-devel BuildRequires: python3-devel BuildRequires: python3-sip-devel BuildRequires: /usr/bin/sip # we add a dependency on setuptools to provide the distutils module for FindSIP.cmake BuildRequires: (python3-setuptools if python3-devel >= 3.12) # https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval ExcludeArch: %{ix86} %description Savitar is a C++ implementation of 3mf loading with SIP Python bindings. 3mf is a 3D printing file format. %package devel Summary: Development files for libsavitar Requires: %{name}%{?_isa} = %{version}-%{release} # The cmake scripts are BSD License: LGPL-3.0-or-later AND BSD-3-Clause %description devel Savitar is a C++ implementation of 3mf loading with SIP Python bindings. 3mf is a 3D printing file format. Development files. %package -n python3-savitar Summary: Python 3 libSavitar bindings Requires: %{name}%{?_isa} = %{version}-%{release} %description -n python3-savitar Savitar is a C++ implementation of 3mf loading with SIP Python bindings. 3mf is a 3D printing file format. The Python bindings. %prep %autosetup -n libSavitar-%{version} -p1 -S git -a 1 cp -a pySavitar-%{version}/python . mkdir cmake cp -a %{SOURCE2} %{SOURCE3} %{SOURCE6} cmake/ rm -rf CMakeLists.txt cp -a %{SOURCE4} %{SOURCE5} . # Wrong end of line encoding dos2unix README.md %build export CXXFLAGS="%{optflags} -Wl,--as-needed" %cmake -DCMAKE_SKIP_RPATH:BOOL=ON %cmake_build %install %cmake_install %files %license LICENSE %doc README.md %{_libdir}/libSavitar.so.* %files devel %license LICENSE cmake/COPYING-CMAKE-SCRIPTS %{_libdir}/libSavitar.so %{_includedir}/Savitar # Own the dir not to depend on cmake: %{_libdir}/cmake %files -n python3-savitar %license LICENSE %doc README.md %{python3_sitearch}/pySavitar.so %changelog * Tue Dec 05 2023 Miro Hrončok - 5.3.0-1 - Update to 5.3.0 * Tue Dec 05 2023 Miro Hrončok - 5.2.2-5 - Remove old cruft * Thu Jul 20 2023 Fedora Release Engineering - 5.2.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint - 5.2.2-2 - Rebuilt for Python 3.12 * Wed Mar 8 2023 Tom Callaway - 5.2.2-1 - Update to 5.2.2 * Thu Jan 19 2023 Fedora Release Engineering - 4.13.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering - 4.13.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jun 17 2022 Python Maint - 4.13.1-3 - Rebuilt for Python 3.11 * Mon Mar 28 2022 Miro Hrončok - 4.13.1-2 - Fix build failure with cmake 3.23+ - Fixes: rhbz#2069148 * Tue Feb 01 2022 Gabriel Féron - 4.13.1-1 - Update to 4.13.1 * Thu Jan 20 2022 Gabriel Féron - 4.13.0-1 - Update to 4.13.0 * Thu Jan 20 2022 Fedora Release Engineering - 4.12.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Mon Dec 13 2021 Gabriel Féron - 4.12.1-1 - Update to 4.12.1 * Wed Sep 15 2021 Gabriel Féron - 4.11.0-1 - Update to 4.11.0 * Mon Aug 16 2021 Gabriel Féron - 4.10.0-1 - Update to 4.10.0 * Thu Jul 22 2021 Fedora Release Engineering - 4.9.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Thu Jun 10 2021 Gabriel Féron - 4.9.1-1 - Update to 4.9.1 * Fri Jun 04 2021 Python Maint - 4.9.0-2 - Rebuilt for Python 3.10 * Mon Apr 26 2021 Gabriel Féron - 4.9.0-1 - Update to 4.9.0 * Tue Jan 26 2021 Fedora Release Engineering - 4.8.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Dec 22 2020 Jan Pazdziora - 4.8.0-1 - Update to 4.8.0 * Thu Sep 03 2020 Miro Hrončok - 4.7.1-1 - Update to 4.7.1 * Mon Aug 31 2020 Gabriel Féron - 4.7.0-1 - Update to 4.7.0 * Tue Jul 28 2020 Fedora Release Engineering - 4.6.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro Hrončok - 4.6.1-2 - Rebuilt for Python 3.9 * Tue May 5 2020 Gabriel Féron - 4.6.1-1 - Update to 4.6.1 * Tue Apr 21 2020 Gabriel Féron - 4.6.0-1 - Update to 4.6.0 * Wed Jan 29 2020 Fedora Release Engineering - 4.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Nov 21 2019 Gabriel Féron - 4.4.0-1 - Update to 4.4.0 * Fri Nov 01 2019 Miro Hrončok - 4.1.0-4 - Make the dependency of python3-savitar on libsavitar strict (#1767762) * Mon Aug 19 2019 Miro Hrončok - 4.1.0-3 - Rebuilt for Python 3.8 * Thu Jul 25 2019 Fedora Release Engineering - 4.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Tue Jun 18 2019 Gabriel Féron - 4.1.0-1 - Update to 4.1.0 * Wed Apr 03 2019 Gabriel Féron - 4.0.0-1 - Update to 4.0.0 * Fri Feb 01 2019 Fedora Release Engineering - 3.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jan 26 2019 Gabriel Féron - 3.6.0-1 - Update to 3.6.0 * Mon Nov 12 2018 Miro Hrončok - 3.5.1-2 - Use PyQt5.sip (#1601917) * Mon Nov 12 2018 Miro Hrončok - 3.5.1-1 - Update to 3.5.1 (#1644323) * Tue Aug 28 2018 Miro Hrončok - 3.4.1-1 - Update to 3.4.1 (#1599715) * Fri Jul 13 2018 Fedora Release Engineering - 3.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok - 3.3.0-2 - Rebuilt for Python 3.7 * Wed May 02 2018 Miro Hrončok - 3.3.0-1 - Update to 3.3.0 (#1571783) * Mon Mar 19 2018 Miro Hrončok - 3.2.1-2 - Fix license tag (AGPLv3+ to LGPLv3+) * Mon Mar 19 2018 Miro Hrončok - 3.2.1-1 - Update to 3.2.1 (#1523886) * Wed Feb 07 2018 Fedora Release Engineering - 3.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sat Dec 09 2017 Miro Hrončok - 3.1.0-1 - Update to 3.1.0 (#1523886) - Don't sed lib -> lib64 (not needed now) * Mon Oct 23 2017 Miro Hrončok - 3.0.3-1 - Update to 3.0.3 (#1505189) * Wed Aug 30 2017 Miro Hrončok - 2.7.0-1 - Update to 2.7.0 (#1486731) * Thu Aug 03 2017 Fedora Release Engineering - 2.6.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 2.6.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Wed Jun 28 2017 Miro Hrončok - 2.6.1-1 - Updated to 2.6.1 (#1465417) * Tue Jun 27 2017 Miro Hrončok - 2.6.0-1 - Updated to 2.6.0 (#1465417) * Wed May 03 2017 Miro Hrončok - 0-0.1.20170501git1ad7ddb - New package