Automatic import for version 0.3.0-1

This commit is contained in:
ABF 2019-12-22 17:48:27 +00:00
commit 792d3e73c0
2 changed files with 38 additions and 0 deletions

2
.abf.yml Normal file
View file

@ -0,0 +1,2 @@
sources:
"simple-mtpfs-0.3.0.tar.gz": 9bbb315a4cc1020cdffbfea969dbd3c7a364c42d

36
simple-mtpfs.spec Normal file
View file

@ -0,0 +1,36 @@
Name: simple-mtpfs
Version: 0.3.0
Release: 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
%setup -n simple-mtpfs-simple-mtpfs-%{version}
%build
./autogen.sh
./configure --with-tmpdir=/var/tmp --prefix=%{_prefix}
make
%install
make install DESTDIR=$RPM_BUILD_ROOT
%files
%doc COPYING README.md
%{_bindir}/simple-mtpfs
%{_mandir}/man1/simple-mtpfs*