package created by autospec [release 1.0-1mamba;Sat Jun 18 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 06:54:00 +01:00
parent 17dcfa024c
commit 8be926ea5d
2 changed files with 54 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# mambareport
Simple tool to generate a system report.

52
mambareport.spec Normal file
View File

@ -0,0 +1,52 @@
Name: mambareport
Version: 1.0
Release: 1mamba
Summary: Simple tool to generate a system report
Group: Graphical Desktop/Applications/Configuration
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://gitlab.mambasoft.it/openmamba/mambareport
Source: https://gitlab.mambasoft.it/openmamba/mambareport/v%{version}/mambareport-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
Requires: desktop-base-openmamba
Requires: PyQt5-py3
Requires: python-sip-py3
Requires: pygobject-py3
%description
Simple tool to generate a system report.
%prep
%setup -q
%build
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%find_lang %{name}
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/mambareport
%{_datadir}/applications/mambareport.desktop
%{_datadir}/icons/hicolor/*/apps/mambareport.png
%dir %{_datadir}/mambareport
%{_datadir}/mambareport/*.ui
%{_datadir}/mambareport/mambareport.png
%{_datadir}/mambareport/mambareport.py
%{_datadir}/mambareport/openmamba.png
%{_datadir}/locale/it/LC_MESSAGES/mambareport.qm
%doc COPYING
%changelog
* Sat Jun 18 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0-1mamba
- package created by autospec