From fc812efdd4bc0bc1e5d09c64e35a30d4f0eb820d Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Mon, 3 May 2021 22:52:20 +0200 Subject: [PATCH] Moved CMake configs to the architecture-dependent directory. --- fmt.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/fmt.spec b/fmt.spec index a04c09c..644957b 100644 --- a/fmt.spec +++ b/fmt.spec @@ -3,7 +3,7 @@ %bcond_with doc Name: fmt Version: 7.1.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Small, safe and fast formatting library for C++ License: BSD @@ -90,7 +90,7 @@ sed -i "s/'--clean-css',//" doc/build.py -G Ninja \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_POSITION_INDEPENDENT_CODE=ON \ - -DFMT_CMAKE_DIR=%{_datadir}/cmake/%{name} \ + -DFMT_CMAKE_DIR=%{_libdir}/cmake/%{name} \ -DFMT_LIB_DIR=%{_libdir} %cmake_build \ @@ -118,7 +118,7 @@ rm -rf %{_vpath_builddir}/doc/html/{.buildinfo,.doctrees,objects.inv} %files devel %{_includedir}/%{name} %{_libdir}/lib%{name}.so -%{_datadir}/cmake/%{name} +%{_libdir}/cmake/%{name} %{_libdir}/pkgconfig/%{name}.pc %if %{with doc} @@ -128,6 +128,9 @@ rm -rf %{_vpath_builddir}/doc/html/{.buildinfo,.doctrees,objects.inv} %endif %changelog +* Mon May 03 2021 Vitaly Zaitsev - 7.1.3-3 +- Fixed RHBZ#1956521. + * Tue Jan 26 2021 Fedora Release Engineering - 7.1.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild