mirror of
https://abf.rosa.ru/djam/android-file-transfer.git
synced 2025-02-24 00:02:51 +00:00
Log: Update to 3.1
A lot of fixes for FreeBSD and/or newer gcc/glibc, allowed fuse on some new systems Implemented .create fuse operation for better compatibility Return list of mtp devices from Device::Find New icon for OSX Cleanup file/directory uploading code, no more hacks :] Use long timeouts for DeleteObject (large objects can cause timeout)
This commit is contained in:
parent
d824f1d4b5
commit
26435c851c
2 changed files with 9 additions and 5 deletions
4
.abf.yml
4
.abf.yml
|
@ -1,2 +1,4 @@
|
||||||
sources:
|
removed_sources:
|
||||||
android-file-transfer-linux-3.0.tar.gz: 159be0fdf39634ec1eaaf59561034d5447940013
|
android-file-transfer-linux-3.0.tar.gz: 159be0fdf39634ec1eaaf59561034d5447940013
|
||||||
|
sources:
|
||||||
|
android-file-transfer-linux-3.1.tar.gz: 8b6c1cc53134a7a3d610d9c631559f2c4b1b25c0
|
||||||
|
|
|
@ -1,9 +1,7 @@
|
||||||
%define _appdatadir %{_datadir}/appdata
|
|
||||||
|
|
||||||
Summary: Interactive MTP client with Qt GUI
|
Summary: Interactive MTP client with Qt GUI
|
||||||
Name: android-file-transfer
|
Name: android-file-transfer
|
||||||
Version: 3.0
|
Version: 3.1
|
||||||
Release: 3
|
Release: 1
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: File tools
|
Group: File tools
|
||||||
Url: https://github.com/whoozle/android-file-transfer-linux/
|
Url: https://github.com/whoozle/android-file-transfer-linux/
|
||||||
|
@ -56,4 +54,8 @@ done
|
||||||
# appdata
|
# appdata
|
||||||
mkdir -p %{buildroot}%{_appdatadir}
|
mkdir -p %{buildroot}%{_appdatadir}
|
||||||
install -m 644 %{name}.appdata.xml %{buildroot}%{_appdatadir}/%{name}.appdata.xml
|
install -m 644 %{name}.appdata.xml %{buildroot}%{_appdatadir}/%{name}.appdata.xml
|
||||||
|
|
||||||
|
%check
|
||||||
appstream-util validate-relax --nonet %{buildroot}%{_appdatadir}/*.xml
|
appstream-util validate-relax --nonet %{buildroot}%{_appdatadir}/*.xml
|
||||||
|
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue