Sophie

Sophie

distrib > Mageia > 7 > aarch64 > media > core-release-src > by-pkgid > 579ebaa1dde86813bf9ec74015784708 > files > 2

simple-mtpfs-0.3.0-1.mga7.src.rpm

Name:          simple-mtpfs
Version:       0.3.0
Release:       %mkrel 1
Summary:       Fuse-based MTP driver
Group:         Networking/File transfer
License:       GPLv2+
URL:           https://github.com/phatina/simple-mtpfs
Source0:       https://github.com/phatina/simple-mtpfs/archive/simple-mtpfs-%{version}.tar.gz

BuildRequires: pkgconfig(fuse) >= 2.7.3
BuildRequires: pkgconfig(libmtp)

%description
SIMPLE-MTPFS (Simple Media Transfer Protocol FileSystem) is a file system for
Linux (and other operating systems with a FUSE implementation, such as Mac OS X
or FreeBSD) capable of operating on files on MTP devices attached via USB to
local machine. On the local computer where the SIMPLE-MTPFS is mounted, the
implementation makes use of the FUSE (Filesystem in Userspace) kernel module.
The practical effect of this is that the end user can seamlessly interact with
MTP device files.

%prep
%autosetup -n simple-mtpfs-simple-mtpfs-%{version}
NOCONFIGURE=1 ./autogen.sh

%build
%configure2_5x --with-tmpdir=/var/tmp
%make 

%install
make install DESTDIR=$RPM_BUILD_ROOT

%files
%doc COPYING README.md
%{_bindir}/simple-mtpfs
%{_mandir}/man1/simple-mtpfs*



%changelog
* Thu Jan 17 2019 joequant <joequant> 0.3.0-1.mga7
+ Revision: 1357539
- update to 0.3.0

* Sun Sep 23 2018 umeabot <umeabot> 0.2-2.mga7
+ Revision: 1301037
- Mageia 7 Mass Rebuild

* Wed May 25 2016 joequant <joequant> 0.2-1.mga6
+ Revision: 1018240
- imported package simple-mtpfs