]> git.pld-linux.org Git - packages/jmtpfs.git/commitdiff
- pl, versioned dependencies master
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 7 May 2022 13:37:26 +0000 (15:37 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 7 May 2022 13:37:26 +0000 (15:37 +0200)
jmtpfs.spec

index ba7de75105b59276cd66b2a08713871d72a8c955..3076cf51afb05d1be71dcb61a1e79b6e5093be4b 100644 (file)
@@ -1,16 +1,24 @@
 Summary:       FUSE based MTP filesystem
+Summary(pl.UTF-8):     System plików MTP oparty na FUSE
 Name:          jmtpfs
 Version:       0.5
 Release:       1
 License:       GPL v3
 Group:         Applications/System
+#Source0Download: https://github.com/JasonFerrara/jmtpfs/tags
+# TODO: use
+#Source0:      https://github.com/JasonFerrara/jmtpfs/archive/v%{version}/%{name}-%{version}.tar.gz
 Source0:       https://github.com/JasonFerrara/jmtpfs/archive/v%{version}.tar.gz
 # Source0-md5: 501e51530d3c04d63e9ac96d794bf5c5
 URL:           https://github.com/JasonFerrara/jmtpfs
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.59
 BuildRequires: automake
-BuildRequires: libfuse-devel
-BuildRequires: libmtp-devel
+BuildRequires: libfuse-devel >= 2.6
+BuildRequires: libmagic-devel
+BuildRequires: libmtp-devel >= 1.1.0
+BuildRequires: libstdc++-devel >= 6:4.3
+Requires:      libfuse-tools >= 2.6
+Requires:      libmtp >= 1.1.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -18,6 +26,11 @@ FUSE based MTP filesystem designed to make exchanging files between
 Android devices and Linux work as well as it did with using USB Mass
 Storage.
 
+%description -l pl.UTF-8
+Oparty na FUSE system plików MTP, zaprojektowany tak, żeby wymiana
+plików między urządzeniami z Androidem a Linuksem działała tak dobrze,
+ajk przy użyciu USB Mass Storage.
+
 %prep
 %setup -q
 
@@ -39,5 +52,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
+%doc AUTHORS NEWS README
 %attr(755,root,root) %{_bindir}/jmtpfs
This page took 0.091121 seconds and 4 git commands to generate.