Compare commits
10 Commits
5fe3f39a90
...
1fe8af3d76
Author | SHA1 | Date | |
---|---|---|---|
|
1fe8af3d76 | ||
|
eab799f856 | ||
|
f657d86cf7 | ||
|
efecf36a00 | ||
|
4cd3318d3a | ||
|
639ce6cf6a | ||
|
e1c3ad5145 | ||
|
27ffe2ed59 | ||
|
8e8a8af50f | ||
|
b385571a2c |
3
.gitignore
vendored
3
.gitignore
vendored
@ -4,3 +4,6 @@
|
|||||||
/Imath-3.1.4.tar.gz
|
/Imath-3.1.4.tar.gz
|
||||||
/Imath-3.1.5.tar.gz
|
/Imath-3.1.5.tar.gz
|
||||||
/Imath-3.1.6.tar.gz
|
/Imath-3.1.6.tar.gz
|
||||||
|
/Imath-3.1.7.tar.gz
|
||||||
|
/Imath-3.1.9.tar.gz
|
||||||
|
/Imath-3.1.10.tar.gz
|
||||||
|
44
imath.spec
44
imath.spec
@ -3,11 +3,11 @@
|
|||||||
%global pyver_under %(%{python3} -Esc "import sys; sys.stdout.write('{0.major}_{0.minor}'.format(sys.version_info))")
|
%global pyver_under %(%{python3} -Esc "import sys; sys.stdout.write('{0.major}_{0.minor}'.format(sys.version_info))")
|
||||||
|
|
||||||
Name: imath
|
Name: imath
|
||||||
Version: 3.1.6
|
Version: 3.1.10
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library of 2D and 3D vector, matrix, and math operations for computer graphics
|
Summary: Library of 2D and 3D vector, matrix, and math operations for computer graphics
|
||||||
|
|
||||||
License: BSD
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/AcademySoftwareFoundation/Imath
|
URL: https://github.com/AcademySoftwareFoundation/Imath
|
||||||
Source0: https://github.com/AcademySoftwareFoundation/%{srcname}/archive/v%{version}/%{srcname}-%{version}.tar.gz
|
Source0: https://github.com/AcademySoftwareFoundation/%{srcname}/archive/v%{version}/%{srcname}-%{version}.tar.gz
|
||||||
|
|
||||||
@ -67,8 +67,8 @@ Requires: python3-devel
|
|||||||
%cmake_install
|
%cmake_install
|
||||||
|
|
||||||
# Fixup documentation so it can get installed correctly in imath-devel
|
# Fixup documentation so it can get installed correctly in imath-devel
|
||||||
rm -rf %{__cmake_builddir}/docs/sphinx/.{doctrees,buildinfo}
|
#rm -rf %{__cmake_builddir}/docs/sphinx/.{doctrees,buildinfo}
|
||||||
mv %{__cmake_builddir}/docs/sphinx ./html
|
#mv %{__cmake_builddir}/docs/sphinx ./html
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -86,7 +86,7 @@ mv %{__cmake_builddir}/docs/sphinx ./html
|
|||||||
%{python3_sitearch}/imathnumpy.so
|
%{python3_sitearch}/imathnumpy.so
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc html/
|
#doc html/
|
||||||
%{_includedir}/Imath/
|
%{_includedir}/Imath/
|
||||||
%{_libdir}/pkgconfig/Imath.pc
|
%{_libdir}/pkgconfig/Imath.pc
|
||||||
%{_libdir}/pkgconfig/PyImath.pc
|
%{_libdir}/pkgconfig/PyImath.pc
|
||||||
@ -97,6 +97,40 @@ mv %{__cmake_builddir}/docs/sphinx ./html
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 10 2024 Richard Shaw <hobbes1069@gmail.com> - 3.1.10-1
|
||||||
|
- Update to 3.1.10.
|
||||||
|
|
||||||
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.9-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.9-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 17 2024 Jonathan Wakely <jwakely@redhat.com> - 3.1.9-4
|
||||||
|
- Rebuilt for Boost 1.83
|
||||||
|
|
||||||
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.9-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jul 03 2023 Python Maint <python-maint@redhat.com> - 3.1.9-2
|
||||||
|
- Rebuilt for Python 3.12
|
||||||
|
|
||||||
|
* Thu Jun 01 2023 Richard Shaw <hobbes1069@gmail.com> - 3.1.9-1
|
||||||
|
- Update to 3.1.9.
|
||||||
|
|
||||||
|
* Mon May 29 2023 Richard Shaw <hobbes1069@gmail.com> - 3.1.8-1
|
||||||
|
- Update to 3.1.8.
|
||||||
|
|
||||||
|
* Mon Mar 20 2023 Richard Shaw <hobbes1069@gmail.com> - 3.1.7-1
|
||||||
|
- Update to 3.1.7.
|
||||||
|
- Update license to SPDX identifier.
|
||||||
|
|
||||||
|
* Mon Feb 20 2023 Jonathan Wakely <jwakely@redhat.com> - 3.1.6-3
|
||||||
|
- Rebuilt for Boost 1.81
|
||||||
|
|
||||||
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.6-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
* Tue Nov 08 2022 Richard Shaw <hobbes1069@gmail.com> - 3.1.6-1
|
* Tue Nov 08 2022 Richard Shaw <hobbes1069@gmail.com> - 3.1.6-1
|
||||||
- Update to 3.1.6.
|
- Update to 3.1.6.
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Imath-3.1.6.tar.gz) = c099a291ed7fd7702a7609575f2f3d2ed7f95256c23c2180e2ef1f76ceb07734365f57da5244b1d6cec81ca9859864eb4c9236df02a64aa783af6639a3b59acd
|
SHA512 (Imath-3.1.10.tar.gz) = 6a5bcb3f31880edd266c7c5d757ce233e91dad4007f4c411c06a58494ca64517a3df22fd3491837bb8ac211c4c5f8ee679b68c0fbcf9c31c8f2d7c7bb9d253e8
|
||||||
|
Loading…
Reference in New Issue
Block a user