2024-01-06 06:36:02 +01:00
|
|
|
Name: lxqt-menu-data
|
2024-04-28 23:21:13 +02:00
|
|
|
Version: 2.0.0
|
2024-01-06 06:36:02 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Menu files for LXQt Panel, Configuration Center and PCManFM-Qt/libfm-qt
|
|
|
|
Group: System/Tools
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://github.com/lxqt/lxqt-menu-data
|
|
|
|
Source: https://github.com/lxqt/lxqt-menu-data.git/%{version}/lxqt-menu-data-%{version}.tar.bz2
|
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
|
|
|
%description
|
|
|
|
Menu files for LXQt Panel, Configuration Center and PCManFM-Qt/libfm-qt.
|
|
|
|
|
|
|
|
#% debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake
|
|
|
|
%cmake_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%cmake_install
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_sysconfdir}/xdg/menus/lxqt-*.menu
|
|
|
|
%dir %{_datadir}/desktop-directories
|
|
|
|
%{_datadir}/desktop-directories/lxqt-*.directory
|
|
|
|
%dir %{_datadir}/cmake/lxqt-menu-data
|
|
|
|
%{_datadir}/cmake/lxqt-menu-data/lxqt-menu-data-config*.cmake
|
|
|
|
%doc LICENSE
|
|
|
|
|
|
|
|
%changelog
|
2024-04-28 23:21:13 +02:00
|
|
|
* Tue Apr 23 2024 Automatic Build System <autodist@openmamba.org> 2.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:36:03 +01:00
|
|
|
* Fri Nov 10 2023 Automatic Build System <autodist@mambasoft.it> 1.4.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:36:02 +01:00
|
|
|
* Tue Nov 07 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.0-1mamba
|
|
|
|
- package created using the webbuild interface
|