Blob Blame History Raw
Name:           deepin-wm-switcher
Version:        1.1.9
Release:        3%{?dist}
Summary:        Window manager switcher for Deepin
License:        GPLv3
URL:            https://github.com/linuxdeepin/deepin-wm-switcher
Source0:        %{url}/archive/%{version}/%{name}-%{version}.tar.gz

BuildRequires:  cmake(Qt5)
BuildRequires:  pkgconfig(Qt5Core)
BuildRequires:  pkgconfig(Qt5DBus)
BuildRequires:  pkgconfig(Qt5X11Extras)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(xcb-keysyms)
BuildRequires:  pkgconfig(x11)
Requires:       deepin-daemon
Requires:       deepin-wm
Requires:       deepin-metacity

%description
Deepin Window Manager monitoring and auto-switching service.

It is capable of:

- monitoring health of 3d wm and falling back to 2d if bad things happened.
- detecting platform capability and choose 2d/3d wm accordingly.

%prep
%setup -q

%build
%cmake -DCMAKE_BUILD_TYPE=Release
%make_build

%install
%make_install

%files
%doc README.md
%license LICENSE
%{_bindir}/%{name}

%changelog
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.9-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

* Mon Nov 27 2017 mosquito <sensor.wen@gmail.com> - 1.1.9-1
- Update to 1.1.9

* Fri Oct 27 2017 mosquito <sensor.wen@gmail.com> - 1.1.7-1
- Update to 1.1.7

* Mon Oct 23 2017 mosquito <sensor.wen@gmail.com> - 1.1.5-1
- Update to 1.1.5

* Tue Aug 29 2017 mosquito <sensor.wen@gmail.com> - 1.1.4-1
- Update to 1.1.4

* Sat Aug 26 2017 mosquito <sensor.wen@gmail.com> - 1.1.3-1
- Update to 1.1.3

* Sat Aug  5 2017 mosquito <sensor.wen@gmail.com> - 1.1.2-1
- Update description

* Thu Jul 20 2017 mosquito <sensor.wen@gmail.com> - 1.1.2-1.gita28aecc
- Update to 1.1.2

* Fri Jul 14 2017 mosquito <sensor.wen@gmail.com> - 1.1.1-1.git4809e53
- Update to 1.1.1

* Tue Jan 17 2017 mosquito <sensor.wen@gmail.com> - 1.1.0-1.git8692ad3
- Update to 1.1.0

* Sat Oct 01 2016 Jaroslav <cz.guardian@gmail.com> Stepanek 1.0.7-1
- Initial package build