diff --git a/mtpfs.spec b/mtpfs.spec index c47c79c..630885e 100644 --- a/mtpfs.spec +++ b/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 -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 2.0-1mamba +- update to 2.0 + * Sun Mar 18 2012 Davide Madrisan 1.1-1mamba - update to 1.1