Sync from SUSE:SLFO:Main double-conversion revision 36bf7f48d4b5ae3c0bcd58d9b5e4e456
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 5 16:10:54 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- update to 3.3.1:
|
||||
* Add _ITERATOR_DEBUG_LEVEL=2 and _DEBUG defines
|
||||
* Build system and CI tweaks
|
||||
* Add some missing headers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 19 19:53:28 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
# spec file for package double-conversion
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,15 +20,15 @@
|
||||
%define lib_ver 3
|
||||
%define libname libdouble-conversion3
|
||||
Name: double-conversion
|
||||
Version: 3.3.0
|
||||
Version: 3.3.1
|
||||
Release: 0
|
||||
Summary: Binary-decimal and decimal-binary routines for IEEE doubles
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/google/double-conversion
|
||||
Source0: https://github.com/google/double-conversion/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source99: baselibs.conf
|
||||
BuildRequires: c++_compiler
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: python3-base
|
||||
|
||||
%description
|
||||
@@ -59,7 +60,7 @@ This package provides libraries and header files for developing applications
|
||||
that use double-conversion.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%cmake \
|
||||
@@ -74,14 +75,14 @@ that use double-conversion.
|
||||
export LD_LIBRARY_PATH=%{buildroot}%{_libdir}
|
||||
%ctest
|
||||
|
||||
%post -n %{libname} -p /sbin/ldconfig
|
||||
%postun -n %{libname} -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n %{libname}
|
||||
|
||||
%files -n %{libname}
|
||||
%license LICENSE
|
||||
%{_libdir}/libdouble-conversion.so.%{lib_ver}*
|
||||
%{_libdir}/libdouble-conversion.so.%{lib_ver}{,.*}
|
||||
|
||||
%files devel
|
||||
%license LICENSE
|
||||
%doc AUTHORS Changelog README.md
|
||||
%{_libdir}/libdouble-conversion.so
|
||||
%{_libdir}/cmake/%{name}/
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user