]> git.pld-linux.org Git - packages/android-file-transfer.git/commitdiff
add fuse subpackage
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 19 Jul 2018 18:44:56 +0000 (21:44 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Thu, 19 Jul 2018 18:44:56 +0000 (21:44 +0300)
android-file-transfer.spec

index 178f468a577995cacebc21ac7209dc87431722a4..fea6ff6b1c6ab3316dc7d5bbf161329be34d5a32 100644 (file)
@@ -76,9 +76,23 @@ Static %{name} library.
 %description static -l pl.UTF-8
 Statyczna biblioteka %{name}.
 
+%package fuse
+Summary:       aft-mtp-mount fuse wrapper
+Group:         Applications
+%if %{with shared}
+Requires:      %{name}-libs = %{version}-%{release}
+%endif
+
+%description fuse
+FUSE wrapper (If you'd prefer mounting your device), supporting
+partial read/writes, allowing instant access to your files.
+
 %package qt
 Summary:       Qt GUI
 Group:         X11/Applications
+%if %{with shared}
+Requires:      %{name}-libs = %{version}-%{release}
+%endif
 
 %description qt
 Qt GUI.
@@ -106,11 +120,16 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/aft-mtp-cli
+
+%if %{with fuse}
+%files fuse
+%defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/aft-mtp-mount
+%endif
 
+%if %{with qt}
 %files qt
 %defattr(644,root,root,755)
-%if %{with qt}
 %attr(755,root,root) %{_bindir}/android-file-transfer
 %{_desktopdir}/android-file-transfer.desktop
 %{_iconsdir}/hicolor/512x512/apps/android-file-transfer.png
This page took 0.101021 seconds and 4 git commands to generate.