2024-01-05 23:53:36 +01:00
|
|
|
Name: imath
|
2024-02-29 21:24:03 +01:00
|
|
|
Version: 3.1.11
|
2024-01-27 20:18:20 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 23:53:36 +01:00
|
|
|
Summary: A C++ and python library of 2D and 3D vector, matrix, and math operations for computer graphics
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://github.com/AcademySoftwareFoundation/Imath
|
|
|
|
Source: https://github.com/AcademySoftwareFoundation/Imath.git/v%{version}/Imath-%{version}.tar.bz2
|
|
|
|
License: BSD
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: cmake
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description
|
|
|
|
Imath is a C++ and python library of 2D and 3D vector, matrix, and math operations for computer graphics.
|
|
|
|
|
|
|
|
%package -n lib%{name}
|
|
|
|
Group: System/Libraries
|
|
|
|
Summary: A C++ and python library of 2D and 3D vector, matrix, and math operations for computer graphics
|
2024-01-05 23:53:37 +01:00
|
|
|
Obsoletes: libimath_3129 <= 3.1.6-2mamba
|
2024-01-05 23:53:36 +01:00
|
|
|
|
|
|
|
%description -n lib%{name}
|
|
|
|
Imath is a C++ and python library of 2D and 3D vector, matrix, and math operations for computer graphics.
|
|
|
|
This package contains shared libraries for %{name}.
|
|
|
|
|
|
|
|
%package -n lib%{name}-devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Requires: pkg-config
|
2024-01-05 23:53:37 +01:00
|
|
|
Obsoletes: libimath_3129-devel <= 3.1.6-2mamba
|
2024-01-05 23:53:36 +01:00
|
|
|
|
|
|
|
%description -n lib%{name}-devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n Imath-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake -d build
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall -C build
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -n lib%{name} -p /sbin/ldconfig
|
|
|
|
%postun -n lib%{name} -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files -n lib%{name}
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libImath-*.so.*
|
|
|
|
%doc LICENSE.md
|
|
|
|
|
|
|
|
%files -n lib%{name}-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}/Imath
|
|
|
|
%{_includedir}/Imath/*
|
|
|
|
%dir %{_libdir}/cmake/Imath
|
|
|
|
%{_libdir}/cmake/Imath/Imath*.cmake
|
|
|
|
%{_libdir}/libImath-*.so
|
|
|
|
%{_libdir}/libImath.so
|
|
|
|
%{_libdir}/pkgconfig/Imath.pc
|
|
|
|
%doc README.md
|
|
|
|
|
|
|
|
%changelog
|
2024-02-29 21:24:03 +01:00
|
|
|
* Thu Feb 29 2024 Automatic Build System <autodist@openmamba.org> 3.1.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-27 20:18:20 +01:00
|
|
|
* Sat Jan 27 2024 Automatic Build System <autodist@openmamba.org> 3.1.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:53:37 +01:00
|
|
|
* Wed Jun 07 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1.9-2mamba
|
|
|
|
- obsolete libimath_3129
|
|
|
|
|
|
|
|
* Thu Jun 01 2023 Automatic Build System <autodist@mambasoft.it> 3.1.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:53:36 +01:00
|
|
|
* Thu May 25 2023 Automatic Build System <autodist@mambasoft.it> 3.1.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:53:36 +01:00
|
|
|
* Fri Mar 03 2023 Automatic Build System <autodist@mambasoft.it> 3.1.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:53:36 +01:00
|
|
|
* Wed Nov 09 2022 Automatic Build System <autodist@mambasoft.it> 3.1.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:53:36 +01:00
|
|
|
* Wed Mar 30 2022 Automatic Build System <autodist@mambasoft.it> 3.1.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:53:36 +01:00
|
|
|
* Sun Jan 23 2022 Automatic Build System <autodist@mambasoft.it> 3.1.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:53:36 +01:00
|
|
|
* Fri Sep 03 2021 Automatic Build System <autodist@mambasoft.it> 3.1.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:53:36 +01:00
|
|
|
* Sun Aug 01 2021 Automatic Build System <autodist@mambasoft.it> 3.1.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:53:36 +01:00
|
|
|
* Wed Jul 21 2021 Automatic Build System <autodist@mambasoft.it> 3.1.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Jul 15 2021 Automatic Build System <autodist@mambasoft.it> 3.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:53:36 +01:00
|
|
|
* Wed Jun 30 2021 Automatic Build System <autodist@mambasoft.it> 3.0.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:53:36 +01:00
|
|
|
* Sun Jun 20 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.4-1mamba
|
|
|
|
- package created using the webbuild interface
|