]> git.pld-linux.org Git - packages/Imath.git/commitdiff
- updated to 3.1.7 (new soname)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 6 Mar 2023 18:48:18 +0000 (19:48 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 6 Mar 2023 18:48:18 +0000 (19:48 +0100)
Imath.spec

index 6904fd92fe6801b966a7db61fd6db5d6e81935ff..430cc5d07f5f1e293c3eea6a91f595af6d89c034 100644 (file)
@@ -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
This page took 0.191804 seconds and 4 git commands to generate.