|
|
|
@ -9,7 +9,7 @@
|
|
|
|
|
Name: breeze-icon-theme
|
|
|
|
|
Summary: Breeze icon theme
|
|
|
|
|
Version: 5.108.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
|
|
|
|
|
# http://techbase.kde.org/Policies/Licensing_Policy
|
|
|
|
|
License: LGPLv3+
|
|
|
|
@ -77,6 +77,9 @@ developing applications that use %{name}.
|
|
|
|
|
sed -i -e "s|%{version}|%{kf5_version}|g" CMakeLists.txt
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# Fix FTI for -devel package
|
|
|
|
|
sed -e 's|\${KDE_INSTALL_CMAKEPACKAGEDIR}|%{_datadir}/cmake|g' -i CMakeLists.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%cmake_kf5
|
|
|
|
@ -163,6 +166,9 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
- 5.108.0
|
|
|
|
|
|
|
|
|
|