Files
goverlay/goverlay.spec

68 lines
2.0 KiB
RPMSpec

%define gitver %(echo %version | tr _ -)
Name: goverlay
Version: 1.5.2
Release: 1mamba
Summary: A Graphical UI to help manage Linux overlays
Group: Graphical Desktop/Applications/Multimedia
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/benjamimgois/goverlay
Source: https://github.com/benjamimgois/goverlay.git/v%{gitver}/goverlay-%{version}.tar.bz2
License: GPL-3.0-only
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libX11-devel
BuildRequires: libqt6pas-devel
## AUTOBUILDREQ-END
BuildRequires: lazarus
Requires: mangohud
%description
GOverlay is an opensource project that aims to create a Graphical UI to help manage Linux overlays.
%define debug_package %{nil}
%prep
%setup -q
%build
%make LAZBUILDOPTS=--lazarusdir=%{_datadir}/lazarus
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall prefix=%{_prefix}
%check
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.xml
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/goverlay
%{_datadir}/applications/io.github.benjamimgois.goverlay.desktop
%{_metainfodir}/io.github.benjamimgois.goverlay.metainfo.xml
%{_prefix}/libexec/goverlay
%{_datadir}/icons/hicolor/*/apps/goverlay.png
%{_mandir}/man1/goverlay.1*
%doc LICENSE
%changelog
* Sun Oct 12 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.2-1mamba
- update to 1.5.2
* Mon Oct 06 2025 Automatic Build System <autodist@openmamba.org> 1.5.0-1mamba
- automatic version update by autodist
* Thu Aug 14 2025 Automatic Build System <autodist@openmamba.org> 1.4.1-1mamba
- automatic version update by autodist
* Sun Aug 03 2025 Automatic Build System <autodist@openmamba.org> 1.4.0-1mamba
- automatic version update by autodist
* Sun Mar 23 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3_3-1mamba
- package created using the webbuild interface