update to 1.11.0.20220519 [release 1.11.0.20220519-1mamba;Tue May 31 2022]
This commit is contained in:
parent
2d11812d71
commit
c3e36ac6ce
@ -1,5 +1,5 @@
|
|||||||
Name: megatools
|
Name: megatools
|
||||||
Version: 1.10.3
|
Version: 1.11.0.20220519
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Command line client application for Mega Cloud service
|
Summary: Command line client application for Mega Cloud service
|
||||||
Group: Applications/Networking
|
Group: Applications/Networking
|
||||||
@ -11,12 +11,10 @@ Source: https://megatools.megous.com/builds/megatools-%{version}.tar.gz
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ldconfig
|
|
||||||
BuildRequires: libcurl-devel
|
BuildRequires: libcurl-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Command line client application for Mega Cloud service.
|
Command line client application for Mega Cloud service.
|
||||||
@ -27,34 +25,30 @@ Command line client application for Mega Cloud service.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%meson
|
||||||
%make
|
|
||||||
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%meson_install
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/megacopy
|
%{_bindir}/mega*
|
||||||
%{_bindir}/megadf
|
|
||||||
%{_bindir}/megadl
|
|
||||||
%{_bindir}/megaget
|
|
||||||
%{_bindir}/megals
|
|
||||||
%{_bindir}/megamkdir
|
|
||||||
%{_bindir}/megaput
|
|
||||||
%{_bindir}/megareg
|
|
||||||
%{_bindir}/megarm
|
|
||||||
%dir %{_datadir}/doc/megatools
|
%dir %{_datadir}/doc/megatools
|
||||||
%{_datadir}/doc/megatools/*
|
%{_datadir}/doc/megatools/*
|
||||||
%{_mandir}/man1/mega*.1*
|
%{_mandir}/man1/mega*.1*
|
||||||
%{_mandir}/man5/mega*.5*
|
%{_mandir}/man5/mega*.5*
|
||||||
%{_mandir}/man7/megatools.7*
|
#%{_mandir}/man7/megatools.7*
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 31 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.11.0.20220519-1mamba
|
||||||
|
- update to 1.11.0.20220519
|
||||||
|
|
||||||
* Sun Jul 19 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10.3-1mamba
|
* Sun Jul 19 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10.3-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user