[packages/jmtpfs] - pl, versioned dependencies

qboosh qboosh at pld-linux.org
Sat May 7 15:36:53 CEST 2022


commit a43fdecbcda9254dc362f64dbfb62a99c6a73070
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat May 7 15:37:26 2022 +0200

    - pl, versioned dependencies

 jmtpfs.spec | 21 +++++++++++++++++----
 1 file changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/jmtpfs.spec b/jmtpfs.spec
index ba7de75..3076cf5 100644
--- a/jmtpfs.spec
+++ b/jmtpfs.spec
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/jmtpfs.git/commitdiff/a43fdecbcda9254dc362f64dbfb62a99c6a73070



More information about the pld-cvs-commit mailing list