|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: kf5
|
|
|
|
|
Version: 5.68.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Filesystem and RPM macros for KDE Frameworks 5
|
|
|
|
|
License: BSD
|
|
|
|
|
URL: http://www.kde.org
|
|
|
|
@ -51,8 +51,8 @@ mkdir -p %{buildroot}%{_sysconfdir}/xdg/plasma-workspace/{env,shutdown}
|
|
|
|
|
install -Dpm644 %{_sourcedir}/macros.kf5 %{buildroot}%{_rpmconfigdir}/macros.d/macros.kf5
|
|
|
|
|
sed -i \
|
|
|
|
|
-e "s|@@KF5_VERSION@@|%{version}|g" \
|
|
|
|
|
%if 0%{?rhel} || 0%{?rhel} > 7
|
|
|
|
|
-e 's|rhel:%{__cmake3}|rhel:%{__cmake}|' \
|
|
|
|
|
%if 0%{?rhel} && 0%{?rhel} < 8
|
|
|
|
|
-e 's|%{__cmake}|%{__cmake3}|' \
|
|
|
|
|
%endif
|
|
|
|
|
%{buildroot}%{_rpmconfigdir}/macros.d/macros.kf5
|
|
|
|
|
|
|
|
|
@ -80,6 +80,9 @@ sed -i \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Aug 25 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.68.0-2
|
|
|
|
|
- (branch) backport recent cmake changes from fedora
|
|
|
|
|
|
|
|
|
|
* Thu Mar 19 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.68.0-1
|
|
|
|
|
- 5.68
|
|
|
|
|
|
|
|
|
|