[packages/ilmbase] - updated docs, bump libstdc++ version for C++ 14 used by default

qboosh qboosh at pld-linux.org
Thu Feb 3 21:09:37 CET 2022


commit 46914deb6cb324e3dbc3db9b4bb683c37feb97c6
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Feb 3 21:11:04 2022 +0100

    - updated docs, bump libstdc++ version for C++ 14 used by default

 ilmbase.spec | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/ilmbase.spec b/ilmbase.spec
index c3792bd..f63b540 100644
--- a/ilmbase.spec
+++ b/ilmbase.spec
@@ -5,15 +5,16 @@ Version:	2.3.0
 Release:	1
 License:	BSD
 Group:		Libraries
-#Source0:	https://github.com/AcademySoftwareFoundation/openexr/releases/download/v%{version}/ilmbase-%{version}.tar.gz
-Source0:	ilmbase-%{version}.tar.gz
+#Source0Download: https://github.com/AcademySoftwareFoundation/openexr/releases
+Source0:	https://github.com/AcademySoftwareFoundation/openexr/releases/download/v%{version}/%{name}-%{version}.tar.gz
 # Source0-md5:	354bf86de3b930ab87ac63619d60c860
 Patch0:		%{name}-link.patch
 Patch1:		%{name}-sh.patch
 URL:		http://www.openexr.com/
 BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake >= 1.6.3
-BuildRequires:	libstdc++-devel
+# C++ 03, 11, 14, 17 possible, but configure defaults to 14
+BuildRequires:	libstdc++-devel >= 6:5
 BuildRequires:	libtool >= 2:1.5
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -50,7 +51,7 @@ Summary:	Header files for IlmBase libraries
 Summary(pl.UTF-8):	Pliki nagłówkowe bibliotek IlmBase
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires:	libstdc++-devel
+Requires:	libstdc++-devel >= 6:5
 Conflicts:	OpenEXR-devel < 1.5.0
 
 %description devel
@@ -101,7 +102,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS
+%doc AUTHORS ChangeLog LICENSE README.md
 %attr(755,root,root) %{_libdir}/libHalf.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libHalf.so.24
 %attr(755,root,root) %{_libdir}/libIex-2_3.so.*.*.*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ilmbase.git/commitdiff/46914deb6cb324e3dbc3db9b4bb683c37feb97c6



More information about the pld-cvs-commit mailing list