update to 2.0 [release 2.0-1mamba;Mon Feb 15 2021]
This commit is contained in:
parent
e5acf1388b
commit
30448455d2
17
mtpfs.spec
17
mtpfs.spec
@ -1,15 +1,15 @@
|
||||
Name: mtpfs
|
||||
Version: 1.1
|
||||
Version: 2.0
|
||||
Release: 1mamba
|
||||
Summary: A FUSE filesystem that supports reading and writing from any MTP device
|
||||
Group: System/Tools
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
URL: http://www.adebenham.com/mtpfs/
|
||||
Source: http://www.adebenham.com/files/mtp/mtpfs-%{version}.tar.gz
|
||||
URL: https://www.adebenham.com/mtpfs/
|
||||
Source: https://github.com/Feandil/mtpfs.git/v%{version}/mtpfs-%{version}.tar.bz2
|
||||
#Source: http://www.adebenham.com/files/mtp/mtpfs-%{version}.tar.gz
|
||||
License: GPL
|
||||
Requires: fuse
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: fuse
|
||||
BuildRequires: glibc-devel
|
||||
@ -21,13 +21,17 @@ BuildRequires: libmtp-devel
|
||||
BuildRequires: libusb0-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: fuse
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
MTPfs is a FUSE filesystem that supports reading and writing from any MTP device (as supported by libmtp).
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
./autogen.sh
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -43,9 +47,12 @@ MTPfs is a FUSE filesystem that supports reading and writing from any MTP device
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/mtpfs
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%changelog
|
||||
* Mon Feb 15 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0-1mamba
|
||||
- update to 2.0
|
||||
|
||||
* Sun Mar 18 2012 Davide Madrisan <davide.madrisan@gmail.com> 1.1-1mamba
|
||||
- update to 1.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user