No more bootstrap

epel8^2
Troy Dawson 3 years ago
commit ae8410ed32

5
.gitignore vendored

@ -40,3 +40,8 @@
/kwindowsystem-5.86.0.tar.xz /kwindowsystem-5.86.0.tar.xz
/kwindowsystem-5.87.0.tar.xz /kwindowsystem-5.87.0.tar.xz
/kwindowsystem-5.88.0.tar.xz /kwindowsystem-5.88.0.tar.xz
/kwindowsystem-5.89.0.tar.xz
/kwindowsystem-5.90.0.tar.xz
/kwindowsystem-5.91.0.tar.xz
/kwindowsystem-5.92.0.tar.xz
./kwindowsystem-5.93.tar.xz

@ -1,8 +1,7 @@
%undefine __cmake_in_source_build
%global framework kwindowsystem %global framework kwindowsystem
## uncomment to enable bootstrap mode ## uncomment to enable bootstrap mode
%global bootstrap 1 #global bootstrap 1
## currently includes no tests ## currently includes no tests
%if !0%{?bootstrap} %if !0%{?bootstrap}
@ -12,8 +11,8 @@
%endif %endif
Name: kf5-%{framework} Name: kf5-%{framework}
Version: 5.88.0 Version: 5.93.0
Release: 1%{?dist}.1 Release: 1%{?dist}
Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management Summary: KDE Frameworks 5 Tier 1 integration module with classes for windows management
License: LGPLv2+ and MIT License: LGPLv2+ and MIT
@ -72,8 +71,9 @@ developing applications that use %{name}.
%build %build
%{cmake_kf5} \ %cmake_kf5 \
-DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF} -DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF}
%cmake_build %cmake_build
@ -99,11 +99,10 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||:
%{_kf5_datadir}/qlogging-categories5/%{framework}.* %{_kf5_datadir}/qlogging-categories5/%{framework}.*
%{_kf5_libdir}/libKF5WindowSystem.so.* %{_kf5_libdir}/libKF5WindowSystem.so.*
%dir %{_kf5_plugindir}/kwindowsystem/ %dir %{_kf5_plugindir}/kwindowsystem/
%{_kf5_plugindir}/kwindowsystem/KF5WindowSystemWaylandPlugin.so #{_kf5_plugindir}/kwindowsystem/KF5WindowSystemWaylandPlugin.so
%{_kf5_plugindir}/kwindowsystem/KF5WindowSystemX11Plugin.so %{_kf5_plugindir}/kwindowsystem/KF5WindowSystemX11Plugin.so
%files devel %files devel
%{_kf5_includedir}/kwindowsystem_version.h
%{_kf5_includedir}/KWindowSystem/ %{_kf5_includedir}/KWindowSystem/
%{_kf5_libdir}/libKF5WindowSystem.so %{_kf5_libdir}/libKF5WindowSystem.so
%{_kf5_libdir}/cmake/KF5WindowSystem/ %{_kf5_libdir}/cmake/KF5WindowSystem/
@ -111,8 +110,23 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||:
%changelog %changelog
* Fri Nov 19 2021 Troy Dawson <tdawson@redhat.com> - 5.88.0-1.1 * Sun Apr 10 2022 Justin Zobel <justin@1707.io> - 5.93-1
- Enable bootstrap in epel9, until we get openbox - Update to 5.93
* Thu Mar 10 2022 Rex Dieter <rdieter@fedoraproject.org> - 5.92.0-1
- 5.92.0
* Fri Feb 11 2022 Rex Dieter <rdieter@fedoraproject.org> - 5.91.0-1
- 5.91.0
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.90.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Jan 04 2022 Marc Deop i Argemí (Private) <marc@marcdeop.com> - 5.90.0-1
- 5.90.0
* Wed Dec 08 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.89.0-1
- 5.89.0
* Mon Nov 08 2021 Marc Deop <marcdeop@fedoraproject.org> - 5.88.0-1 * Mon Nov 08 2021 Marc Deop <marcdeop@fedoraproject.org> - 5.88.0-1
- 5.88.0 - 5.88.0

@ -1 +1,2 @@
SHA512 (kwindowsystem-5.88.0.tar.xz) = 1863cf4185d2920e46511ec247165c1af8a6035a62a12db9c0a39ac3ebb0c701ab01072d919d115ce2288ecbccb5cdaf66d055cc372270dcf8979ca9e227bdf0 SHA512 (kwindowsystem-5.92.0.tar.xz) = 022f0a26ddd19b10d1f3365218030e148123ade4324c60f028a01f8ae96426a53de09d2eb60aa46534447da9125ef01b856d4efcd45d56ee5bb26ce784e927e7
SHA512 (kwindowsystem-5.93.0.tar.xz) = 10a31b5d51e747320233530694a327389875939fe3b88302243f3069ba446419c6d4cd4a30c1bf49d5cc0d50f032ff2a18230fa4cd5cb73eb2179d44bfc864d3

Loading…
Cancel
Save