use new cmake macros

epel8
Rex Dieter 5 years ago
parent 6a9affb02c
commit f9ba17c6bd

@ -72,16 +72,13 @@ sed -i -e "s|%{version}|%{kf5_version}|g" CMakeLists.txt
%build
mkdir %{_target_platform}
pushd %{_target_platform}
%{cmake_kf5} ..
popd
%cmake_kf5
%make_build -C %{_target_platform}
%cmake_build
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%cmake_install
## icon optimizations
#du -s .
@ -149,7 +146,7 @@ fi
%changelog
* Mon Aug 03 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.73.0-1
- 5.73.0
- 5.73.0, use %%cmake_build %%cmake_install
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.72.0-3
- Second attempt - Rebuilt for

Loading…
Cancel
Save