2024-01-06 06:37:36 +01:00
|
|
|
Name: lxqt-sudo
|
2024-11-13 22:59:21 +01:00
|
|
|
Version: 2.1.0
|
2024-01-06 06:37:36 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A graphical front-end of commands sudo and su respectively
|
|
|
|
Group: Graphical Desktop/Applications/Utilities
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://github.com/lxqt/lxqt-sudo
|
|
|
|
Source: https://github.com/lxqt/lxqt-sudo.git/%{version}/lxqt-sudo-%{version}.tar.bz2
|
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-11-13 22:59:21 +01:00
|
|
|
BuildRequires: libQt6Core
|
|
|
|
BuildRequires: libQt6DBus
|
|
|
|
BuildRequires: libQt6Gui
|
|
|
|
BuildRequires: libQt6Widgets
|
|
|
|
BuildRequires: libQt6Xml
|
2024-01-06 06:37:37 +01:00
|
|
|
BuildRequires: libX11-devel
|
2024-01-06 06:37:36 +01:00
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libglib-devel
|
2024-04-28 23:26:40 +02:00
|
|
|
BuildRequires: libglvnd-devel
|
|
|
|
BuildRequires: libkf6-kwindowsystem-devel
|
2024-01-06 06:37:36 +01:00
|
|
|
BuildRequires: liblxqt-devel
|
|
|
|
BuildRequires: libqtxdg-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
2024-04-28 23:26:40 +02:00
|
|
|
BuildRequires: qt6-qtsvg-devel
|
2024-01-06 06:37:36 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
|
|
|
%description
|
|
|
|
lxqt-sudo is a graphical front-end of commands sudo and su respectively. As such it enables regular users to launch applications with permissions of other users including root.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake -d build
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall -C build
|
|
|
|
|
2024-11-13 22:59:21 +01:00
|
|
|
%find_lang %{name} --with-qt
|
2024-01-06 06:37:36 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 06:37:38 +01:00
|
|
|
%{_bindir}/lxdoas
|
2024-01-06 06:37:36 +01:00
|
|
|
%{_bindir}/lxqt-sudo
|
|
|
|
%{_bindir}/lxsu
|
|
|
|
%{_bindir}/lxsudo
|
2024-01-06 06:37:38 +01:00
|
|
|
%{_mandir}/man1/lxdoas.1*
|
2024-01-06 06:37:36 +01:00
|
|
|
%{_mandir}/man1/lxqt-sudo.1*
|
|
|
|
%{_mandir}/man1/lxsu.1*
|
|
|
|
%{_mandir}/man1/lxsudo.1*
|
|
|
|
%doc AUTHORS LICENSE
|
|
|
|
|
|
|
|
%changelog
|
2024-11-13 22:59:21 +01:00
|
|
|
* Sat Nov 09 2024 Automatic Build System <autodist@openmamba.org> 2.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-04-28 23:26:40 +02:00
|
|
|
* Thu Apr 25 2024 Automatic Build System <autodist@openmamba.org> 2.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:37:38 +01:00
|
|
|
* Mon Nov 06 2023 Automatic Build System <autodist@mambasoft.it> 1.4.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:37:38 +01:00
|
|
|
* Thu Apr 20 2023 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:37:37 +01:00
|
|
|
* Thu Nov 10 2022 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:37:37 +01:00
|
|
|
* Tue Apr 19 2022 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:37:37 +01:00
|
|
|
* Sun Nov 21 2021 Automatic Build System <autodist@mambasoft.it> 1.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:37:36 +01:00
|
|
|
* Sat Apr 17 2021 Automatic Build System <autodist@mambasoft.it> 0.17.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:37:36 +01:00
|
|
|
* Mon Nov 09 2020 Automatic Build System <autodist@mambasoft.it> 0.16.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:37:36 +01:00
|
|
|
* Fri Oct 16 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.15.0-1mamba
|
|
|
|
- package created using the webbuild interface
|