Name: lxqt-sudo Version: 0.10.0 Release: 2%{?dist} Summary: GUI frontend for sudo/su # GNU Lesser General Public License 2.1 or later License: LGPLv2+ URL: https://github.com/lxde/%{name} Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz # russian translation updates Patch1: %{url}/commit/2b8047c5c99803fdead09e4ca5e6fb09ad83d06e.patch Patch2: https://github.com/f2404/%{name}/commit/84a5377b7619490ee4a137b7b5af5be2c866bd1d.patch # italian translation update #Patch3: https://github.com/smart2128/%{name}/commit/af22cf7cb66ec85c618779d34ee9c3c80ad4cd9b.patch # hr Patch4: https://github.com/zvacet/%{name}/commit/581081397e7732d6ad6bb99ff2c484e89e123ade.patch BuildRequires: pkgconfig(Qt5Widgets) BuildRequires: pkgconfig(lxqt) BuildRequires: kf5-kwindowsystem-devel BuildRequires: qt5-linguist # runtime Requires: sudo %description %{summary}. %prep %autosetup %build %cmake %make_build %install %make_install %find_lang %{name} --with-qt %files -f %{name}.lang %license LICENSE %doc AUTHORS %{_bindir}/lx* %{_mandir}/man1/lx*.1* # find_lang does not care about folders, own them explicitly # although %%{_datadir}/lxqt/translations is owned in liblxqt %dir %{_datadir}/lxqt/translations/%{name} %changelog * Sat Jan 09 2016 Raphael Groner - 0.10.0-2 - own translations folder * Sun Dec 20 2015 Raphael Groner - 0.10.0-1 - initial