Drop obsolete ldconfig_scriptlets macro
This commit is contained in:
parent
2fa844880c
commit
a6b0e7a8eb
@ -4,7 +4,7 @@
|
||||
Summary: Library providing binary-decimal and decimal-binary routines for IEEE doubles
|
||||
Name: double-conversion
|
||||
Version: 3.1.5
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
License: BSD
|
||||
Source0: https://github.com/google/double-conversion/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
URL: https://github.com/google/double-conversion
|
||||
@ -62,8 +62,6 @@ CXXFLAGS="%{optflags} -fPIC" %cmake -DBUILD_SHARED_LIBS=NO
|
||||
%check
|
||||
%ctest
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%doc LICENSE README.md AUTHORS Changelog
|
||||
%{_libdir}/libdouble-conversion.so.3*
|
||||
@ -79,6 +77,9 @@ CXXFLAGS="%{optflags} -fPIC" %cmake -DBUILD_SHARED_LIBS=NO
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sun Jan 07 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 3.1.5-10
|
||||
- Drop obsolete ldconfig_scriptlets macro
|
||||
|
||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.5-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user