ukui-window-switch/ukui-window-switch.spec
2020-07-09 10:55:24 +08:00

48 lines
1.1 KiB
RPMSpec

%define debug_package %{nil}
Name: ukui-window-switch
Version: 2.0.2
Release: 1
Summary: Front of the window switch
License: GPL-2.0
URL: http://www.ukui.org
Source0: %{name}-%{version}.tar.gz
BuildRequires: qt5-qtbase-devel
BuildRequires: libblkid-devel
BuildRequires: qt5-qtbase-private-devel
BuildRequires: qt5-qtx11extras-devel
BuildRequires: libwnck3-devel
BuildRequires: gtk3-devel
Requires: ukwm >= 1.1.0
%description
Front of the window switcher in UKUI desktop environment.
Provides the display function(Display window thumbnails and application
icons) when the window is switching (press Alt+Tab key).
%prep
%setup -q
%build
qmake-qt5
make
%install
rm -rf $RPM_BUILD_ROOT
make INSTALL_ROOT=%{buildroot} install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%doc debian/copyright debian/changelog
%{_sysconfdir}/ukui/ukui-window-switch/
%{_bindir}/ukui-window-switch
%{_datadir}/dbus-1/
%{_datadir}/ukui-window-switch/
%changelog
* Thu Jul 9 2020 douyan <douyan@kylinos.cn> - 2.0.2-1
- Init package for openEuler