Fix CMakeLists to use noarch cmake package install path

epel9
Neal Gompa 1 year ago committed by Carl George
parent 67730a70e8
commit dd98418a7f

@ -9,7 +9,7 @@
Name: breeze-icon-theme Name: breeze-icon-theme
Summary: Breeze icon theme Summary: Breeze icon theme
Version: 5.108.0 Version: 5.108.0
Release: 1%{?dist} Release: 2%{?dist}
# http://techbase.kde.org/Policies/Licensing_Policy # http://techbase.kde.org/Policies/Licensing_Policy
License: LGPLv3+ License: LGPLv3+
@ -77,6 +77,9 @@ developing applications that use %{name}.
sed -i -e "s|%{version}|%{kf5_version}|g" CMakeLists.txt sed -i -e "s|%{version}|%{kf5_version}|g" CMakeLists.txt
%endif %endif
# Fix FTI for -devel package
sed -e 's|\${KDE_INSTALL_CMAKEPACKAGEDIR}|%{_datadir}/cmake|g' -i CMakeLists.txt
%build %build
%cmake_kf5 %cmake_kf5
@ -163,6 +166,9 @@ fi
%changelog %changelog
* Wed Oct 04 2023 Neal Gompa <ngompa@fedoraproject.org> - 5.108.0-2
- Fix CMakeLists to use noarch cmake package install path
* Sun Jul 02 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.108.0-1 * Sun Jul 02 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.108.0-1
- 5.108.0 - 5.108.0

Loading…
Cancel
Save