[packages/Imath] - updated to 3.1.7 (new soname)

qboosh qboosh at pld-linux.org
Mon Mar 6 19:46:19 CET 2023


commit 7d78741b387011b61caae4e833d11706e724fe63
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Mar 6 19:48:18 2023 +0100

    - updated to 3.1.7 (new soname)

 Imath.spec | 31 +++++++++++++++----------------
 1 file changed, 15 insertions(+), 16 deletions(-)
---
diff --git a/Imath.spec b/Imath.spec
index 6904fd9..430cc5d 100644
--- a/Imath.spec
+++ b/Imath.spec
@@ -1,33 +1,31 @@
 Summary:	High dynamic-range (HDR) image file format support libraries
 Summary(pl.UTF-8):	Biblioteki obsługujące format plików obrazu o wysokiej dynamice (HDR)
 Name:		Imath
-Version:	3.1.4
+Version:	3.1.7
 Release:	1
 License:	BSD
 Group:		Libraries
+#Source0Download: https://github.com/AcademySoftwareFoundation/imath/releases
 Source0:	https://github.com/AcademySoftwareFoundation/imath/archive/v%{version}/imath-%{version}.tar.gz
-# Source0-md5:	fddf14ec73e12c34e74c3c175e311a3f
-URL:		http://www.openexr.com/
-BuildRequires:	autoconf >= 2.50
-BuildRequires:	automake >= 1.6.3
-BuildRequires:	cmake
+# Source0-md5:	5cedab446ab296c080957c3037c6d097
+URL:		https://openexr.com/
+BuildRequires:	cmake >= 3.12
 BuildRequires:	libstdc++-devel
 BuildRequires:	ninja
 BuildRequires:	pkgconfig
-BuildRequires:	zlib-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Imath is a basic, light-weight, and efficient C++ representation of 2D
 and 3D vectors and matrices and other simple but useful mathematical
 objects, functions, and data types common in computer graphics
-applications, including the “half” 16-bit floating-point type.
+applications, including the "half" 16-bit floating-point type.
 
 %description -l pl.UTF-8
 Imath to prosta, lekka i wydajna reprezentacja C++ dwu- i
 trójwymiarowych wektorów i macierzy i inne proste, ale użyteczne
 matematyczne obiekty, funkcje i typy danych zwykle występujące w
-programach graficznych, w tym "półówkowy" 16 bitowy typ
+programach graficznych, w tym "połówkowy" 16 bitowy typ
 zmiennoprzecinkowy.
 
 %package devel
@@ -36,8 +34,6 @@ Summary(pl.UTF-8):	Pliki nagłówkowe bibliotek Imath
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
 Requires:	libstdc++-devel
-Requires:	llvm-mlir
-Requires:	zlib-devel
 
 %description devel
 Header files for Imath libraries.
@@ -54,11 +50,13 @@ cd build
 %cmake -G Ninja \
 	-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 	..
+
 %ninja_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%ninja_install -C build install
+
+%ninja_install -C build
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -68,13 +66,14 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%ghost %{_libdir}/libImath-3_1.so.29
-%attr(755,root,root) %{_libdir}/libImath-3_1.so.29.*.*
+%doc CHANGES.md CONTRIBUTORS.md GOVERNANCE.md LICENSE.md README.md SECURITY.md
+%attr(755,root,root) %{_libdir}/libImath-3_1.so.30.*.*
+%ghost %{_libdir}/libImath-3_1.so.30
 
 %files devel
 %defattr(644,root,root,755)
-%{_includedir}/Imath
-%{_libdir}/cmake/Imath
 %{_libdir}/libImath-3_1.so
 %{_libdir}/libImath.so
+%{_includedir}/Imath
+%{_libdir}/cmake/Imath
 %{_pkgconfigdir}/Imath.pc
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/Imath.git/commitdiff/7d78741b387011b61caae4e833d11706e724fe63



More information about the pld-cvs-commit mailing list