2024-01-06 07:04:06 +01:00
|
|
|
Name: megatools
|
2024-01-06 07:04:06 +01:00
|
|
|
Version: 1.11.0.20220519
|
2024-01-06 07:04:06 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Command line client application for Mega Cloud service
|
|
|
|
Group: Applications/Networking
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://megatools.megous.com/
|
|
|
|
Source: https://megatools.megous.com/builds/megatools-%{version}.tar.gz
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libcurl-devel
|
|
|
|
BuildRequires: libglib-devel
|
|
|
|
BuildRequires: libopenssl-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
Command line client application for Mega Cloud service.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2024-01-06 07:04:06 +01:00
|
|
|
%meson
|
|
|
|
|
|
|
|
%meson_build
|
2024-01-06 07:04:06 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 07:04:06 +01:00
|
|
|
%meson_install
|
2024-01-06 07:04:06 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 07:04:06 +01:00
|
|
|
%{_bindir}/mega*
|
2024-01-06 07:04:06 +01:00
|
|
|
%dir %{_datadir}/doc/megatools
|
|
|
|
%{_datadir}/doc/megatools/*
|
|
|
|
%{_mandir}/man1/mega*.1*
|
|
|
|
%{_mandir}/man5/mega*.5*
|
2024-01-06 07:04:06 +01:00
|
|
|
#%{_mandir}/man7/megatools.7*
|
2024-01-06 07:04:06 +01:00
|
|
|
%doc LICENSE
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 07:04:06 +01:00
|
|
|
* Tue May 31 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.11.0.20220519-1mamba
|
|
|
|
- update to 1.11.0.20220519
|
|
|
|
|
2024-01-06 07:04:06 +01:00
|
|
|
* Sun Jul 19 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10.3-1mamba
|
|
|
|
- package created using the webbuild interface
|